Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Mar 2005 14:05:04 +0100
From:      Willem Jan Withagen <wjw@digiware.nl>
To:        amd64@freebsd.org
Subject:   Make install{world,kernel} borked??
Message-ID:  <422DA300.4080700@digiware.nl>

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

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
*** Error code 2

Stop in /home1/src/etc.
*** Error code 1

Stop in /home1/src.
*** Error code 1

Stop in /home1/src.
*** Error code 1

Stop in /home1/src.
*** Error code 1

Stop in /home1/src.
=============

Could this be typical to my system, or is there a bug?

--WjW



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