Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 15:54:54 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        Marcel Moolenaar <marcel@xcllnt.net>
Subject:   Re: Poor state of the build infrastructure.
Message-ID:  <1643827.epFl9jnZN1@ralph.baldwin.cx>
In-Reply-To: <4496BEA3-9F6C-4F09-B8F6-68D97A331A60@xcllnt.net>
References:  <4496BEA3-9F6C-4F09-B8F6-68D97A331A60@xcllnt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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