From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 10:43:42 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4755106566B for ; Fri, 2 Jan 2009 10:43:42 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5E78FC0C for ; Fri, 2 Jan 2009 10:43:42 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id n02ATgJZ028900 for ; Fri, 2 Jan 2009 11:29:46 +0100 (CET) (envelope-from Johan@double-l.nl) MIME-Version: 1.0 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 2 Jan 2009 11:32:44 +0100 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB0111B3@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: build -j3 not working anymore on Current Thread-Index: AclsxXKRtWlf/KP/SPCKkWq92S6MEw== From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: build -j3 not working anymore on Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2009 10:43:43 -0000 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