Buildworld failure

David Rhodus sdrhodus at gmail.com
Fri Jan 21 12:15:01 PST 2005


On Fri, 21 Jan 2005 20:06:10 +0000, Jonathon McKitrick
<jcm at xxxxxxxxxxxxxxxxx> wrote:
> On Thu, Jan 20, 2005 at 06:14:14PM -0800, Matthew Dillon wrote:
> :      cd /usr/src
> :      make cleandir
> :      rm -rf /usr/obj                  (careful!)
> :      mkdir /usr/obj
> :
> :      Then try doing a make buildworld again.
> 
> make cleandir failed in 'named' but I went ahead and removed the obj
> directory.  I built again and got the same error.  Does it matter that I am
> using 'make -j2 buildworld' ??
> 
> echo "===> lib/csu/i386-elf";  cd /usr/src/lib/csu/i386-elf;  make
> DIRPRFX=lib/csu/i386-elf/ depend;  make DIRPRFX=lib/csu/i386-elf/ all;  make
> DIRPRFX=lib/csu/i386-elf/ install
> ===> lib/csu/i386-elf
> make: don't know how to make bsd.README. Stop
> *** Error code 2
> 1 error
> 
> Jonathon
> --
> The beaten path is for the beaten man.
> 

Sounds like you forgot to use the -P option when checking out and
updating your src tree.

cvs -d /home/dcvs co -P src
cvs -d /home/dcvs update -Pd src

-- 
                                            -David
                                            Steven David Rhodus
                                            <drhodus at xxxxxxxxxxx>





More information about the Users mailing list