From owner-freebsd-stable@FreeBSD.ORG Fri Oct 13 17:12:39 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 B63FD16A407 for ; Fri, 13 Oct 2006 17:12:39 +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 43A0643D5E for ; Fri, 13 Oct 2006 17:12:39 +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 ACBDBB80F for ; Fri, 13 Oct 2006 13:12:38 -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: <74D343B7-8DC9-427B-BCDB-289ACCE682F4@khera.org> Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Fri, 13 Oct 2006 13:12:38 -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 17:12:39 -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 i poked around some more and i do see acpi broken, but make just ignores the error during make depend phase when running with -j2 on the i386: /usr/obj/n/lorax1/usr6/src/make.i386/make -f /n/lorax1/usr6/src/sys/ i386/acpica/Makefile MAKESRCPATH=/n/lorax1/usr6/src/sys/i386/acpica 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/ KCI32SMP usb_if.c /n/lorax1/usr6/src/sys/modules/usb/../../dev/usb/ hid.c /n/lorax1/usr6/src/sys/modules/usb/../../dev/usb/uhub.c /n/ lorax1/usr6/src/sys/modules/usb/../../dev/usb/usb.c /n/lorax1/usr6/ src/sys/modules/usb/../../dev/usb/usb_mem.c /n/lorax1/usr6/src/sys/ modules/usb/../../dev/usb/usb_quirks.c /n/lorax1/usr6/src/sys/modules/ usb/../../dev/usb/usb_subr.c /n/lorax1/usr6/src/sys/modules/usb/../../ dev/usb/usbdi.c /n/lorax1/usr6/src/sys/modules/usb/../../dev/usb/ usbdi_util.c /n/lorax1/usr6/src/sys/modules/usb/../../dev/usb/ usb_ethersubr.c /n/lorax1/usr6/src/sys/modules/usb/../../dev/usb/ uhci_pci.c /n/lorax1/usr6/src/sys/modules/usb/../../dev/usb/uhci.c /n/ lorax1/usr6/src/sys/modules/usb/../../dev/usb/ohci_pci.c /n/lorax1/ usr6/src/sys/modules/usb/../../dev/usb/ohci.c /n/lorax1/usr6/src/sys/ modules/usb/../../dev/usb/ehci_pci.c /n/lorax1/usr6/src/sys/modules/ usb/../../dev/usb/ehci.c Warning: Object directory not changed from original /n/lorax1/usr6/ obj.i386/n/lorax1/usr6/src/sys/KCI32SMP cc -O2 -fno-strict-aliasing -pipe -I. -I@ -c /n/lorax1/usr6/src/sys/ i386/acpica/acpi_wakecode.S /n/lorax1/usr6/src/sys/i386/acpica/acpi_wakecode.S:35:19: assym.s: No such file or directory /n/lorax1/usr6/src/sys/i386/acpica/acpi_wakecode.S: Assembler messages: /n/lorax1/usr6/src/sys/i386/acpica/acpi_wakecode.S:103: Error: suffix or operands invalid for `ljmp' *** Error code 1 1 error *** Error code 2 ===> ukbd (depend) @ -> /n/lorax1/usr6/src/sys ... and keeps going until it hits the nullfs depend step where it really stops...