From owner-freebsd-current@FreeBSD.ORG Wed Jul 15 10:51:19 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 781A61065670 for ; Wed, 15 Jul 2009 10:51:19 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 3C6FA8FC1A for ; Wed, 15 Jul 2009 10:51:19 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 9EB601CF34; Wed, 15 Jul 2009 12:51:18 +0200 (CEST) Date: Wed, 15 Jul 2009 12:51:18 +0200 From: Ed Schouten To: Thomas Backman Message-ID: <20090715105118.GD48776@hoeg.nl> References: <57200BF94E69E54880C9BB1AF714BBCB5DEA51@w2003s01.double-l.local> <20090715093833.GZ48776@hoeg.nl> <20090715102557.GB48776@hoeg.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="b14pt1N+s3YOeeYV" Content-Disposition: inline In-Reply-To: <20090715102557.GB48776@hoeg.nl> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-current@FreeBSD.org, Johan Hendriks Subject: Re: buildworld error BETA1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 10:51:19 -0000 --b14pt1N+s3YOeeYV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Ed Schouten wrote: > Hmm... It seems it only builds mklocale if __FreeBSD_version is below > 800013. I think you should rebuild mklocale by hand: >=20 > cd /usr/src/usr.bin/mklocale > make > make install clean I'm currently testing this patch at home: Index: Makefile.inc1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile.inc1 (revision 195708) +++ Makefile.inc1 (working copy) @@ -925,7 +925,7 @@ _ar=3D usr.bin/ar .endif =20 -.if ${BOOTSTRAPPING} < 800013 +.if ${BOOTSTRAPPING} < 800104 _mklocale=3D usr.bin/mklocale .endif =20 I'll send it to re@ if it fixes the issue properly. --=20 Ed Schouten WWW: http://80386.nl/ --b14pt1N+s3YOeeYV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkpdtKYACgkQ52SDGA2eCwVhrACfXSNVwU1M4pZyZ2pvfTgsfvGL OxQAnAwgNa+x+4WyUhlkCRqctssO9dGl =NlLF -----END PGP SIGNATURE----- --b14pt1N+s3YOeeYV--