Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2003 17:35:12 -0500
From:      Doug Poland <doug@polands.org>
To:        questions@freebsd.org
Subject:   Re: make installworld fails on 4.8 in /usr/src/share/colldef
Message-ID:  <20030821223512.GA32505@polands.org>
In-Reply-To: <20030821043657.GA30490@polands.org>
References:  <20030821043657.GA30490@polands.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 20, 2003 at 11:36:57PM -0500, Doug Poland wrote:
> Greetings,
> 
> I'm attempting to installworld on a 4.8-RELEASE machine.  I installed
> the OS yesterday from CD-ROM.  Today I did a cvsup for latest sources.
> I've successfully built world, built and installed custom kernel.
> 
For the archives,  I re-ran cvsup then next day, rebuilt the world, then
re-ran installworld and everything installed fine.

-- 
Regards,
Doug


> When I attempt to run:
> 
> # make installworld
> 
> this is what I see
> 
> ...      ...
> ... snip ...
> ...      ...
> ===> secure/usr.sbin/sshd
> install -s -o root -g wheel -m 555   sshd /usr/sbin
> install -o root -g wheel -m 444 sshd.8.gz  /usr/share/man/man8
> install -o root -g wheel -m 444 sshd_config.5.gz  /usr/share/man/man5
> ===> share
> ===> share/colldef
> install -m 644 -o root -g wheel  bg_BG.CP1251.out /usr/share/locale/bg_BG.CP1251/LC_COLLATE
> install -m 644 -o root -g wheel  cs_CZ.ISO8859-2.out /usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE
> install -m 644 -o root -g wheel  de_DE.ISO8859-1.out /usr/share/locale/de_DE.ISO8859-1/LC_COLLATE
> install -m 644 -o root -g wheel  de_DE.ISO8859-15.out /usr/share/locale/de_DE.ISO8859-15/LC_COLLATE
> install -m 644 -o root -g wheel  el_GR.ISO8859-7.out /usr/share/locale/el_GR.ISO8859-7/LC_COLLATE
> install -m 644 -o root -g wheel  es_ES.ISO8859-1.out /usr/share/locale/es_ES.ISO8859-1/LC_COLLATE
> install -m 644 -o root -g wheel  es_ES.ISO8859-15.out /usr/share/locale/es_ES.ISO8859-15/LC_COLLATE
> install -m 644 -o root -g wheel  et_EE.ISO8859-15.out /usr/share/locale/et_EE.ISO8859-15/LC_COLLATE
> install -m 644 -o root -g wheel  hi_IN.ISCII-DEV.out /usr/share/locale/hi_IN.ISCII-DEV/LC_COLLATE
> install -m 644 -o root -g wheel  is_IS.ISO8859-1.out /usr/share/locale/is_IS.ISO8859-1/LC_COLLATE
> install -m 644 -o root -g wheel  is_IS.ISO8859-15.out /usr/share/locale/is_IS.ISO8859-15/LC_COLLATE
> install -m 644 -o root -g wheel  la_LN.ISO8859-1.out /usr/share/locale/la_LN.ISO8859-1/LC_COLLATE
> install -m 644 -o root -g wheel  la_LN.ISO8859-15.out /usr/share/locale/la_LN.ISO8859-15/LC_COLLATE
> install -m 644 -o root -g wheel  la_LN.ISO8859-2.out /usr/share/locale/la_LN.ISO8859-2/LC_COLLATE
> install -m 644 -o root -g wheel  la_LN.ISO8859-4.out /usr/share/locale/la_LN.ISO8859-4/LC_COLLATE
> install -m 644 -o root -g wheel  la_LN.US-ASCII.out /usr/share/locale/la_LN.US-ASCII/LC_COLLATE
> install -m 644 -o root -g wheel  lt_LT.ISO8859-4.out /usr/share/locale/lt_LT.ISO8859-4/LC_COLLATE
> install -m 644 -o root -g wheel  pl_PL.ISO8859-2.out /usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE
> install -m 644 -o root -g wheel  ru_RU.CP1251.out /usr/share/locale/ru_RU.CP1251/LC_COLLATE
> install -m 644 -o root -g wheel  ru_RU.CP866.out /usr/share/locale/ru_RU.CP866/LC_COLLATE
> install -m 644 -o root -g wheel  ru_RU.ISO8859-5.out /usr/share/locale/ru_RU.ISO8859-5/LC_COLLATE
> install -m 644 -o root -g wheel  ru_RU.KOI8-R.out /usr/share/locale/ru_RU.KOI8-R/LC_COLLATE
> install -m 644 -o root -g wheel  sv_SE.ISO8859-1.out /usr/share/locale/sv_SE.ISO8859-1/LC_COLLATE
> install -m 644 -o root -g wheel  sv_SE.ISO8859-15.out /usr/share/locale/sv_SE.ISO8859-15/LC_COLLATE
> install -m 644 -o root -g wheel  uk_UA.ISO8859-5.out /usr/share/locale/uk_UA.ISO8859-5/LC_COLLATE
> install -m 644 -o root -g wheel  uk_UA.KOI8-U.out /usr/share/locale/uk_UA.KOI8-U/LC_COLLATE
> ln -fs ../la_LN.US-ASCII/LC_COLLATE  /usr/share/locale/am_ET.UTF-8/LC_COLLATE
> ln: /usr/share/locale/am_ET.UTF-8/LC_COLLATE: No such file or directory
> *** Error code 1
> 
> Stop in /usr/src/share/colldef.
> *** Error code 1
> 
> Stop in /usr/src/share.
> *** Error code 1
> 
> I've tried installworld twice but to no avail.  Can someone help me out
> here?  Many thanks in advance.
> 
> -- 
> Regards,
> Doug



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030821223512.GA32505>