Poor state of the build infrastructure.
John Baldwin
jhb at freebsd.org
Wed Sep 24 19:56:30 UTC 2014
On Tuesday, September 23, 2014 09:29:48 AM Marcel Moolenaar wrote:
> What is going on here?
> Are we still in some kind of flux and people aren't done yet or is
> this the intended state by virtue of noone having anything left on
> there TODO list?
Sorry to ask a dumb question, but are you sure you did the make buildworld
first? Shouldn't that have errored if it couldn't build crt1? I think if you
haven't done a make buildworld/toolchain, then when you do make buildenv you
will fall back to using the host tools:
> make TARGET=sparc64 buildenv
Entering world for sparc64:sparc64
$ echo $PATH
/usr/obj/sparc64.sparc64/usr/src/tmp/legacy/usr/sbin:/usr/obj/sparc64.sparc64/usr/src/tmp/legacy/usr/bin:/usr/obj/sparc64.sparc64/usr/src/tmp/legacy/usr/games:/usr/obj/sparc64.sparc64/usr/src/tmp/legacy/bin:/usr/obj/sparc64.sparc64/usr/src/tmp/usr/sbin:/usr/obj/sparc64.sparc64/usr/src/tmp/usr/bin:/usr/obj/sparc64.sparc64/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
$ which cc
/usr/obj/sparc64.sparc64/usr/src/tmp/usr/bin/cc
$ which cat
/bin/cat
--
John Baldwin
More information about the freebsd-current
mailing list