Well, you don’t seem to have one of these path ($SAGE_LOCAL/include) as a -I parameter so something failed at detection time. You have: -I/home/lmfdb/sage2/local/include/libpng12 -I/home/lmfdb/sage/local/include/freetype2
Stuff like that happened before because the wrong path was somehow taken from a previously installed version. Notice “sage” instead of “sage2”. I would have to dig the list to find what it was last time. François > On 3/04/2015, at 21:17, John Cremona <[email protected]> wrote: > > Also: > > $ locate ft2build.h > /home/lmfdb/sage1/local/include/freetype2/ft2build.h > /home/lmfdb/sage2/local/include/freetype2/ft2build.h > /home/lmfdb/sage3/local/include/freetype2/ft2build.h > /usr/include/freetype2/ft2build.h > > shows that the file ft2build.h is in all 3 of my sage build > directories as well as in a system place. > > On 3 April 2015 at 09:05, John Cremona <[email protected]> wrote: >> I built 6.6.rc2 fine on one machine, but building it again on the same >> machine (different directory) I had an error building libgd: >> >> libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. >> -I/home/lmfdb/sage2/local/include/libpng12 -I/home/lmfdb/s >> age/local/include/freetype2 -g -fvisibility=hidden -MT gdft.lo -MD -MP >> -MF .deps/gdft.Tpo -c gdft.c -fPIC -DPIC >> -o .libs/gdft.o >> gdft.c:153:22: fatal error: ft2build.h: No such file or directory >> #include <ft2build.h> >> ^ >> compilation terminated. >> >> Nothing on that machine changed between these two builds. >> >> John >> >> On 2 April 2015 at 02:35, Volker Braun <[email protected]> wrote: >>> As usual, get the "develop" branch or the source tarball from >>> http://www.sagemath.org/download-latest.html >>> >>> 819000f Updated Sage version to 6.6.rc2 >>> 5e10512 Trac #18064: sage_doc crashes on cached_function when __doc__ is >>> empty >>> e457d1a Trac #17996: Missing Source in numerical_approx?? >>> 6c80105 Trac #18091: symbolic floor,ceil,factorial need _evalf_ too >>> 80f019f Trac #14196: "subgroups" fails for C1 x C2 >>> 87b2e73 Trac #18073: banner: Sage --> SageMath >>> 34c2c64 Trac #17913: Out of memory reinstalling webassets >>> 4087964 Updated Sage version to 6.6.rc1 >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "sage-release" 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-release. >>> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" 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-release. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-release" 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-release. For more options, visit https://groups.google.com/d/optout.
