Hi! I am trying to build sage on the combinat.math.washington.edu server and get the following error:
..... ../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crtn.o -O3 -Wl,-soname -Wl,libec.so.2 -o .libs/libec.so.2.0.1 adlibtool: link: (cd ".libs" && rm -f "libec.so.2" && ln -s "libec.so.2.0.1" "libec.so.2") libtool: link: (cd ".libs" && rm -f "libec.so" && ln -s "libec.so.2.0.1" "libec.so") libtool: link: ar cru .libs/libec.a interface.o unimod.o arith.o marith.o gpslave.o compproc.o vector.o matrix.o subspace.o kbessel.o mvector.o mmatrix.o msubspace.o svector.o smatrix.o smatrix_elim.o xsplit.o conic.o legendre.o quadratic.o illl.o hilbert.o timer.o cubic.o polys.o realroots.o parifact.o p2points.o gf.o xsplit_data.o threadpool.o logger.o curve.o curvedata.o curvered.o points.o cperiods.o isogs.o heights.o mwprocs.o lambda.o sifter.o sieve_search.o htconst.o egr.o saturate.o divpol.o pointsmod.o curvemod.o ffmod.o tlss.o elog.o getcurve.o mequiv.o mrank1.o mlocsol.o mglobsol.o mquartic.o mrank2.o qc.o sqfdiv.o version.o minim.o reduce.o transform.o desc2.o bitspace.o GetOpt.o twoadic.o descent.o newforms.o symb.o homspace.o cusp.o oldforms.o fixc6.o periods.o moddata.o pcprocs.o nfd.o curvesort.o libtool: link: ranlib .libs/libec.a /bin/sed: can't read /home/anne/sage/local/lib/libgmp.la: No such file or directory libtool: link: `/home/anne/sage/local/lib/libgmp.la' is not a valid libtool archive make[4]: *** [libec.la] Error 1 make[4]: Leaving directory `/home/anne/sage-6.4.1/local/var/tmp/sage/build/eclib-20150510/src/libsrc' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/anne/sage-6.4.1/local/var/tmp/sage/build/eclib-20150510/src' Error building eclib. real 8m14.579s user 7m26.332s sys 0m28.626s ************************************************************************ Error installing package eclib-20150510 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /home/anne/sage-6.4.1/logs/pkgs/eclib-20150510.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/anne/sage-6.4.1/local/var/tmp/sage/build/eclib-20150510 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/home/anne/sage-6.4.1/local/var/tmp/sage/build/eclib-20150510' && '/home/anne/sage-6.4.1/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ make[2]: *** [/home/anne/sage-6.4.1/local/var/lib/sage/installed/eclib-20150510] Error 1 make[2]: Leaving directory `/home/anne/sage-6.4.1/build' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/anne/sage-6.4.1/build' real 8m16.188s user 7m27.032s sys 0m29.082s *************************************************************** Error building Sage. The following package(s) may have failed to build: package: eclib-20150510 log file: /home/anne/sage-6.4.1/logs/pkgs/eclib-20150510.log build directory: /home/anne/sage-6.4.1/local/var/tmp/sage/build/eclib-20150510 The build directory may contain configuration files and other potentially helpful information. WARNING: if you now run 'make' again, the build directory will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. make: *** [build] Error 1 Any idea why? Anne -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
