I tried to build sage on a new Fedora 14 system. This happened: ... (cd /home/kbriggs/Downloads/sage-4.6/spkg/build/mpir-1.2.2.p1/src; / bin/sh ./libtool --tag=CXX --mode=relink g++ -m32 -O2 -fomit-frame- pointer -mtune=k8 -march=k8 -o libgmpxx.la -rpath /home/kbriggs/ Downloads/sage-4.6/local/lib -version-info 4:6:1 dummy.lo cxx/ isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/ osdoprnti.lo cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la ) expr: error while loading shared libraries: libgmp.so.3: cannot enable executable stack as shared object requires: Permission denied mv: cannot stat `libgmpxx.so..1.6': No such file or directory libtool: install: error: relink `libgmpxx.la' with the above command before installing it make[5]: *** [install-libLTLIBRARIES] Error 1 make[5]: Leaving directory `/home/kbriggs/Downloads/sage-4.6/spkg/ build/mpir-1.2.2.p1/src' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/home/kbriggs/Downloads/sage-4.6/spkg/ build/mpir-1.2.2.p1/src' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/home/kbriggs/Downloads/sage-4.6/spkg/ build/mpir-1.2.2.p1/src' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/kbriggs/Downloads/sage-4.6/spkg/ build/mpir-1.2.2.p1/src' Error installing MPIR.
real 6m56.688s user 4m11.067s sys 2m51.075s sage: An error occurred while installing mpir-1.2.2.p1 Please email sage-devel http://groups.google.com/group/sage-devel explaining the problem and send the relevant part of of /home/kbriggs/Downloads/sage-4.6/install.log. Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/kbriggs/Downloads/sage-4.6/spkg/build/mpir-1.2.2.p1 and type 'make check' 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/kbriggs/Downloads/sage-4.6/spkg/build/mpir-1.2.2.p1' && '/ home/kbriggs/Downloads/sage-4.6/sage' -sh) When you are done debugging, you can type "exit" to leave the subshell. make[1]: *** [installed/mpir-1.2.2.p1] Error 1 make[1]: Leaving directory `/home/kbriggs/Downloads/sage-4.6/spkg' real 84m22.850s user 66m10.964s sys 16m37.813s Error building Sage. ./sage -docbuild all html 2>&1 | tee -a dochtml.log ************************************************************************** You must compile Sage first using 'make' in the Sage root directory. (If you have already compiled Sage, you must set the SAGE_ROOT variable in the file './sage'). ************************************************************************** Keith -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
