[mesa-users] MESA SDK installation problem
Nadine Nettelmann
nadine.nettelmann at uni-rostock.de
Sun Mar 10 14:38:44 EDT 2013
Hi,
we are trying to install MESA both with and without the SDK. Without the sdk, all modules but nse and adipls could be installed properly.
However, with the SDK we run into apparently SDK relatied problems, please see below the report of our admin (Hart):
Firstly, about the machine;
[nadinen at umbriel a]$ uname -a
Linux umbriel.ucolick.org 2.6.32-279.22.1.el6.x86_64 #1 SMP Wed Feb 6 03:10:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[nadinen at umbriel a]$ echo $PATH
/a/mesasdk/bin:/u/nadinen/bin:/a/gcc/bin:/usr/bin:/usr/sbin: /bin:/sbin:/opt/bin:/opt/share/bin:/usr/X11R6/bin
[nadinen at umbriel a]$ pwd
/a
[nadinen at umbriel a]$ tar xfBpz mesasdk-x86_64-linux-20120809.tar.gz
[nadinen at umbriel a]$ export MESASDK_ROOT=/a/mesasdk
[nadinen at umbriel a]$ source $MESASDK_ROOT/bin/mesasdk_init.sh
Following the instruction here:
http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk #Installation
I run:
[nadinen at umbriel a]$ gfortran --version
Where it hangs.
I ran a stack trace against gfortran:
[nadinen at umbriel a]$ which gfortran
/a/mesasdk/bin/gfortran
[nadinen at umbriel a]$ strace gfortran --version
and I see:
execve("/a/mesasdk/bin/gfortran.exec", ["/a/mesasdk/bin/gfortran.exec", "--version"], [/* 27 vars */]) = 0
brk(0) = 0x1070000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f87a72f9000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/home/townsend/mesasdk/lib64/tls/x86_64/libm.so.6 ", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/home/townsend/mesasdk/lib64/tls/x86_64", 0x7fff3113d750) = -1 ENOENT (No such file or directory)
open("/home/townsend/mesasdk/lib64/tls/libm.so.6", O_RDONLY = -1 ENOENT (No such file or directory)
stat("/home/townsend/mesasdk/lib64/tls", 0x7fff3113d750) = -1 ENOENT (No such file or directory)
open("/home/townsend/mesasdk/lib64/x86_64/libm.so.6 ", O_RDONLY
it goes on and on with calls to /home/townsend/mesasdk, which doesn't exist. Why is it making calls to /home/townsend? Any help would be appreciated.
-Hart
Many thanks for help,
Nadine
More information about the Mesa-users
mailing list