From owner-freebsd-stable Sun Nov 3 13:28:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D7D037B401 for ; Sun, 3 Nov 2002 13:28:19 -0800 (PST) Received: from c18609.belrs1.nsw.optusnet.com.au (c18609.belrs1.nsw.optusnet.com.au [210.49.80.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 584D443E88 for ; Sun, 3 Nov 2002 13:28:18 -0800 (PST) (envelope-from peterjeremy@optushome.com.au) Received: from server.c18609.belrs1.nsw.optusnet.com.au (localhost.c18609.belrs1.nsw.optusnet.com.au [127.0.0.1]) by server.c18609.belrs1.nsw.optusnet.com.au (8.12.6/8.12.6) with ESMTP id gA3LSBZB000394 for ; Mon, 4 Nov 2002 08:28:11 +1100 (EST) (envelope-from peter@server.c18609.belrs1.nsw.optusnet.com.au) Received: (from peter@localhost) by server.c18609.belrs1.nsw.optusnet.com.au (8.12.6/8.12.6/Submit) id gA3LSA8e000393 for freebsd-stable@freebsd.org; Mon, 4 Nov 2002 08:28:10 +1100 (EST) Date: Mon, 4 Nov 2002 08:28:10 +1100 From: Peter Jeremy To: freebsd-stable@freebsd.org Subject: installworld from a cross-buildworld Message-ID: <20021103212810.GA381@server.c18609.belrs1.nsw.optusnet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a fast x86 machine and a slow Alpha so I'd like to be able to do the Alpha buildworlds on the x86 and then install via NFS. make TARGET_ARCH=alpha buildworld works, and I can successfully mount /usr/src (actually /home/src4) and /usr/obj/alpha (actually /home/obj/alpha) onto the Alpha. But the installworld fails because there's no /usr/obj/home/src4/alpha tree (built as /home/obj/alpha/home/src4/alpha ). Any suggestions? Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message