Date: Mon, 6 Feb 2006 18:46:29 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Stefan Ehmann <shoesoft@gmx.net> Cc: Ian FREISLICH <if@hetzner.co.za>, Warner Losh <imp@freebsd.org>, current@freebsd.org Subject: Re: Parallel buildkernel (still) broken? Message-ID: <20060206164629.GE87340@ip.net.ua> In-Reply-To: <1139238659.876.13.camel@localhost> References: <E1F66Rv-000GUs-IP@hetzner.co.za> <1139238659.876.13.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060206164629.GE87340>