From owner-freebsd-stable@FreeBSD.ORG Wed Nov 5 08:30:16 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 5E99C16A4CE for ; Wed, 5 Nov 2003 08:30:16 -0800 (PST) Received: from greg.cex.ca (h24-207-38-10.dlt.dccnet.com [24.207.38.10]) by mx1.FreeBSD.org (Postfix) with SMTP id B87AC43F93 for ; Wed, 5 Nov 2003 08:30:14 -0800 (PST) (envelope-from gregw-freebsd-stable@greg.cex.ca) Received: (qmail 23913 invoked by uid 1001); 5 Nov 2003 16:30:35 -0000 Date: Wed, 5 Nov 2003 08:30:35 -0800 From: Greg White To: stable@freebsd.org Message-ID: <20031105083035.A23822@greg.cex.ca> Mail-Followup-To: stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: 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 16:30:16 -0000 I may have just caught this midmerge, but thought I'd post in case it is some minor breakage. 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: 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 I just mkdir'd those directories: mkdir /usr/share/local/zh_CN.eucCn mkdir /usr/share/local/zh_CN.GB18030 mkdir /usr/share/local/zh_CN.GBK and installworld proceeded happily. Date of cvsup: CVSup update ends at 2003-11-03 22:10:33 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. -- Greg White