Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2003 18:44:52 +0100 (CET)
From:      "C. Kukulies" <kuku@www.kukulies.org>
To:        freebsd-current@freebsd.org
Subject:   typical pitfalls during upgrade
Message-ID:  <200312121744.hBCHiqLE000660@www.kukulies.org>

next in thread | raw e-mail | index | archive | help
During the past weeks I upgraded 5.[12]-current two or three times
after cvsuping.

Always I had trouble with buildworld, buildkernel,installworld, installkernel.

buildworld died in two places:

   install -s -o root -g wheel -m 555   csh /bin
install -o root -g wheel  -m 444 /usr/src/bin/csh/../../contrib/tcsh/complete.tc
sh /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 (ignored)


and install didn't get installed. I had to move xinstall to /bin/install,
make it executable and then re-installed /usr/src/xinstall.

After that I ran 

make -i installworld

which finally installed all binaries. Surely a little bit brute
force and not the cleanest way but only this way I got it up
and running again.

--
Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de



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