From owner-freebsd-questions@FreeBSD.ORG Thu Jan 19 22:04:50 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91DBE106564A for ; Thu, 19 Jan 2012 22:04:50 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.freebsd.org (Postfix) with ESMTP id 21A8D8FC13 for ; Thu, 19 Jan 2012 22:04:49 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id q0JM4IFc013187; Thu, 19 Jan 2012 23:04:18 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id 988CE12358; Thu, 19 Jan 2012 23:04:18 +0100 (CET) Date: Thu, 19 Jan 2012 23:04:18 +0100 From: Roland Smith To: Christer Solskogen Message-ID: <20120119220418.GA48728@slackbox.erewhon.net> References: <20120118223856.GB14760@slackbox.erewhon.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Mailing List Subject: Re: Cross building FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 22:04:50 -0000 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 19, 2012 at 07:37:38AM +0100, Christer Solskogen wrote: >=20 > Well, that is the question. How to copy those file over. Files have > special chflags (for instance in /lib) Use BSD tar. It can handle flags. E.g. pipe the output from tar to netcat (= nc) on the amd64 machine, and send it to the ppc machine. On the ppc machine, start another netcat and feed its standard output into tar. IIRC, rsync also handles file flags. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk8Yk2IACgkQEnfvsMMhpyUbBgCgq0zhtmX+ubIDjUkKYPK2D98o fUAAnji2VzrSXQN+6j69ZGGt7bXpL7O0 =IEVB -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx--