From owner-freebsd-current@FreeBSD.ORG Mon Feb 6 16:47:39 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0144316A420; Mon, 6 Feb 2006 16:47:39 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C3E43D48; Mon, 6 Feb 2006 16:47:38 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k16GlbrJ093095; Mon, 6 Feb 2006 18:47:37 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 17777-02-3; Mon, 6 Feb 2006 18:47:09 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k16GkPPU093043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Feb 2006 18:46:25 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k16GkTQm087631; Mon, 6 Feb 2006 18:46:29 +0200 (EET) (envelope-from ru) Date: Mon, 6 Feb 2006 18:46:29 +0200 From: Ruslan Ermilov To: Stefan Ehmann Message-ID: <20060206164629.GE87340@ip.net.ua> References: <1139238659.876.13.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dFWYt1i2NyOo1oI9" Content-Disposition: inline In-Reply-To: <1139238659.876.13.camel@localhost> User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at ip.net.ua Cc: Ian FREISLICH , Warner Losh , current@freebsd.org Subject: Re: Parallel buildkernel (still) broken? 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: Mon, 06 Feb 2006 16:47:39 -0000 --dFWYt1i2NyOo1oI9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 06, 2006 at 04:10:59PM +0100, Stefan Ehmann wrote: > On Mon, 2006-02-06 at 15:30 +0200, Ian FREISLICH wrote: > > Hi > >=20 > > I was wondering if there is some fubar on my current box or if it's > > just not possible to do parallel buildkernels. make buildworld > > -jnn does work on this system. System is i386. > >=20 > > With the parallel build it's difficult to say exactly what the > > problem is. This is the error that I get. There are no errors > > further up in the script at least. >=20 > I get the same errors for quite some time now. But since it's easy to > workaround, I haven't investigated/reported it yet. >=20 Could you both test this and report back? %%% Index: files.alpha =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/files.alpha,v retrieving revision 1.123 diff -u -r1.123 files.alpha --- files.alpha 27 Nov 2005 21:41:58 -0000 1.123 +++ files.alpha 6 Feb 2006 16:42:59 -0000 @@ -11,7 +11,7 @@ linux_genassym.o optional compat_linux \ dependency "$S/alpha/linux/linux_genassym.c" \ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "linux_genassym.o" # linux_assym.h optional compat_linux \ Index: files.amd64 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/files.amd64,v retrieving revision 1.81 diff -u -r1.81 files.amd64 --- files.amd64 24 Jan 2006 21:13:50 -0000 1.81 +++ files.amd64 6 Feb 2006 16:43:24 -0000 @@ -11,7 +11,7 @@ linux32_genassym.o optional compat_linux32 \ dependency "$S/amd64/linux32/linux32_genassym.c" \ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "linux32_genassym.o" # linux32_assym.h optional compat_linux32 \ @@ -23,7 +23,7 @@ ia32_genassym.o standard \ dependency "$S/compat/ia32/ia32_genassym.c" \ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "ia32_genassym.o" # ia32_assym.h standard \ Index: files.i386 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/files.i386,v retrieving revision 1.551 diff -u -r1.551 files.i386 --- files.i386 31 Jan 2006 23:11:34 -0000 1.551 +++ files.i386 6 Feb 2006 16:44:06 -0000 @@ -10,7 +10,7 @@ linux_genassym.o optional compat_linux \ dependency "$S/i386/linux/linux_genassym.c" \ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "linux_genassym.o" # linux_assym.h optional compat_linux \ @@ -22,7 +22,7 @@ svr4_genassym.o optional compat_svr4 \ dependency "$S/i386/svr4/svr4_genassym.c" \ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "svr4_genassym.o" # svr4_assym.h optional compat_svr4 \ Index: files.pc98 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/files.pc98,v retrieving revision 1.335 diff -u -r1.335 files.pc98 --- files.pc98 2 Feb 2006 11:14:12 -0000 1.335 +++ files.pc98 6 Feb 2006 16:44:29 -0000 @@ -12,7 +12,7 @@ linux_genassym.o optional compat_linux \ dependency "$S/i386/linux/linux_genassym.c" \ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "linux_genassym.o" # linux_assym.h optional compat_linux \ @@ -24,7 +24,7 @@ svr4_genassym.o optional compat_svr4 \ dependency "$S/i386/svr4/svr4_genassym.c" \ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \ - no-obj no-implicit-rule \ + no-obj no-implicit-rule before-depend \ clean "svr4_genassym.o" # svr4_assym.h optional compat_svr4 \ %%% Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --dFWYt1i2NyOo1oI9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD531kqRfpzJluFF4RAllZAJ43SHwRIlXSBqXruVg5nL/Cn1GEogCdH8VW Vcs+ljDJ5sScrYKyHMH7k+U= =dwUB -----END PGP SIGNATURE----- --dFWYt1i2NyOo1oI9--