Date: Thu, 28 Oct 2004 14:54:39 -0500 (CDT) From: Jamie Ostrowski <jamie@gnulife.org> To: freebsd-questions@freebsd.org Subject: Re: make buildworld failing [ SOLVED ] Message-ID: <20041028145243.X30687@floyd.gnulife.org> In-Reply-To: <20041028120141.X28732@floyd.gnulife.org> References: <20041028120141.X28732@floyd.gnulife.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Oct 2004, Jamie wrote: > > > > 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 > As it turns out, the path to the m4 compiler was in /usr/local/bin/. Creating a link from /usr/bin/m4 to /usr/local/bin/m4 solved the problem. - Jamie > > > > > > > The Moon is Full > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > The Moon is Waning Gibbous (100% of Full)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041028145243.X30687>