From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 09:55:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E0716A4CE for ; Thu, 29 Jan 2004 09:55:25 -0800 (PST) Received: from fed1mtao03.cox.net (fed1mtao03.cox.net [68.6.19.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1EB843D55 for ; Thu, 29 Jan 2004 09:55:23 -0800 (PST) (envelope-from rich@hogben.org) Received: from top ([68.101.227.106]) by fed1mtao03.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040129175522.NGII3721.fed1mtao03.cox.net@top>; Thu, 29 Jan 2004 12:55:22 -0500 From: "Richard Hogben" To: "'Kris Kennaway'" Date: Thu, 29 Jan 2004 09:55:23 -0800 Message-ID: <000901c3e691$11d983e0$0400a8c0@top> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <20040129030208.GA36958@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: buildworld errors on clean 4.9 install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2004 17:55:25 -0000 Thanks, some searching on Google pointed to the same thing, seems the -j option is not always a good idea for single processor computers. I have been building since this morning, and no errors as of yet! -----Original Message----- From: Kris Kennaway [mailto:kris@obsecurity.org] Sent: Wednesday, January 28, 2004 7:02 PM To: Richard Hogben Cc: freebsd-questions@freebsd.org Subject: Re: buildworld errors on clean 4.9 install On Wed, Jan 28, 2004 at 05:37:51PM -0800, Richard Hogben wrote: > # make -j4 buildworld Rerun make without -j, which obscures the actual error. Kris