From owner-freebsd-questions@FreeBSD.ORG Sat Apr 7 20:54:54 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 B89DD16A401 for ; Sat, 7 Apr 2007 20:54:54 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 7582613C45A for ; Sat, 7 Apr 2007 20:54:54 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so775844nza for ; Sat, 07 Apr 2007 13:54:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GPkXDMZ2vV0MGBalyD0aKxX8BRzdXmITK/Dwv4tUcfVfsz2UjDJLUkb/UQUsUdjqKE1gYzfMe1xRqC7Onx7zYklis1NcqXbTuaR/ftDlbqrhh4JKHZtRg4Pu7mXYYDRuv7cM8MXkfI2MSWIgUL9byKJtIBKpN/7VA7HOYw99v4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Bu85kko03ohPVsm0W36KKLWer4ZSVGh8NqJxoVgCEOD5o+Cs2JqpCGjaC70ctLXoPVtyxOjmLtuTXvicBmlOTcHj3+pg3BaZmuCIsieYxFtzfcjHG4WyO96NwgYNtN1nhGTe8R5K6XwB77eMvckvWriB4rYp7L/gtEO+xJ2++N4= Received: by 10.114.161.11 with SMTP id j11mr1710302wae.1175979293495; Sat, 07 Apr 2007 13:54:53 -0700 (PDT) Received: by 10.114.52.13 with HTTP; Sat, 7 Apr 2007 13:54:53 -0700 (PDT) Message-ID: <8d23ec860704071354m13e7bbadu3bf7357f4c070441@mail.gmail.com> Date: Sat, 7 Apr 2007 16:54:53 -0400 From: Schiz0 To: freebsd-questions@freebsd.org In-Reply-To: <44odlzewqo.fsf@Lowell-Desk.lan> MIME-Version: 1.0 References: <8d23ec860704061509gb239144pabeda4c7a0152742@mail.gmail.com> <44d52g5m9m.fsf@Lowell-Desk.lan> <8d23ec860704071232g57a0fd33k2492398c1757cc24@mail.gmail.com> <44odlzewqo.fsf@Lowell-Desk.lan> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Buildworld error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 20:54:54 -0000 On 4/7/07, Lowell Gilbert wrote: > > 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.confman > > 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). > It seems I read through make.conf(5) a bit to fast and missed the part about it ignoring the value of bool vars. I'll redo my make.conf and try rebuilding and see if that works. If it doesn't, I'll clear out make.confand try again. Thanks.