From owner-freebsd-questions@FreeBSD.ORG Mon Aug 10 10:42:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEE431065672 for ; Mon, 10 Aug 2009 10:42:19 +0000 (UTC) (envelope-from alex@mailinglist.ahhyes.net) Received: from fallbackmx06.syd.optusnet.com.au (fallbackmx06.syd.optusnet.com.au [211.29.132.8]) by mx1.freebsd.org (Postfix) with ESMTP id 85E7D8FC16 for ; Mon, 10 Aug 2009 10:42:19 +0000 (UTC) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by fallbackmx06.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n7A8UR44027496 for ; Mon, 10 Aug 2009 18:30:27 +1000 Received: from [192.168.1.104] (c211-30-26-44.rivrw2.nsw.optusnet.com.au [211.30.26.44]) by mail09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n7A8UMqi021843 for ; Mon, 10 Aug 2009 18:30:24 +1000 Message-ID: <4A7FDA9E.6070906@mailinglist.ahhyes.net> Date: Mon, 10 Aug 2009 18:30:22 +1000 From: Alex R User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: installworld fails on 7.2-RELEASE/amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2009 10:42:20 -0000 Hi Guys, Have done tonnes of buildworld's before and never ran into the problem I a having on this new machine. Basically I have csup'd my source tree on a freshly installed 7.2-RELEASE/amd64 box (tracking the 7.2-RELEASE branch). make buildworld -- works ok. make buildkernel KERNCONF=custom -- works ok make installkernel KERNCONF=custom -- works ok Boot into single user mode and do the usual things (mount filesystems etc), mergemaster -p -- works ok. make installworld -- FAIL After a minute of installworld running, it dies with this error. 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 I have WITHOUT_LIB32 defined in my /etc/src.conf (even undefining this and doing a buildworld from scratch didn't fix it), I also have NO_PROFILE turned on in my /etc/make.conf (as suggested by the FreeBSD handbook on improving build times - has never caused me a problem in the past) Apart from that, everything on the system is stock standard. I did Google this error, but found no definitive solution, one post I found suggested that perhaps the system time/date is wrong or that adjkerntz -i was missed after entering single user mode. This is not the case for me. Time and date is correct while in single or multi user mode. Any ideas on what is causing this problem? I am in the process of deleting /usr/src and completely csup'ing the source tree from scratch, and will try another rebuild, however I am skeptical this will fix anything. Any ideas/suggestions welcomed. Thanks! Alex