From owner-freebsd-stable@FreeBSD.ORG Fri Oct 13 16:56:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1452916A4D2 for ; Fri, 13 Oct 2006 16:56:58 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1109943D79 for ; Fri, 13 Oct 2006 16:56:47 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 48CB2B810 for ; Fri, 13 Oct 2006 12:56:29 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20061013163309.GC91702@rambler-co.ru> References: <20061013143130.GW491@dev.null.cz> <680A85A8-65CE-4CEF-AF3D-AD2AE9FB9F16@khera.org> <20061013163309.GC91702@rambler-co.ru> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Fri, 13 Oct 2006 12:56:28 -0400 To: FreeBSD Stable X-Mailer: Apple Mail (2.752.2) Subject: Re: FreeBSD and "make -j# buildworld" usability X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2006 16:56:58 -0000 On Oct 13, 2006, at 12:33 PM, Ruslan Ermilov wrote: >> Works for me with -j2 on buildworld. >> >> My buildkernel fails since I compile acpi static. >> > Hmm, and where and how does it break? This commit (not yet > in RELENG_6) doesn't help? > To be clear: make buildkernel works, but make -j2 builkernel used to fail complaining that something wasn't built yet. Just tried it now (twice) on an amd64 box and it worked. might have been luck of timing. Tried on an i386 box and it dies here every time with -j2, but builds to completion without: ===> nullfs (depend) @ -> /n/lorax1/usr6/src/sys machine -> /n/lorax1/usr6/src/sys/i386/include awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- - DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I@/../include - I/usr/include -I/n/lorax1/usr6/obj.i386/n/lorax1/usr6/src/sys/KCI32 / n/lorax1/usr6/src/sys/modules/nullfs/../../fs/nullfs/null_subr.c /n/ lorax1/usr6/src/sys/modules/nullfs/../../fs/nullfs/null_vfsops.c /n/ lorax1/usr6/src/sys/modules/nullfs/../../fs/nullfs/null_vnops.c 1 error *** Error code 2 1 error *** Error code 2 1 error 11.259user 14.494sys 84.0%, 0ib 1122ob 1049tx 3006da 4055to 0swp 0:30.63 Perhaps my memory of it being acpi were incorrect (or I've since added nullfs to my kernel...)