Re: Re: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-02-20 Thread Gregory W. MacPherson
The problem is that both of the files:

/usr/share/locale/nb_NO.ISO8859-1/LC_TIME

and 

/usr/share/locale/no_NO.ISO8859-1/LC_TIME

... are symbolic links ... to each other.

The solution is to remove one symlink and replace it with a real file as 
shown below:

rm -f /usr/share/locale/no_NO.ISO8859-1/LC_TIME
touch /usr/share/locale/no_NO.ISO8859-1/LC_TIME

Now /usr/share/locale/nb_NO.ISO8859-1/LC_TIME is a symbolic link and
/usr/share/locale/no_NO.ISO8859-1/LC_TIME is a real (albeot zero length)
file.

And, yes, someone ought to fix this in CVS.

-- Greg

> On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote:
> > I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the
> manual.
> > make buildworld, make buildkernel, make installkernel, reboot,
> > make installworld fails with
> >
> > install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of
> > symbolic links
> 
> Can you provide output of:
> ls -l /usr/share/locale/nb_NO.IS8859-1/LC_TIME
> 
> -- 
> Mel
> 
> Problem with today's modular software: they start with the modules
> and never get to the software part.

-- 
Gregory W. MacPherson
Global Network Exploitation Specialist, CISSP
http://www.datasieve.net/greg/

"In the beginning of a change, the patriot is a scarce man and brave,
hated and scorned. When his cause succeeds however, the timid join him,
for then it costs nothing to be a patriot." -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-02-02 Thread Anton Shterenlikht
On Sat, Jan 31, 2009 at 08:00:58AM -0900, Mel wrote:
> On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote:
> > I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual.
> > make buildworld, make buildkernel, make installkernel, reboot,
> > make installworld fails with
> >
> > install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of
> > symbolic links
> 
> Can you provide output of:
> ls -l /usr/share/locale/nb_NO.IS8859-1/LC_TIME

# ls -l /usr/share/locale/nb_NO.ISO8859-1/LC_TIME
-r--r--r--  1 root  wheel  365 31 Jan 16:26 /usr/share/locale/nb_NO.ISO8859-1/LC
_TIME
#

HOwever, in the meantime, I just deleted all locale/nb* during installworld
stage to get past that error. I'm not sure that what I got in the end
under locale/nb* is what you'd expect.

thank you
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-01-31 Thread Mel
On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote:
> I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual.
> make buildworld, make buildkernel, make installkernel, reboot,
> make installworld fails with
>
> install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of
> symbolic links

Can you provide output of:
ls -l /usr/share/locale/nb_NO.IS8859-1/LC_TIME

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-01-31 Thread Anton Shterenlikht
I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the manual.
make buildworld, make buildkernel, make installkernel, reboot,
make installworld fails with

install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of
symbolic links
*** Error code 71

Stop in /usr/src/share/timedef.
*** Error code 1

What's the problem?

many thanks
anton

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 928 8233 
Fax: +44 (0)117 929 4423
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"