Hi! I am trying to update my Sage installation and ran into an error I do not understand. I am running OS 10.9 Mavericks with 8 GB of RAM and tons of disk space. Per instructions, here is the end of the logfile produced by running "sage -upgrade" from the terminal. I have not tried any additional steps. Thanks in advance for the help.
-Jeremy Martin ------------------------------------------------------------ cut here ------------------------------------------------------------ libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/Applications/sage/local/include/libpng12 -I/Users/buildslave-sage/slave/sage_git/build/local/include/freetype2 -g -fvisibility=hidden -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -fno-common -DPIC -o .libs/gdfontt.o libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/Applications/sage/local/include/libpng12 -I/Users/buildslave-sage/slave/sage_git/build/local/include/freetype2 -g -fvisibility=hidden -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfontt.c -o gdfontt.o >/dev/null 2>&1 depbase=`echo gdft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/Applications/sage/local/include/libpng12 -I/Users/buildslave-sage/slave/sage_git/build/local/include/freetype2 -g -fvisibility=hidden -MT gdft.lo -MD -MP -MF $depbase.Tpo -c -o gdft.lo gdft.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/Applications/sage/local/include/libpng12 -I/Users/buildslave-sage/slave/sage_git/build/local/include/freetype2 -g -fvisibility=hidden -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -fno-common -DPIC -o .libs/gdft.o gdft.c:153:22: fatal error: ft2build.h: No such file or directory compilation terminated. make[5]: *** [gdft.lo] Error 1 make[4]: *** [all] Error 2 make[3]: *** [all-recursive] Error 1 Error building gd. real 0m20.024s user 0m6.178s sys 0m3.985s ************************************************************************ Error installing package libgd-2.1.1.p0 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /Applications/sage/logs/pkgs/libgd-2.1.1.p0.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /Applications/sage/local/var/tmp/sage/build/libgd-2.1.1.p0 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 '/Applications/sage/local/var/tmp/sage/build/libgd-2.1.1.p0' && '/Applications/sage/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ make[2]: *** [/Applications/sage/local/var/lib/sage/installed/libgd-2.1.1.p0] Error 1 make[1]: *** [all] Error 2 real 60m30.541s user 39m18.201s sys 5m7.025s *************************************************************** Error building Sage. The following package(s) may have failed to build: package: libgd-2.1.1.p0 log file: /Applications/sage/logs/pkgs/libgd-2.1.1.p0.log build directory: /Applications/sage/local/var/tmp/sage/build/libgd-2.1.1.p0 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 ------------------------------------------------------------ cut here ------------------------------------------------------------ -- 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.
