From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 13:48:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1E16A4CE for ; Mon, 8 Mar 2004 13:48:56 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 336A543D3F for ; Mon, 8 Mar 2004 13:48:56 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (1954e396cf782d068e106917336d280a@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i28LmtrA007986 for ; Mon, 8 Mar 2004 15:48:55 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 83B4253C3E; Mon, 8 Mar 2004 13:48:54 -0800 (PST) Date: Mon, 8 Mar 2004 13:48:54 -0800 From: Kris Kennaway To: freebsd-questions@freebsd.org Message-ID: <20040308214854.GA8758@xor.obsecurity.org> References: <20040308120347.GB11946@mindorf.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20040308120347.GB11946@mindorf.org> User-Agent: Mutt/1.4.2.1i Subject: Re: cross-compiling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 21:48:56 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 08, 2004 at 01:03:47PM +0100, Soeren Mindorf wrote: > I change to 5.2/src and start the build: >=20 > make -DNO_KERBEROS TARGET_ARCH=3D"sparc64" buildworld That is correct. > But I read that I should use ARCH=3D"sparc64". Where did you read this? > On every install I become the following error: > =3D=3D=3D> include > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 This error is not specific to cross-building, but it means that 'installworld' couldn't find the OBJDIR that your world was built into. By default this is a subdirectory of /usr/obj: you'll need to mount this on the target as well, and specify its location with MAKEOBJDIRPREFIX. I think this is all documented in a handbook chapter on installing world on another machine via nfs. Kris --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFATOpGWry0BWjoQKURArufAKDPGbXEQ1CVF+ckQgDQ4LnslALVsACg5Xwh VVlOPziypZ2hLZ4raV9lhIs= =6j5G -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD--