From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 02:50:51 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 7E13316A4B3 for ; Mon, 6 Oct 2003 02:50:51 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F78543FDD for ; Mon, 6 Oct 2003 02:50:49 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h969oc9E069282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Oct 2003 10:50:43 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id h969ocOb069281; Mon, 6 Oct 2003 10:50:38 +0100 (BST) (envelope-from matthew) Date: Mon, 6 Oct 2003 10:50:38 +0100 From: Matthew Seaman To: James Jacobsen Message-ID: <20031006095038.GA68930@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , James Jacobsen , freebsd-questions@freebsd.org References: <1065389927017944@lycos-europe.com> <3F80C665.9040607@ec.rr.com> <20031005225112.GA93240@res241015.resnet.wsu.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <20031005225112.GA93240@res241015.resnet.wsu.edu> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: Having trouble with buildworld 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: Mon, 06 Oct 2003 09:50:51 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 05, 2003 at 03:51:12PM -0700, James Jacobsen wrote: > Here is the /etc/make.conf. >=20 > # -- use.perl generated deltas -- # > # Created: Tue Aug 26 09:51:56 2003 > # Setting to use base perl from ports: > PERL_VER=3D5.6.1 > PERL_VERSION=3D5.6.1 > PERL_ARCH=3Dmach > NOPERL=3Dyo > NO_PERL=3Dyo > NO_PERL_WRAPPER=3Dyo > XFREE86_VERSION=3D4 > # -- use.perl generated deltas -- # > # Created: Sun Oct 5 15:25:52 2003 > # Setting to use base perl from ports: > PERL_VER=3D5.6.1 > PERL_VERSION=3D5.6.1 > PERL_ARCH=3Dmach > NOPERL=3Dyo > NO_PERL=3Dyo > NO_PERL_WRAPPER=3Dyo >=20 > Also the file /etc/defaults/make.conf does not exist, never did. It is = =20 > how ever mentioned in handbook. If you're on 5.x then the default make.conf file has moved to /usr/share/examples/etc/make.conf -- it was moved because unlike the other files in /etc/defaults, /etc/defaults/make.conf didn't actually set any defaults. Essentially the default state for /etc/make.conf is obtained using an empty file. /usr/share/examples/etc/make.conf has no active effect during the build{world,kernel} process, and only serves to illustrate the sorts of thing you can set in that file. The problem that you're seeing with make being unable to find freebsd.mc probably means that you are missing /usr/src/etc/sendmail/freebsd.mc. This file is definitely present in the FreeBSD CVS repository and a version is clearly tagged as belonging to the RELENG_5_1 branch: http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/sendmail/freebsd.mc?only_= with_tag=3DRELENG_5_1 This suggests that something went wrong when you tried running cvsup(1) -- double check your supfile and try re-running cvsup (You wrote 'releng_5_1' in your message: this won't work in a supfile, since the tag is case sensitive and has to be given precisely as 'RELENG_5_1'). There should not be any error messages emitted during the cvsup(1) run. 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 --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/gTrudtESqEQa7a0RAuw0AJ9QzYHXxYcmGlbfKgCtCktCJ6lcnACdH8Jx 7kYCdKj5gwvo2QNkoxHZwBE= =YtFy -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S--