[Context] no more pdftex for linux-64
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... Cheers, Peter -- Contact information: http://pmrb.free.fr/contact/
On Tue, 7 Apr 2009, Arthur Reutenauer wrote:
make[5]: *** No rule to make target `bibtex.web', needed by `bibtex.p'. Stop.
I've seen this happen with the old build process, when I type "make" in build/texk/web2c, instead of "make luatex", but I gather it's not what you've done here.
No. I use ./build.sh. luatex builds without problems. Peter -- Contact information: http://pmrb.free.fr/contact/
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
On Wed, Apr 8, 2009 at 11:11, Mojca Miklavec wrote:
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).
Also, same behaviour on another linux machine with close-to-zero libraries installed (version #535 was still OK there). Compiling works OK on my mac, but maybe I have all the "required" libraries already installed. Mojca
On Tue, Apr 7, 2009 at 10:33, Peter Münster wrote:
Hello,
When building pdftex, I get the following error now:
Hello, I now remembered that Piotr has already complained about exactly the same issue on linux-ppc (with pdfTeX #538), but he didn't explain what has happened and it seemed weird to me in the first place, not seing problems in pdfTeX repository for a really long time. I'll wait a bit until the pdfTeX team replies. If needed, I can revert the repository back to pdfTeX #536 (most probably that's the last version that still worked), but I would like to wait just a tiny bit more. If nothing else, we can now all quickly test their modifications. If pdfTeX doesn't get fixed until luatex 0.38 comes out, I'll revert to the old working version of pdfTeX, so that people will be able to send in new binaries at least. So please be patient about the non-working repository ... Mojca
participants (3)
-
Arthur Reutenauer
-
Mojca Miklavec
-
Peter Münster