From owner-freebsd-current@FreeBSD.ORG Mon Feb 6 15:21:25 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2836F16A420 for ; Mon, 6 Feb 2006 15:21:25 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9471A43D46 for ; Mon, 6 Feb 2006 15:21:24 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k16FL2u0044128; Mon, 6 Feb 2006 08:21:02 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 06 Feb 2006 08:21:05 -0700 (MST) Message-Id: <20060206.082105.12674320.imp@bsdimp.com> To: if@hetzner.co.za From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 06 Feb 2006 08:21:02 -0700 (MST) Cc: current@freebsd.org Subject: Re: Parallel buildkernel (still) broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 15:21:25 -0000 In message: Ian FREISLICH writes: : 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. : : make: don't know how to make machine/endian.h. Stop : *** Error code 2 : 1 error : *** Error code 2 : 1 error Is this during the build phase or the depend phase? Warner