On Tue, Apr 7, 2009 at 10:33, Peter Münster wrote: > Hello, > > When building pdftex, I get the following error now: > > configure: checking requested system `freetype' library... > checking for TT_Init_FreeType... yes > checking freetype.h usability... no > checking freetype.h presence... no > checking for freetype.h... no > configure: checking requested system `freetype2' library... > checking for FT_Init_FreeType... yes > checking ft2build.h usability... no > checking ft2build.h presence... no > checking for ft2build.h... no > configure: checking requested system `gd' library... > checking for gdImageCreate... yes > checking gd.h usability... yes > checking gd.h presence... yes > checking for gd.h... yes > configure: error: some requested system libraries failed > > > And even if I specify in build.sh, that the include files are in > /usr/include/freetype and /usr/include/freetype2, the build fails with this > error: > > gcc -DHAVE_CONFIG_H -I. -I../../../src/texk/web2c -I./.. > -I/home/peter/minimals/src/current/pdftex/build/texk > -I/home/peter/minimals/src/current/pdftex/src/texk -g -O2 -MT cweb.o -MD > -MP -MF .deps/cweb.Tpo -c -o cweb.o cweb.c > mv -f .deps/cweb.Tpo .deps/cweb.Po > /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -o ctangle ctangle.o > cweb.o lib/lib.a > /home/peter/minimals/src/current/pdftex/build/texk/kpathsea/libkpathsea.la > -lm > libtool: link: gcc -g -O2 -o .libs/ctangle ctangle.o cweb.o lib/lib.a > /home/peter/minimals/src/current/pdftex/build/texk/kpathsea/.libs/libkpathsea.so > -lm > make[5]: *** No rule to make target `bibtex.web', needed by `bibtex.p'. > Stop. > > Unfortunately, I have no time for further investigation, I'm sorry...
I can confirm that. The same behaviour on the contextgarden server, only slightly different library dependencies are failing. From the logs I see that Peter successfully compiled pdfTeX #534. The version #543 doesn't compile any more, so I suspect that there were some tiny problems with TL synchronisation (commit #537 or #538). We are compiling branch/stable. Mojca PS: are such warnings OK? pdftex3.c:6922: warning: integer overflow in expression pdftex3.c:6922: warning: integer overflow in expression _______________________________________________ Mailing list: https://launchpad.net/~context Post to : [email protected] Unsubscribe : https://launchpad.net/~context More help : https://help.launchpad.net/ListHelp

