Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2003 10:50:38 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        James Jacobsen <james_jacobsen@lycos.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Having trouble with buildworld
Message-ID:  <20031006095038.GA68930@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <20031005225112.GA93240@res241015.resnet.wsu.edu>
References:  <1065389927017944@lycos-europe.com> <3F80C665.9040607@ec.rr.com> <20031005225112.GA93240@res241015.resnet.wsu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031006095038.GA68930>