From owner-freebsd-current@FreeBSD.ORG Tue Sep 28 07:43:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB6B16A4CE for ; Tue, 28 Sep 2004 07:43:28 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F232143D2D for ; Tue, 28 Sep 2004 07:43:25 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (oak.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8S7hOIS045442; Tue, 28 Sep 2004 10:43:24 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 76712-05; Tue, 28 Sep 2004 10:43:23 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8S7hNs6045439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Sep 2004 10:43:23 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i8S7hOt8015371; Tue, 28 Sep 2004 10:43:24 +0300 (EEST) (envelope-from ru) Date: Tue, 28 Sep 2004 10:43:24 +0300 From: Ruslan Ermilov To: Adam Smith Message-ID: <20040928074323.GD14942@ip.net.ua> References: <20040928000125.GF629@internode.com.au> <20040928004906.GC646@internode.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="11Y7aswkeuHtSBEs" Content-Disposition: inline In-Reply-To: <20040928004906.GC646@internode.com.au> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: freebsd-current@freebsd.org Subject: Re: Make installworld problems with BETA4 through 6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 28 Sep 2004 07:43:29 -0000 --11Y7aswkeuHtSBEs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 28, 2004 at 10:19:07AM +0930, Adam Smith wrote: > On Tue, Sep 28, 2004 at 09:31:26AM +0930, Adam Smith said: > > Since about BETA4, I've been having installworld problems. >=20 > And I seem to have found the reason. I am not sure if this problem was d= ue > to an existing issue with my system or the new buildworld, but, I found > that /usr/share/nls/en_US.US-ASCII was a symlink to 'C' in the same > directory. >=20 That's normal: $ uname -srm =20 FreeBSD 5.3-BETA6 i386 $ ls -l /usr/share/nls/en_US.US-ASCII lrwxr-xr-x 1 root wheel 1 Sep 27 20:59 /usr/share/nls/en_US.US-ASCII -> C > There was no entry for 'C' and so I removed the symlink entirely. I then > went back to /usr/src and performed another "make installworld" and it > installed successfully. >=20 Hrm, that's odd. The "distrib-dirs" target in src/src/Makefile which is run as the first step of installworld should have taken care of creating /usr/share/nls/C, at least I wasn't able to reproduce any problem here. The only way I could have made it break is to have /usr/share/nls/C symlinked to some nonexistent filename. But you say there was no 'C' entry at all... Anyway, a complete "installworld" output would help narrow this problem down. If not, there's nothing to discuss in this thread anymore. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --11Y7aswkeuHtSBEs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBWRYbqRfpzJluFF4RAl6hAJ9lBhW1sE7czViLPVS7h+TfX684RwCfQU/j xvedcwZnPs2OdGESG7Bz9Q4= =VgCB -----END PGP SIGNATURE----- --11Y7aswkeuHtSBEs--