Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2000 13:53:54 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        Jeroen Ruigrok van der Werven <asmodai@bart.nl>, committers@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   RE: More world breakage
Message-ID:  <Pine.BSF.4.21.0001291346070.8191-100000@alphplex.bde.org>
In-Reply-To: <200001281828.NAA90843@server.baldwin.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 28 Jan 2000, John Baldwin wrote:

>...
> Solution:
> 
> We need statically built install tools just like we have build tools.
> I think we should use the newer versions (i.e. static versions of the
> ones we just built under /usr/obj during buildworld that are linked
> against the new libraries), rather than doing some fancy footwork to

Using the newer version would be even more broken, since they may be
for another arch, or may just use new syscalls that don't exist in the
host kernel.

> make the existing binaries work.  We already do this with the build
> tools.  By using the newer binaries we only have to maintain one
> interface in our Makefiles to the install tools: whatever their
> current interface is in /usr/src.

The build-tools are carefully built so that work in the host environment.
Essentially the same thing needs to be done for installation tools.

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0001291346070.8191-100000>