From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 01:59:06 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 096D537B401 for ; Wed, 11 Jun 2003 01:59:06 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9681C43FAF for ; Wed, 11 Jun 2003 01:59:04 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h5B8veE6071080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 Jun 2003 09:59:02 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h5B8veTm071079; Wed, 11 Jun 2003 09:57:40 +0100 (BST) (envelope-from matthew) Date: Wed, 11 Jun 2003 09:57:40 +0100 From: Matthew Seaman To: ??????? ?????? Message-ID: <20030611085740.GB69365@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , ??????? ?????? , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-7.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-questions@freebsd.org Subject: Re: make buildworld failed 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, 11 Jun 2003 08:59:06 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 11, 2003 at 12:32:27PM +0400, ??????? ?????? wrote: > I have a problem with "make buildworld" on various FreeBSD systems (4.1, > 4.4, 4.7). > On all systems I used CVSUP with next parameters: >=20 > *default host=3Dcvsup4.ru.FreeBSD.org > *default base=3D/usr > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_4 > *default delete use-rel-suffix > #*default compress > src-all That looks fine to me. That should get you the latest 4.8-STABLE sources. You should certainly be able to update your 4.7 and 4.4 systems by buildworld from those sources -- you may possibly have to update the 4.1 system in a couple of steps but don't quote me on that. =20 > Then, I run "make buildworld" from /usr/src/, and it failed on various > steps (depending OS-version). >=20 > I read many FAQ and manuals, but can't resolve the problem. :-( The usual steps to take in this case are: # cd /usr/src # make cleandir # make cleandir (Yes: do this twice) # make update (or cvsup in the usual way) # make buildworld buildkernel KERNCONF=3DFOO Alternatively you can try blowing away the /usr/obj directory: # cd /usr/obj # rm -rf * # chflags -R 0 . # rm -rf * Then try building again. If that still doesn't work, then post here with the output of the 'make buildworld' command. =20 Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+5u8EdtESqEQa7a0RAiRhAJ4yVlodUJvfaVdQLEvCzeLnWqCzOACgmLxF WxzJvYqSGRlXDrXWKpDkgwk= =ZsqW -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0--