From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 22:51:37 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 279DB16A4BF for ; Tue, 19 Aug 2003 22:51:37 -0700 (PDT) Received: from mail.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D84C43F75 for ; Tue, 19 Aug 2003 22:51:36 -0700 (PDT) (envelope-from judmarc@fastmail.fm) Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 7A2F41141C5; Wed, 20 Aug 2003 00:50:11 -0400 (EDT) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Wed, 20 Aug 2003 00:50:11 -0400 X-Epoch: 1061355011 X-Sasl-enc: 8XHhEnqszUkZVkPMYSYUdA Received: from sparky (dialup-67.74.72.99.Dial1.Philadelphia1.Level3.net [67.74.72.99]) by www.fastmail.fm (Postfix) with ESMTP id 88B9510C70F; Tue, 19 Aug 2003 23:49:16 -0400 (EDT) To: Kent Stewart , Charles Howse , freebsd-questions@freebsd.org References: <019a01c365f9$c84a7210$04fea8c0@moe> <200308181935.26614.kstewart@owt.com> Message-ID: From: Jud Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Tue, 19 Aug 2003 23:49:15 -0400 In-Reply-To: <200308181935.26614.kstewart@owt.com> User-Agent: Opera7.20/Win32 M2 build 3060 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: Wed, 20 Aug 2003 05:51:37 -0000 On Mon, 18 Aug 2003 19:35:26 -0700, Kent Stewart wrote: > On Monday 18 August 2003 07:29 pm, Charles Howse wrote: >> > > What have I done wrong? >> > >> > What did you cvsup and are you running as root when you try >> > to build it. >> >> Here's my /etc/cvsupfile, I ran /usr/local/cvsup -g -L 2 >> /etc/cvsupfile, and yes, I'm runnig as root. >> >> *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. > > Kent I'm diving in late here, always a chancy thing, but what's the reason for both "*default tag=RELENG_4_8" and "*default tag=." in one supfile? Jud