[pdftex] pdftex 1.30.3: building error on FreeBSD
VnPenguin
vnpenguin at gmail.com
Sun Sep 25 18:23:41 CEST 2005
Hi all,
Just installed teTeX 3.0 on my FreeBSD 6.0-BETA5 box. So I try to
update pdftex to 1.30.3.
I have following error:
...
sed -f sedscript ../../../src/texk/kpathsea/kpseaccess.man >kpseaccess.1
sed -f sedscript ../../../src/texk/kpathsea/kpsestat.man >kpsestat.1
sed -f sedscript ../../../src/texk/kpathsea/kpsewhich.man >kpsewhich.1
sed -f sedscript ../../../src/texk/kpathsea/kpsereadlink.man >kpsereadlink.1
sed -f sedscript ../../../src/texk/kpathsea/mktexlsr.man >mktexlsr.1
sed -f sedscript ../../../src/texk/kpathsea/mktexmf.man >mktexmf.1
sed -f sedscript ../../../src/texk/kpathsea/mktextfm.man >mktextfm.1
sed -f sedscript ../../../src/texk/kpathsea/mktexpk.man >mktexpk.1
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/basechsuffix.c -o basechsuffix.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/chartostring.c -o chartostring.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/coredump.c -o coredump.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/eofeoln.c -o eofeoln.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/fprintreal.c -o fprintreal.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/inputint.c -o inputint.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/input2int.c -o input2int.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/main.c -o main.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/openclose.c -o openclose.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/printversion.c -o printversion.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/uexit.c -o uexit.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/usage.c -o usage.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/version.c -o version.o
gcc -DHAVE_CONFIG_H -I. -I../../../../src/texk/web2c/lib -I../..
-I../../../../src/texk/web2c/.. -I..
-I../../../../src/texk/web2c/lib/.. -g -O2 -c
../../../../src/texk/web2c/lib/zround.c -o zround.o
rm -f lib.a
ar rc lib.a basechsuffix.o chartostring.o coredump.o eofeoln.o
fprintreal.o inputint.o input2int.o main.o openclose.o printversion.o
uexit.o usage.o version.o zround.o
ranlib lib.a
You seem to be missing tangle.web, perhaps because you
didn't retrieve web.tar.gz, only web2c.tar.gz.
You need both.
web.tar.gz should be available from the
same place that you got web2c.tar.gz.
In any case, you can get it from
ftp://ftp.tug.org/tex/web.tar.gz.
false
*** Error code 1
Stop in /tmp/pdftex-1.30.3/build/texk/web2c.
%------- End of error message ------------------------
I search .web file and I see:
root at freebsd:/tmp/pdftex-1.30.3
# find . -name "*.web"
./src/texk/web2c/weave.web
./src/texk/web2c/tex.web
./src/texk/web2c/tangle.web
Anyone know how to fix it please.
Thank you in advance,
Regards,
Quy NGUYEN-DAI
--
http://vnoss.org
Vietnamese Open Source Software Community
PS: I have no problem with pdftex 1.30.3 compiling under Linux FC4
More information about the pdftex
mailing list