Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 17:57:52 -0800
From:      NGie Cooper <yaneurabeya@gmail.com>
To:        freebsd-current Current <freebsd-current@freebsd.org>
Cc:        Baptiste Daroussin <bapt@FreeBSD.org>, Bryan Drewery <bdrewery@freebsd.org>
Subject:   make installworld failing with locales due to broken symlinks
Message-ID:  <94D9C31A-2FDF-4B5C-99AE-847FED0DE859@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,
	I run into this error when running `make installworld` with a =
world installed prior and during the projects/collation merge to head =
=E2=80=94 reason is that the target for the symlink doesn=E2=80=99t =
exist. This might be fallout from recent build changes, or a side effect =
of the broken symlinks=E2=80=A6
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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94D9C31A-2FDF-4B5C-99AE-847FED0DE859>