Date: Mon, 16 Nov 2015 05:40:58 +0300 From: Andrey Chernov <ache@freebsd.org> To: NGie Cooper <yaneurabeya@gmail.com>, freebsd-current Current <freebsd-current@freebsd.org> Cc: Baptiste Daroussin <bapt@FreeBSD.org>, Bryan Drewery <bdrewery@freebsd.org> Subject: Re: make installworld failing with locales due to broken symlinks Message-ID: <5649423A.7080201@freebsd.org> In-Reply-To: <5649415A.8010408@freebsd.org> References: <94D9C31A-2FDF-4B5C-99AE-847FED0DE859@gmail.com> <5649415A.8010408@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16.11.2015 5:37, Andrey Chernov wrote: > On 16.11.2015 4:57, NGie Cooper wrote: >> make: stopped in /usr/src/git >> $ ls -l /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE >> lrwxr-xr-x 1 root wheel 27 Nov 1 16:24 /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE -> ../la_LN.ISO8859-1/LC_CTYPE >> $ readlink -f /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE >> /usr/share/locale/la_LN.ISO8859-1 >> $ ls `readlink -f /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE` >> ls: /usr/share/locale/la_LN.ISO8859-1: No such file or directory > > As I remember, we already hit this type of problem before with old > locales. "ln -sf" and "rm -rf" should be used everywhere on install > target to avoid that. > Oops, auto-typo. "rm -f" instead, since all directories are created by mtree. -- http://ache.vniz.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5649423A.7080201>