Date: Fri, 2 Jan 2009 11:32:44 +0100 From: "Johan Hendriks" <Johan@double-l.nl> To: <freebsd-current@freebsd.org> Subject: build -j3 not working anymore on Current Message-ID: <57200BF94E69E54880C9BB1AF714BBCB0111B3@w2003s01.double-l.local>
next in thread | raw e-mail | index | archive | help
Hello all=20 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=20 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 =3D=3D=3D> 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.tex= i -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-stn= d.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=3D(FG_LIGHTGREY|BG_BLACK) options SC_NORM_REV_ATTR=3D(FG_YELLOW|BG_GREEN) options SC_KERNEL_CONS_ATTR=3D(FG_BROWN|BG_BLACK) options SC_KERNEL_CONS_REV_ATTR=3D(FG_BLACK|BG_RED) # System console options options SC_DISABLE_REBOOT # disable reboot key sequence options SC_HISTORY_SIZE=3D200 # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57200BF94E69E54880C9BB1AF714BBCB0111B3>