From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 41CAD138A1A for ; Sat, 21 Feb 2015 09:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D983E08E5; Sat, 21 Feb 2015 09:48:32 +0000 (UTC) Received: from smarthost01a.mail.zen.net.uk (smarthost01a.mail.zen.net.uk [212.23.1.1]) by pigeon.gentoo.org (Postfix) with ESMTP id 114C9E08D4 for ; Sat, 21 Feb 2015 09:48:30 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01a.mail.zen.net.uk with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1YP6fm-0005k7-2d for gentoo-user@lists.gentoo.org; Sat, 21 Feb 2015 09:48:30 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] compiling via distcc Date: Sat, 21 Feb 2015 09:48:29 +0000 Message-ID: <2475755.ek6QdCe7Ny@wstn> Organization: Society for Retired Gentlefolk User-Agent: KMail/4.14.3 (Linux/3.17.8-gentoo-r1; KDE/4.14.3; x86_64; ; ) In-Reply-To: <20150220065149.c02dc75a15f95b94b1782f5c@gentoo.org> References: <20150211225151.GE31069@syscon7> <20150220065149.c02dc75a15f95b94b1782f5c@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01a-IP: [82.69.80.10] X-Archives-Salt: 634529e3-2339-4a9b-996f-03ba6b60aa25 X-Archives-Hash: 3b26a66fbfdfc7a79d36acfa84cbd9dc On Friday 20 February 2015 06:51:49 Andrew Savchenko wrote: > Another approach will be to use one powerful box to build all > packages for an older system: either root filesystem may be > exported via NFS to a powerful host or just copy entire disk image > to and fro that host; afterwards just setarch && chroot to that > image / NFS mount and build all packages using modern hardware. I've found it simpler to NFS-export just the package directory to the more powerful host, not the whole file system. Then SSH to the small box and emerge -k. I forget the details now, but I rarely have to fiddle about fixing problems since adopting this procedure. -- Rgds Peter.