Re: make installworld failing with locales due to broken symlinks

2015-11-17 Thread Baptiste Daroussin
On Sun, Nov 15, 2015 at 05:57:52PM -0800, NGie Cooper wrote: > 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

Re: make installworld failing with locales due to broken symlinks

2015-11-16 Thread Baptiste Daroussin
On Mon, Nov 16, 2015 at 08:22:26AM +0100, O. Hartmann wrote: > Am Mon, 16 Nov 2015 08:14:36 +0100 > "O. Hartmann" schrieb: > > > Am Sun, 15 Nov 2015 19:59:54 -0800 > > Craig Rodrigues schrieb: > > > > > On Sun, Nov 15, 2015 at 5:57 PM, NGie

Re: make installworld failing with locales due to broken symlinks

2015-11-16 Thread O. Hartmann
Am Mon, 16 Nov 2015 09:28:03 +0100 Baptiste Daroussin schrieb: > On Mon, Nov 16, 2015 at 08:22:26AM +0100, O. Hartmann wrote: > > Am Mon, 16 Nov 2015 08:14:36 +0100 > > "O. Hartmann" schrieb: > > > > > Am Sun, 15 Nov 2015 19:59:54 -0800 > > >

Re: make installworld failing with locales due to broken symlinks

2015-11-16 Thread Baptiste Daroussin
On Mon, Nov 16, 2015 at 10:35:34AM +0100, O. Hartmann wrote: > Am Mon, 16 Nov 2015 09:28:03 +0100 > Baptiste Daroussin schrieb: > > > On Mon, Nov 16, 2015 at 08:22:26AM +0100, O. Hartmann wrote: > > > Am Mon, 16 Nov 2015 08:14:36 +0100 > > > "O. Hartmann"

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread Craig Rodrigues
On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper wrote: > $ 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 > I built the latest world, and then did the following: rm -fr /tmp/testdir mkdir

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread Andrey Chernov
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

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread Craig Rodrigues
On Sun, Nov 15, 2015 at 6:27 PM, Craig Rodrigues wrote: > On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper > wrote: > >> $ 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 >> >

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread NGie Cooper
> On Nov 15, 2015, at 19:08, Craig Rodrigues wrote: > > On Sun, Nov 15, 2015 at 6:27 PM, Craig Rodrigues > wrote: > >> On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper >> wrote: >> >>> $ ls `readlink -f

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread Craig Rodrigues
On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper wrote: > $ 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 > I built the latest world, and then did the following: rm -fr /tmp/testdir mkdir

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread Andrey Chernov
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 >> $

make installworld failing with locales due to broken symlinks

2015-11-15 Thread NGie Cooper
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…

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread Craig Rodrigues
On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper wrote: > > install: //usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE: No such file or > directory > *** Error code 71 > > $ ls -l /usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE > lrwxr-xr-x 1 root wheel 27 Nov 1 16:24 >

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread O. Hartmann
Am Sun, 15 Nov 2015 19:59:54 -0800 Craig Rodrigues schrieb: > On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper wrote: > > > > > install: //usr/share/locale/ca_IT.ISO8859-1/LC_CTYPE: No such file or > > directory > > *** Error code 71 > > > > $ ls -l

Re: make installworld failing with locales due to broken symlinks

2015-11-15 Thread O. Hartmann
Am Mon, 16 Nov 2015 08:14:36 +0100 "O. Hartmann" schrieb: > Am Sun, 15 Nov 2015 19:59:54 -0800 > Craig Rodrigues schrieb: > > > On Sun, Nov 15, 2015 at 5:57 PM, NGie Cooper wrote: > > > > > > > > install: