Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2004 18:40:14 +1100
From:      Tony Frank <tfrank@optushome.com.au>
To:        Eric F Crist <ecrist@adtechintegrated.com>
Cc:        FreeBSD questions List <freebsd-questions@freebsd.org>
Subject:   Re: continued make world problems...
Message-ID:  <20040220074014.GB97843@marvin.home.local>
In-Reply-To: <200402200053.20589.ecrist@adtechintegrated.com>
References:  <200402200053.20589.ecrist@adtechintegrated.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Fri, Feb 20, 2004 at 12:53:15AM -0600, Eric F Crist wrote:
> I've managed to get cvsup working (after my botched make world and a power 
> failure a couple days ago).  I deleted the /usr/src tree, and the /usr/obj 
> tree and tried to complete a make world afterwards.  No matter what I do, I 
> get the following error after 2 hours of a make world:
> 
> btxld -v -E 0x2000 -f bin 
> -b /usr/obj/usr/src/sys/boot/i386/boot2/  ../btx/btx/btx -l boot2.ldr -o 
> boot2.ld -P 1 boot2.bin
> btxld: No such file or directory
> *** Error code 1
> 
> Stop in /usr/src/sys/boot/i386/boot2.
> *** Error code 1
> 
> etc.
> 
> What do I need to do to fix this.  I cannot get this to go away with the tiny 
> bit of knowledge I have.  Please help.  :(

What branch/release are you trying to make?  
RELENG_4 is working for me.  (cvsupped last night)

Are you running "make -j4 world" etc?  If so try without the -j4 option.

Do you have any non-default settings in /etc/make.conf?  
Try removing them and building again.

If you cd to /usr/src/sys/boot/i386/boot2 can you run "make" to build just
this part of the tree manually?

About all I can suggest right now.

Regards,

Tony



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