[mesa-users] r6596 Install on debian jessie/sid fails

Santiago Andres Triana repepo at gmail.com
Fri Jun 27 13:03:57 EDT 2014


hello mesa-users,

mesa r6596 (with mesasdk) fails to install on a debian jessie/sid
system with the following error:

...
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
collect2: error: ld returned 1 exit status
makefile:25: recipe for target 'tester' failed
make: *** [tester] Error 1
/home/drux/mesa_6596/const/test
FAILED
/home/drux/mesa_6596/const
./build_and_test FAILED


I manage to get a bit further by setting
export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
but then I get
...
configure: error: in `/home/drux/mesa_6596/crlibm/crlibm':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** No targets specified and no makefile found.  Stop.
/home/drux/mesa_6596/crlibm/crlibm
./build_and_test FAILED
/home/drux/mesa_6596/crlibm
./build_and_test FAILED




I try then setting (as suggested somewhere here in the mailing list)
export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu/
but it still fails, with a different error:
...
/home/drux/mesa_6596/crlibm
building crlibm package.
gcc  -O3 -fno-common -fexceptions -c -I../../include
../private/crlibm_c_fortran.c -o crlibm_c_fortran.o
../private/crlibm_c_fortran.c:5:34: fatal error:
../../include/crlibm.h: No such file or directory
 #include "../../include/crlibm.h"
                                             ^
compilation terminated.
makefile:44: recipe for target 'crlibm_c_fortran.o' failed
make: *** [crlibm_c_fortran.o] Error 1
/home/drux/mesa_6596/crlibm
./build_and_test FAILED
/home/drux/mesa_6596/crlibm
./build_and_test FAILED


Suggestions are appreciated (I'm trying to get it to work before the
mesa school in August!)

Thanks,

Santiago




More information about the Mesa-users mailing list