From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 17:30:42 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 1EB3E37B401 for ; Sat, 16 Aug 2003 17:30:42 -0700 (PDT) Received: from mail.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B3F43F3F for ; Sat, 16 Aug 2003 17:30:40 -0700 (PDT) (envelope-from judmarc@fastmail.fm) Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 370ECE0019; Sat, 16 Aug 2003 20:30:39 -0400 (EDT) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Sat, 16 Aug 2003 20:30:39 -0400 X-Epoch: 1061080239 X-Sasl-enc: oUqk0qu87qJPAuxatu745g Received: from jud.dyndns.org (dialup-67.74.77.41.Dial1.Philadelphia1.Level3.net [67.74.77.41]) by www.fastmail.fm (Postfix) with ESMTP id 1A075DFCD6; Sat, 16 Aug 2003 20:30:36 -0400 (EDT) To: geek , FreeBSD-questions@FreeBSD.org References: <2305CFC39C15AA4896E06E5C91C509EF0374385F@VS2.hdi.tvcabo> Message-ID: From: Jud Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sat, 16 Aug 2003 20:30:32 -0400 In-Reply-To: <2305CFC39C15AA4896E06E5C91C509EF0374385F@VS2.hdi.tvcabo> User-Agent: Opera7.20/Linux M2 build 440 Subject: Re: Source update problems 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: Sun, 17 Aug 2003 00:30:42 -0000 On Sun, 17 Aug 2003 00:33:15 +0100, geek wrote: > I have a problem to update my source! > This is my supfile > > SRCSUPFILE: > *default host=cvsup2.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4 > *default delete use-rel-suffix > *default compress > src-all > > and my procediment was that: > > root# cvsup -g -L2 SRCSUPFIL > root# make buildworld > root# make buildkernel KERNCONF=MYKERNEL > root# make installkernel KERNCONF=MYKERNEL > root# make installworld > root# mergemaster > root# reboot > > i do "cvsup -g -L2 SRCSUPFILE" right, but when i make make buildworld > the answer was: make: don't know how to make buildworld. Stop! > > What can be ? After cvsup and before make buildworld: root# cd /usr/src Jud