From owner-freebsd-current@FreeBSD.ORG Thu Jul 16 13:40:15 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 AF196106566B for ; Thu, 16 Jul 2009 13:40:15 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 6C82A8FC12 for ; Thu, 16 Jul 2009 13:40:15 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:49577 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1MRRBm-0002TS-5d; Thu, 16 Jul 2009 15:40:00 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id B32FC3DA7; Thu, 16 Jul 2009 15:39:48 +0200 (CEST) Message-Id: <36D324B5-31D4-4324-A2AD-5BCC82BD71D5@exscape.org> From: Thomas Backman To: Angelo Turetta In-Reply-To: <4A5F277D.1090000@commit.it> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 16 Jul 2009 15:39:46 +0200 References: <4A5F277D.1090000@commit.it> X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MRRBm-0002TS-5d. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MRRBm-0002TS-5d 60483a3de113c5c48317bed133338915 Cc: freebsd-current@freebsd.org Subject: Re: make installworld failure (mklocale) 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: Thu, 16 Jul 2009 13:40:15 -0000 On Jul 16, 2009, at 15:13, Angelo Turetta wrote: > I installed BETA1, then csup HEAD on 07/13, upgraded the system > correctly (buildworld + buildkernel, installkernel + installworld). > > This morning I'm trying to upgrade again, but installworld fails with: > > ----------------------------------------------------------- > ===> share/mklocale (install) > install -o root -g wheel -m 444 UTF-8.out /usr/share/locale/UTF-8/ > LC_CTYPE > mklocale -o am_ET.UTF-8.out /usr/src/share/mklocale/am_ET.UTF-8.src > mklocale:No such file or directory > *** Error code 1 > > Any workaround? > > Angelo Yes. Please see the archives over at http://lists.freebsd.org/pipermail/freebsd-current/2009-July/009406.html , for instance. The remedy seems to be to rebuild mklocale (cd /usr/src/usr.bin/ mklocale && make && make install clean) and then try again. Regards, Thomas