DragonFly BSD
DragonFly bugs List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: build problem -> second


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Jun 2004 09:47:09 -0700 (PDT)

:> 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@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]