build problem -> second
Matthew Dillon
dillon at apollo.backplane.com
Thu Jun 24 09:48:05 PDT 2004
:> gzip -cn /usr/src/sbin/reboot/boot_i386.8 > boot_i386.8.gz
:> ===> sbin/rconfig
:> make: don't know how to make bsd.README. Stop
:> *** Error code 2
:>
:> Any ideas? Thanks in advance.
:>
:> Bye
:> Uwe
:
:After a new 'cvsup-cvs-make world' cycle the same error
:message.
:
:Any ideas?
:
:Uwe
Weird. I haven't been able to reproduce this problem. Try this
sequence:
# wipe your /usr/obj entirely
rm -rf /usr/obj
mkdir /usr/obj
# wipe your source tree and re-checkout the source
rm -rf /usr/src
cd /usr
cvs -d /home/dcvs checkout src
# rebuild the world
#
cd /usr/src
make buildworld
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Bugs
mailing list