From owner-freebsd-stable Sat Sep 15 9:38:39 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cage.simianscience.com (cage.simianscience.com [64.7.134.1]) by hub.freebsd.org (Postfix) with ESMTP id 06C9337B411 for ; Sat, 15 Sep 2001 09:38:34 -0700 (PDT) Received: from chimp.sentex.net (fcage [192.168.0.2]) by cage.simianscience.com (8.11.6/8.11.6) with ESMTP id f8FGcW943569 for ; Sat, 15 Sep 2001 12:38:32 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20010915123606.035fcc18@192.168.0.12> X-Sender: mdtancsa@192.168.0.12 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 15 Sep 2001 12:38:30 -0400 To: stable@freebsd.org From: Mike Tancsa Subject: make -j4 vs -j8... 4 works, but 8 does not Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Should a parallel build always work ? I was just trying to stress a new series of MB we are evaluating and to my suprise, -j4 works, but not -j8 ===> usr.sbin/boot0cfg rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/boot0cfg/boot0cfg.c cd /usr/src/usr.sbin/boot0cfg; make _EXTRADEPEND echo boot0cfg: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend 1 error *** Error code 2 1 error *** Error code 2 Nothing really strange in my /etc/make.conf CPUTYPE=686 CFLAGS= -O -pipe COPTFLAGS= -O -pipe ENABLE_SUIDPERL= no NOGAMES= true # do not build games (games/ subdir) MODULES_WITH_WORLD=true # do not build modules when building kernel COMPAT3X= yes TOP_TABLE_SIZE= 10101 KERNCONF=marble -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message