Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2005 10:22:18 -0800
From:      Doug White <dwhite@gumbysoft.com>
To:        wjw@digiware.nl
Cc:        amd64@freebsd.org
Subject:   Re: Make install{world,kernel} borked??
Message-ID:  <e3526d8164bd7153bc3161dd0c31fe69@gumbysoft.com>
In-Reply-To: <422DA300.4080700@digiware.nl>
References:  <422DA300.4080700@digiware.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mar 8, 2005, at 5:05 AM, Willem Jan Withagen wrote:

>
> With this mornings sources on RELENG_5:
>
> ============
> cd /usr/share/man;  set - `grep "^[a-zA-Z]" /home1/src/etc/man.alias`; 
>  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; 
> shift;  done
> cd /usr/share/openssl/man;  set - `grep "^[a-zA-Z]" 
> /home1/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln 
> -s "$2" "$1";  shift; shift;  done
> cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
> cd /usr/share/nls;  set - `grep "^[a-zA-Z]" /home1/src/etc/nls.alias`; 
>  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; 
> shift;  done
> shift: can't shift that many

This implies there are missing files on your system.  You should have a 
src/etc/nls.alias that looks like

# $FreeBSD: src/etc/nls.alias,v 1.5 2003/06/10 01:22:30 ache Exp $

POSIX                   C
en_US.US-ASCII          C

If not then re-cvsup.

--
Doug White                    |  FreeBSD: The Power to Serve
dwhite@gumbysoft.com          |  www.FreeBSD.org



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