gen-fib.o problem

Hartmut Henkel hartmut_henkel at gmx.de
Wed Mar 3 15:24:38 CET 2021


Hello,

with fresh TeX Live trunk of today (and also the days before), calling
./Build in Build/sources gives the following error here (debian buster
amd64):

[...]
mv -f $depbase.Tpo $depbase.Po
gcc -Wall  -g -O2   -o gen-fac gen-fac.o
echo timestamp >stamp-fac
make[6]: Leaving directory '/usr/local/src/tex-live/trunk/Build/source/Work/libs/gmp/native'
native/gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)
cd native && make  stamp-fib
make[6]: Entering directory '/usr/local/src/tex-live/trunk/Build/source/Work/libs/gmp/native'
ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c
gcc -Wall  -g -O2   -o gen-fib gen-fib.o
gcc: error: gen-fib.o: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[6]: *** [Makefile:385: gen-fib] Error 1
make[6]: Leaving directory '/usr/local/src/tex-live/trunk/Build/source/Work/libs/gmp/native'
[...]

After the linking, somehow gen-fib.c is not used by gcc... Can you tell
what's going wrong?

Best Regards, Hartmut


More information about the tex-live mailing list.