[tlbuild] trial builds for TL'13
Boris Veytsman
borisv at lk.net
Tue Mar 26 03:23:44 CET 2013
KB> Date: Tue, 26 Mar 2013 00:08:48 GMT
KB> From: karl at freefriends.org (Karl Berry)
KB> gcc: web2c-lexer.c: No such file or directory
KB> Well, taking a wild guess, it's the same problem -- the update to the
KB> *.m4 files has caused web2c-lexer.c (generated with (f)lex from
KB> web2c-lexer.l) to be considered out of date, and evidently you don't
KB> have flex (and shouldn't need it). ylwrap should never be getting
KB> executed.
KB> I just committed a new web2c-lexer.c with a trivial change (r29506) to
KB> update its timestamp. If it doesn't help, please run make -d in your
KB> Work/texk/web2c/web2c directory and send me the output.
This indeed helps, but then I got stuck at another place:
Making all in otps
make[5]: Entering directory `/home/boris/tlsource/Work/texk/web2c/otps'
make[6]: Entering directory `/home/boris/tlsource/Work/texk/web2c/otps'
depbase=`echo otp-parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../../../texk/web2c/otps -I../w2c -I.. -I../.. -I../../../../texk/web2c -I/home/boris/tlsource/Work/texk -I/home/boris/tlsource/texk -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -g -O2 -MT otp-parser.o -MD -MP -MF $depbase.Tpo -c -o otp-parser.o ../../../../texk/web2c/otps/otp-parser.c &&\
mv -f $depbase.Tpo $depbase.Po
test -f otp-lexer.c || /bin/bash ../../../../texk/web2c/../../build-aux/ylwrap ../../../../texk/web2c/otps/otp-lexer.l .c otp-lexer.c -- :
depbase=`echo otp-lexer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../../../../texk/web2c/otps -I../w2c -I.. -I../.. -I../../../../texk/web2c -I/home/boris/tlsource/Work/texk -I/home/boris/tlsource/texk -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -g -O2 -MT otp-lexer.o -MD -MP -MF $depbase.Tpo -c -o otp-lexer.o otp-lexer.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc: otp-lexer.c: No such file or directory
gcc: no input files
I guess this is the same problem, so I've installed flex and will try
to re-run Build.
--
Good luck
-Boris
First Rule of History:
History doesn't repeat itself -- historians merely repeat each other.
More information about the tlbuild
mailing list