build -j3 not working anymore on Current
Johan Hendriks
Johan at double-l.nl
Fri Jan 2 10:43:43 UTC 2009
Hello all
First of all a very happy new year to you all.
I have 2 test machines running HEAD, one i386 (dual PIII) and one amd64 Core2Duo
I always use the following command to do the buildworld cycles.
make cleanworld && make -j3 buildworld && make -j3 kernel
But as of now i get the following error
===> gnu/usr.bin/texinfo/doc (all)
--- info.info ---
--- info-stnd.info ---
--- texinfo.texi ---
--- info.info ---
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi -o info.info
--- info-stnd.info ---
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi -o info-stnd.info
--- texinfo.texi ---
ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi texinfo.texi
--- texinfo.info ---
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.info
--- info.info.gz ---
gzip -cn info.info > info.info.gz
--- info-stnd.info.gz ---
gzip -cn info-stnd.info > info-stnd.info.gz
--- texinfo.info.gz ---
gzip -cn texinfo.info > texinfo.info.gz
1 error
*** Error code 2
1 error
*** Error code 2
1 error
This is on both machines.
The amd64 machine i rebuild with make cleanworld && make buildworld && make kernel, and that works, but when i use the -j3 again it fails again.
the source is from today.
the i386 uses the USB2 kernel the amd64 machine use a custom kernel
include GENERIC
ident KRNL
# Polling
options DEVICE_POLLING
# pf
options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_CDNR
options ALTQ_PRIQ
device pf
device pflog
device pfsync
# Samba Options
options NETSMB
options LIBMCHAIN
options LIBICONV
options SMBFS
# Console color options
options SC_NORM_ATTR=(FG_LIGHTGREY|BG_BLACK)
options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)
options SC_KERNEL_CONS_ATTR=(FG_BROWN|BG_BLACK)
options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)
# System console options
options SC_DISABLE_REBOOT # disable reboot key sequence
options SC_HISTORY_SIZE=200 # number of history buffer lines
# Debugging for use in -current
nooptions KDB # Enable kernel debugger support.
nooptions DDB # Support DDB.
nooptions GDB # Support remote GDB.
nooptions INVARIANTS # Enable calls of extra sanity checking
nooptions INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
nooptions WITNESS # Enable checks to detect deadlocks and cycles
nooptions WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
regards,
Johan Hendriks
More information about the freebsd-current
mailing list