From owner-freebsd-stable@FreeBSD.ORG Wed Nov 5 09:15:09 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF1616A4CE for ; Wed, 5 Nov 2003 09:15:09 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03CFE43FF3 for ; Wed, 5 Nov 2003 09:14:34 -0800 (PST) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) hA5HE6wa034362 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 5 Nov 2003 19:14:06 +0200 (EET) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9p2/8.12.9/Submit) id hA5HE2KV034351 for stable@freebsd.org; Wed, 5 Nov 2003 19:14:02 +0200 (EET) (envelope-from ru) Date: Wed, 5 Nov 2003 19:14:02 +0200 From: Ruslan Ermilov To: stable@freebsd.org Message-ID: <20031105171402.GA3076@sunbay.com> References: <20031105083035.A23822@greg.cex.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <20031105083035.A23822@greg.cex.ca> User-Agent: Mutt/1.5.4i Subject: Re: Installworld failure in /usr/share/locale/ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 17:15:10 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 05, 2003 at 08:30:35AM -0800, Greg White wrote: > I may have just caught this midmerge, but thought I'd post in case it is > some minor breakage. >=20 > Cvsup'd last night, started buildkernel/buildworld, and went home. > Tried to installworld this morning, and kept seeing failures with error > code 71. The failures were due to 'install' trying to install files into > directories that did not exist in the target filesystem. The offending > commands: >=20 > install -C -m 644 -o root -g wheel zh_CN.eucCN.out > /usr/share/locale/zh_CN.eucCN/LC_CTYPE > install -C -m 644 -o root -g wheel zh_CN.GB18030.out > /usr/share/locale/zh_CN.GB18030/LC_CTYPE > install -C -m 644 -o root -g wheel zh_CN.GBK.out >=20 > I just mkdir'd those directories: >=20 > mkdir /usr/share/local/zh_CN.eucCn > mkdir /usr/share/local/zh_CN.GB18030 > mkdir /usr/share/local/zh_CN.GBK >=20 > and installworld proceeded happily. >=20 > Date of cvsup: > CVSup update ends at 2003-11-03 22:10:33 >=20 > If I got caught mid-merge of some NLS changes, no biggie, just a little > bandwidth wasted. If that's the case, please let me know, on or off list > (preferably only the committer, no need to flood the mailbox with "Nope, > working here." ) > If not, maybe I've saved some folks a confused email to the list.=20 >=20 It happens when you miswrite "installworld" as "install". Installworld takes care to run a bunch of mtree(8) commands to create all necessary directories. Of course not if someone had broken the world, in which case we'll be flooded by a bunch of similar reports very soon. ;-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/qS/ZUkv4P6juNwoRAkLpAJ9zzc6oKfap1oJp6Zt17nmHbIZ92wCfX5gN 4jSMeFUyKVJvkN2Ct1Nto/g= =E8qx -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy--