Rebuilding everything serial is not necessary. You can change the MAKE command and then do ./sage -f pkgX it will work perfectly. In your case my suspicion is that it will be broken until local/lib/pkgconfig/freetype2.pc is fixed.
François > On 6/12/2014, at 09:07, Emmanuel Charpentier <[email protected]> > wrote: > > Le vendredi 5 décembre 2014 20:56:12 UTC+1, François a écrit : > Could please people submitting logs generate them serially “-j1”. > The following line probably explains a lot of things: > /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H > -I. -I/usr/local/sage-6.4/local/include/libpng12 > -I/usr/local/sage-6.3/local/include/freetype2 -I/usr/include/x86_64-linux-gnu > -g -fvisibility=hidden -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c -o > gdft.lo gdft.c > > png is under sage-6.4 freetype under sage-6.3 and you are building under > sage-6.4 I think > you’ll find your PKG_CONFIG_PATH may be insane. At the very least some of > your > PATHs are not sane. > Or you moved sage-6.3 to sage-6.4 and somehow the freetype.pc did not get > updated. > > Francois > > On 6/12/2014, at 08:42, Emmanuel Charpentier <[email protected]> > > wrote: > > > > <libgd-2.1.0.p0.log> > OK. I'll retry a *serial* fresh build (starting from develop in a new > directory). That means overnight (Atlas is a bitch to compile on my > machine...) : don't stay tuned. > > HTH, > > -- > Emmanuel Charpentier > > > -- > 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.
