From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 17:09:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E968B16A4CE for ; Thu, 28 Oct 2004 17:09:07 +0000 (GMT) Received: from floyd.gnulife.org (floyd.gnulife.org [199.86.41.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5142E43D49 for ; Thu, 28 Oct 2004 17:09:07 +0000 (GMT) (envelope-from jamie@gnulife.org) Received: from floyd.gnulife.org (localhost.gnulife.org [127.0.0.1]) by floyd.gnulife.org (8.12.11/8.12.11) with ESMTP id i9SH8iRB028959 for ; Thu, 28 Oct 2004 12:08:44 -0500 (CDT) (envelope-from jamie@gnulife.org) Received: from localhost (jamie@localhost)i9SH8hwA028956 for ; Thu, 28 Oct 2004 12:08:44 -0500 (CDT) (envelope-from jamie@gnulife.org) X-Authentication-Warning: floyd.gnulife.org: jamie owned process doing -bs Date: Thu, 28 Oct 2004 12:08:43 -0500 (CDT) From: Jamie To: freebsd-questions@freebsd.org Message-ID: <20041028120141.X28732@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: make buildworld failing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 17:09:08 -0000 I am upgrading my system from 4.4 REL to 4.10 REL. I cvsupped my source tree over, and after I've got the new source tree, when I go to run make buildworld, it compiles for quite a while, but then eventually it fails: objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x1000 -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: /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx: Not a BTX kernel *** Error code 1 Stop in /usr/src/sys/boot/i386/boot2. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. *** Error code 1 Stop in /usr/src/sys. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I scratched my head, and then ran 'make cleandir' a couple of times. Then I tried make buildworld again, and the same error comes up. I suppose I could try pulling down the whole source tree again, maybe a file is truncated, but before I do that, I wonder if anyone else may have anything I can try. Thanks, - Jamie The Moon is Full