From: Kim S. <ki...@co...> - 2011-11-06 19:36:49
|
I had a problem with adipls not passing the tests. The problem turned out to be that I did not have /bin/csh installed on my kubuntu system. The default shell is bash and the tests use scripts run with csh. Solution to the problem was to install tcsh sudo apt-get install tcsh Took me a while to figure this out. Hope this helps. Kim On 11/5/2011 9:58 AM, Bill Paxton wrote: > Hi JC, > > Looks like a PATH problem. Perhaps you can check some things and find a solution for it. > Take a look at adipls/test/ck There are several lines that are adding to the PATH environment variable. > When it works correctly, that makes adds ../adipack.c/bin to the path and that makes > the command get-input available. Since the error you are getting is get-input not found, > something has gone wrong in the ck script attempt to add to the PATH. > Naturally, it works on my machine and on the machines of other folks who have installed > the new version, but something is different on yours. I hope you can find it! > > -Bill > > > > > On Nov 5, 2011, at 2:23 AM, Jean-Claude Passy wrote: > >> Hi, >> >> I tried to install MESA on my Mac with ifort. The compilation breaks with the following error: >> >> ------------------------------------------------------------------------------------------------------ >> /Users/jean-claudepassy/Work/MESA/mesa/adipls >> building adipls package. >> >> make: `libadipls.a' is up to date. >> >> get-input: Command not found. >> forrtl: No such file or directory >> forrtl: severe (29): file not found, unit 2, file /Users/jean-claudepassy/Work/MESA/mesa/adipls/test/agsm.mesa >> Image PC Routine Line Source >> set-obs.d.x 0000000100080EC4 Unknown Unknown Unknown >> set-obs.d.x 000000010007F65E Unknown Unknown Unknown >> set-obs.d.x 000000010005AF61 Unknown Unknown Unknown >> set-obs.d.x 000000010001F24E Unknown Unknown Unknown >> set-obs.d.x 000000010001E76D Unknown Unknown Unknown >> set-obs.d.x 0000000100030181 Unknown Unknown Unknown >> set-obs.d.x 0000000100001221 Unknown Unknown Unknown >> set-obs.d.x 0000000100000EAC Unknown Unknown Unknown >> set-obs.d.x 0000000100000E64 Unknown Unknown Unknown >> mv: rename obs.mesa to obs.txt: No such file or directory >> >> FAILED >> >> /Users/jean-claudepassy/Work/MESA/mesa/adipls/test >> TEST FAILED -- compare obs.txt to obs.test.txt >> >> /Users/jean-claudepassy/Work/MESA/mesa/adipls >> ./build_and_test FAILED >> ------------------------------------------------------------------------------------------------------ >> >> Any help will be much appreciated ! >> >> Thanks a lot, >> >> JC >> sts.sourceforge.net/lists/listinfo/mesa-users |