Subject: Re: build failed
To: Markus Kurek <kurek@uni-duisburg.de>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: current-users
Date: 02/09/2000 15:22:23
On Wed, 9 Feb 2000, Markus Kurek wrote:

> Hi,
> 
> Today I tried upgrading my i386 box running current of 991208
> to a more recent version. I fetched the tarballs from last saturday.
> I installed a new config and a new make as suggested on current-users
> a few weeks ago. After a reboot with the new kernel and a make build I
> see  this error right after make includes is done...

You need to add -m $BSDSRCDIR/shar/mk to your make build command line.
Replace $BSDSRCDIR with the path to your source tree.

The make files changed, and you don't seem to be using the right ones.

> (cd /usr/src/current/000205/src/lib/csu &&  make  dependall MKMAN=no && 
> make MKMAN=no install)
> dependall ===> i386_elf
> install ===> i386_elf
> install -r -p -c   -o root -g wheel -m 444  crt0.o
> /usr/world/usr/lib/crt0.o
> install: crt0.o: No such file or directory
> *** Error code 1
>  
> 
> DESTDIR is set to /usr/world
> 
> any clues ?
> 
> Thanks
>  Markus Kurek
> 
>