From owner-freebsd-current@FreeBSD.ORG Tue Nov 17 04:40:18 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 2D84E106566B for ; Tue, 17 Nov 2009 04:40:18 +0000 (UTC) (envelope-from fbsdq@peterk.org) Received: from poshta.pknet.net (poshta.pknet.net [216.241.167.213]) by mx1.freebsd.org (Postfix) with SMTP id C484A8FC1F for ; Tue, 17 Nov 2009 04:40:17 +0000 (UTC) Received: (qmail 77438 invoked from network); 17 Nov 2009 04:13:35 -0000 Received: from poshta.pknet.net (HELO smtp.pknet.net) (216.241.167.213) by poshta.pknet.net with SMTP; 17 Nov 2009 04:13:35 -0000 Received: from 216.241.167.212 (SquirrelMail authenticated user fbsdq@peterk.org) by webmail.pknet.net with HTTP; Mon, 16 Nov 2009 21:13:35 -0700 (MST) Message-ID: Date: Mon, 16 Nov 2009 21:13:35 -0700 (MST) From: "Peter" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.17 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: 8-[stable] buildworld fails - at ja_JP.UTF-8 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: Tue, 17 Nov 2009 04:40:18 -0000 iH, SVNed up to latest revision - buildworld fails. commented out: NLS+= ja_JP.UTF-8 NLS+= ja_JP.eucJP from usr/src/lib/libc/nls/Makefile.inc buildworld and installworld work fine. This is with that part commented out during 'buildworld' and then I uncommented it out [after awhile into buildworld] but installworld failed if that was left uncommented with the following snip: ===> csu/i386-elf (install) install -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib32 ===> libc (install) install -C -o root -g wheel -m 444 libc.a /usr/lib32 gencat ja_JP.UTF-8.cat /denver/usr/src/lib/libc/nls/ja_JP.UTF-8.msg gencat: not found *** Error code 127 :#svn up At revision 199342. looks like this commit broke it: [?] ------------------------------------------------------------------------ r199307 | ume | 2009-11-15 20:52:18 -0700 (Sun, 15 Nov 2009) | 3 lines MFC r199080, r199081, r199082: Add ja_JP.UTF-8 and ja_JP.eucJP catalogs. ------------------------------------------------------------------------ ]Peter[