From owner-freebsd-questions@FreeBSD.ORG Mon Aug 18 19:42:07 2003 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 578E737B405 for ; Mon, 18 Aug 2003 19:42:07 -0700 (PDT) Received: from remt19.cluster1.charter.net (remt19.cluster1.charter.net [209.225.8.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9475743F85 for ; Mon, 18 Aug 2003 19:42:06 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt19.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 126891901 for freebsd-questions@freebsd.org; Mon, 18 Aug 2003 22:42:04 -0400 From: "Charles Howse" To: Date: Mon, 18 Aug 2003 21:41:56 -0500 Message-ID: <019b01c365fb$74c2dc70$04fea8c0@moe> 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.2616 In-Reply-To: <200308181935.26614.kstewart@owt.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Make buildworld failure 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: Tue, 19 Aug 2003 02:42:07 -0000 > > *default host=cvsup11.FreeBSD.org > > *default base=/usr > > *default prefix=/usr > > *default release=cvs > > *default tag=RELENG_4_8 > > *default delete use-rel-suffix > > > > src-base > > *default tag=. > > ports-all > > doc-all > > > > If you want to do a buildworld, you will need the source for > "src-all". > It sounds like make tried to cd to a directory that didn't exist. > > BTW, my /etc/make.conf only has the compat's and noprofile in it. OK, that's not too bad an error. As a hobbyist, I have no fear of re-installing, and I'm *determined* to get this right from install to everyday use. I'll do a fresh install tomorrow morning, edit the cvsupfile, and change src-base to scr-all, cvsup, and try again. The only lines I uncommented in make.conf are: CFLAGS= -O -pipe NOPROFILE= true USA_RESIDENT= yes Good?