bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gawk 3.1.5: awklib makefiles not parallel safe


From: Andreas Schwab
Subject: gawk 3.1.5: awklib makefiles not parallel safe
Date: Thu, 26 Jan 2006 11:14:58 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

When building with parallel make there is a missing dependency in the
awklib makefile:

make[2]: Entering directory `/usr/src/packages/BUILD/gawk-3.1.5/awklib'
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I..   -O2 -fmessage-length=0 -Wall 
-D_FORTIFY_SOURCE=2 -g -fprofile-arcs ./eg/lib/pwcat.c -export-dynamic -o pwcat
gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I..   -O2 -fmessage-length=0 -Wall 
-D_FORTIFY_SOURCE=2 -g -fprofile-arcs ./eg/lib/grcat.c -export-dynamic -o grcat
cp ./eg/prog/igawk.sh igawk ; chmod 755 igawk
rm -fr eg stamp-eg
make[2]: *** No rule to make target `eg/lib/passwdawk.in', needed by 
`passwd.awk'.  Stop.
make[2]: *** Waiting for unfinished jobs....
cp: cannot stat `./eg/prog/igawk.sh': No such file or directory
gawk -f ./extract.awk ./../doc/gawk.texi ./../doc/gawkinet.texi
make[2]: *** Waiting for unfinished jobs....
chmod: cannot access `igawk': No such file or directory
make[2]: *** [igawk] Error 1
gcc: ./eg/lib/grcat.c: No such file or directory
gcc: no input files
make[2]: *** [grcat] Error 1
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/packages/BUILD/gawk-3.1.5'

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]