From owner-cvs-all Fri Nov 1 8:11: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C21737B404; Fri, 1 Nov 2002 08:11:02 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D5943E75; Fri, 1 Nov 2002 08:11:01 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id gA1GObbd037821; Fri, 1 Nov 2002 11:24:37 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id gA1GOa7H037820; Fri, 1 Nov 2002 11:24:36 -0500 (EST) Date: Fri, 1 Nov 2002 11:24:35 -0500 From: Jake Burkholder To: Ruslan Ermilov Cc: John Baldwin , Poul-Henning Kamp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/release/sparc64 boot_crunch.conf Message-ID: <20021101112435.H22677@locore.ca> References: <200211010814.gA18EU6f080183@repoman.freebsd.org> <20021101104548.G22677@locore.ca> <200211010814.gA18EU6f080183@repoman.freebsd.org> <20021101104548.G22677@locore.ca> <20021101155855.GA5673@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021101155855.GA5673@sunbay.com>; from ru@FreeBSD.org on Fri, Nov 01, 2002 at 05:58:55PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Fri, Nov 01, 2002 at 05:58:55PM +0200, Ruslan Ermilov said words to the effect of; > On Fri, Nov 01, 2002 at 10:29:37AM -0500, John Baldwin wrote: > > > > On 01-Nov-2002 Ruslan Ermilov wrote: > > > ru 2002/11/01 00:14:30 PST > > > > > > Modified files: > > > release/sparc64 boot_crunch.conf > > > Log: > > > sparc64 does not yet support sysinstall(8). > > > > That's really odd considering I just installed on an ultra60 > > this morning using sysinstall off of a CD I built from make > > release yesterday. > > > > On Fri, Nov 01, 2002 at 10:45:48AM -0500, Jake Burkholder wrote: > > Apparently, On Fri, Nov 01, 2002 at 12:14:30AM -0800, > > Ruslan Ermilov said words to the effect of; > > > > > ru 2002/11/01 00:14:30 PST > > > > > > Modified files: > > > release/sparc64 boot_crunch.conf > > > Log: > > > sparc64 does not yet support sysinstall(8). > > > > Please try it before making assumptions. > > > I did. cross-release on i386 died because it tried to > run the sparc64 binary, rtermcap, which is the build-tool > for sysinstall. It is actually the bug in the "make > release" (object directories are created _after_ the > build-tools are), but it's normally not visible because > object directories are already built during the buildworld > stage of "make release". In this case, sysinstall is not > built on sparc64, according to usr.sbin/sysinstall/Makefile, > revision 1.236. > > I also tried building it on panther, but it may be that > its libraries are out of date, so either: > > 1. re-enable sysinstall in usr.sbin/Makefile and here > 2. apologize Please do not commit to the sparc64 parts of the release directory until you demonstrate that you have some interest in ensuring that the resulting releases are installable and work. Cross releases don't work because the endianness of the mfs root filesystems will be wrong. If you intend to fix that that's great, until then do not break native releases so you can build broken cross releases. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message