Thread: Make failed in HEAD with make -j
Hello folks, Not sure how critical this is, but I ran in to a problem building a fresh checkout of HEAD with 'make -j 6 all'. Below is the system CV plus the final seconds from the black box. Everything worked fine rerunning make with no -j switch. Thanks, and everyone have a great weekend, eh?-Wade Klaver [root@arch data]# uname -a FreeBSD ****.****.com 5.2-CURRENT FreeBSD 5.2-CURRENT #22: Mon Feb 2 13:54:43 PST 2004 root@****.****.com:/usr/obj/usr/src/sys/WORKSTATION-5.0-SMP i386 [root@arch data]# gmake --version GNU Make 3.80 [root@arch data]# gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations - I../../../src/interfaces/libpq -I../../../src/include -DBINDIR=\"/usr/local/pgs ql/bin\" -c -o dumputils.o dumputils.c gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations - I../../../src/interfaces/libpq -I../../../src/include -DBINDIR=\"/usr/local/pgs ql/bin\" -c -o pg_restore.o pg_restore.c gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations - I../../../src/interfaces/libpq -I../../../src/include -DBINDIR=\"/usr/local/pgs ql/bin\" -c -o pg_dumpall.o pg_dumpall.c gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations p g_dumpall.o dumputils.o ../../../src/backend/parser/keywords.o -L../../../src/in terfaces/libpq -lpq -L../../../src/port -R/usr/local/pgsql/lib -lz -lreadline - lcrypt -lcompat -lm -lutil -lpgport -o pg_dumpall gcc: dumputils.o: No such file or directory gmake[3]: *** [pg_dumpall] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory `/usr/local/src/pgsql7.5/src/bin/pg_dump' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/local/src/pgsql7.5/src/bin' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/local/src/pgsql7.5/src' gmake: *** [all] Error 2 *** Error code 2 1 error [root@arch pgsql7.5]# gmake all -- Wade Klaver Wavefire Technologies Corporation GPG Public Key at http://archeron.wavefire.com /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail .X - NO Word docs in e-mail . / \ -----------------------------------------------------------------
Wade Klaver <archeron@wavefire.com> writes: > Not sure how critical this is, but I ran in to a problem building a fresh > checkout of HEAD with 'make -j 6 all'. Missing dependency, looks like. That could cause worse problems than this, so it's good to catch. Fix committed --- thanks for the report! regards, tom lane