make installworld failing with locales due to broken symlinks

From: NGie Cooper <yaneurabeya_at_gmail.com>
Date: Sun, 15 Nov 2015 17:57:52 -0800
Hi,
	I run into this error when running `make installworld` with a world installed prior and during the projects/collation merge to head — reason is that the target for the symlink doesn’t exist. This might be fallout from recent build changes, or a side effect of the broken symlinks…
Thanks,
-NGie

install: //usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE: No such file or directory
*** Error code 71

Stop.
make[5]: stopped in /usr/src/git/share/ctypedef
*** Error code 1

Stop.
make[4]: stopped in /usr/src/git/share
*** Error code 1

Stop.
make[3]: stopped in /usr/src/git
*** Error code 1

Stop.
make[2]: stopped in /usr/src/git
*** Error code 1

Stop.
make[1]: stopped in /usr/src/git
*** Error code 1

Stop.
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
Received on Mon Nov 16 2015 - 00:57:56 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:01 UTC