installworld failing on sparc64

Garance A Drosihn drosih at rpi.edu
Sat Apr 3 14:08:49 PST 2004


At 5:48 AM +0000 4/3/04, Andy Miller wrote:
>I am currently upgrading a Sparc64 system from 5.1 to 5.2.1.
>buildworld was successful, as well as the build and install
>of the kernel.  After a reboot, I ran installworld and
>received the following error message:
>
>===> bin/csh
>install -s -o root -g wheel -m 555   csh /bin
>install -o root -g wheel -m 444 
>/usr/src/bin/csh/../../contrib/tcsh/complete.tcsh 
>/usr/src/bin/csh/../../contrib/tcsh/csh-mode.el 
>/usr/share/examples/tcsh
>gencat -new et_EE.ISO8859-15.cat et_EE.ISO8859-15.msg
>gencat:No such file or directory
>*** Error code 1
>
>I'm not sure what has gone wrong.  Any input on how to fix this
>will be greatly appreciated.

I would try:

      cd /usr/src/usr.bin/gencat
      make install
      cd /usr/src
      make installworld

I am not sure that will fix the problem, but it's a plausible
guess at a fix.

-- 
Garance Alistair Drosehn            =   gad at gilead.netel.rpi.edu
Senior Systems Programmer           or  gad at freebsd.org
Rensselaer Polytechnic Institute    or  drosih at rpi.edu


More information about the freebsd-questions mailing list