Parallel buildkernel (still) broken?
Ruslan Ermilov
ru at freebsd.org
Mon Feb 6 08:47:39 PST 2006
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
@@ -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
===================================================================
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
===================================================================
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
===================================================================
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,
--
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20060206/8a88ab1b/attachment.bin
More information about the freebsd-current
mailing list