Date: Thu, 16 Jul 2009 15:39:46 +0200 From: Thomas Backman <serenity@exscape.org> To: Angelo Turetta <aturetta@commit.it> Cc: freebsd-current@freebsd.org Subject: Re: make installworld failure (mklocale) Message-ID: <36D324B5-31D4-4324-A2AD-5BCC82BD71D5@exscape.org> In-Reply-To: <4A5F277D.1090000@commit.it> References: <4A5F277D.1090000@commit.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36D324B5-31D4-4324-A2AD-5BCC82BD71D5>