From owner-freebsd-questions@FreeBSD.ORG Sat Apr 7 20:49:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8364016A400 for ; Sat, 7 Apr 2007 20:49:07 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 5E22A13C448 for ; Sat, 7 Apr 2007 20:49:07 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 29243 invoked from network); 7 Apr 2007 20:49:06 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Apr 2007 20:49:06 -0000 Received: from Lowell-Desk.localdomain (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 2BEB928434; Sat, 7 Apr 2007 16:49:04 -0400 (EDT) Received: by Lowell-Desk.localdomain (Postfix, from userid 1147) id C5C741CCAE; Sat, 7 Apr 2007 16:49:03 -0400 (EDT) To: Schiz0 References: <8d23ec860704061509gb239144pabeda4c7a0152742@mail.gmail.com> <44d52g5m9m.fsf@Lowell-Desk.lan> <8d23ec860704071232g57a0fd33k2492398c1757cc24@mail.gmail.com> From: Lowell Gilbert Date: Sat, 07 Apr 2007 16:49:03 -0400 In-Reply-To: <8d23ec860704071232g57a0fd33k2492398c1757cc24@mail.gmail.com> (Schiz0's message of "Sat\, 7 Apr 2007 15\:32\:29 -0400") Message-ID: <44odlzewqo.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Buildworld error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 20:49:07 -0000 Schiz0 writes: > On 4/7/07, Lowell Gilbert wrote: >> >> Schiz0 writes: >> >> > I'm following the handbook to rebuild world. I updated via csup >> (Supfile: >> > http://pastebin.ca/427631 ) right before I ran make buildworld. Now I'm >> > getting this error: http://pastebin.ca/427605 >> > >> > I just installed the system before doing this, so the /usr/src dir >> should be >> > fresh. >> > >> > Any ideas? >> > >> > Thanks in advance to everyone. Without IRC and the mailing lists, I >> would be >> > using Windows ;-) >> >> Is there anything non-standard in your make.conf? >> Are you using Kerberos? >> > > No, I'm not using Kerberos. Also, I went through the entire make.conf man > page and added the appropriate settings for my system. My make.conf is > pasted at: http://pastebin.ca/428698 That is a *big* configuration file; I'm not going to go through all of it to debug it. You have a lot of variables set to "false", which is the same as setting them to "true"; see make.conf(5) for details. I recommend building with an empty make.conf to be sure that you are able to build without any special settings, and *then* try tuning it (if you want to; there is rarely any strong reason to do so).