Re: Parallel buildkernel (still) broken?

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Mon, 6 Feb 2006 18:46:29 +0200
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
> > 
> > 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.
> > 
> > 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.
> 
> I get the same errors for quite some time now. But since it's easy to
> workaround, I haven't investigated/reported it yet.
> 
Could you both test this and report back?

%%%
Index: files.alpha
===================================================================
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
_at__at_ -11,7 +11,7 _at__at_
 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
===================================================================
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
_at__at_ -11,7 +11,7 _at__at_
 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		\
_at__at_ -23,7 +23,7 _at__at_
 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
===================================================================
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
_at__at_ -10,7 +10,7 _at__at_
 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		\
_at__at_ -22,7 +22,7 _at__at_
 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
===================================================================
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
_at__at_ -12,7 +12,7 _at__at_
 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		\
_at__at_ -24,7 +24,7 _at__at_
 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,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Mon Feb 06 2006 - 15:47:39 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:52 UTC