From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PsjIV-0007xb-88 for garchives@archives.gentoo.org; Thu, 24 Feb 2011 22:04:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F3251C043 for ; Thu, 24 Feb 2011 22:04:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D24C91C002 for ; Thu, 24 Feb 2011 21:30:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 64CDB1B41F6 for ; Thu, 24 Feb 2011 21:30:24 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.53 X-Spam-Level: X-Spam-Status: No, score=-2.53 required=5.5 tests=[AWL=0.069, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uch8lNSno0eE for ; Thu, 24 Feb 2011 21:30:18 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 754361B4200 for ; Thu, 24 Feb 2011 21:30:13 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Psil7-00053T-UV for gentoo-user@gentoo.org; Thu, 24 Feb 2011 22:30:02 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 22:30:01 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 22:30:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: howto recover gcc from another system Date: Thu, 24 Feb 2011 21:29:50 +0000 (UTC) Message-ID: References: <20110224193830.6613f652@zaphod.digimed.co.uk> 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-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101214 Gentoo/2.0.11 SeaMonkey/2.0.11) X-Archives-Salt: X-Archives-Hash: 07fed2476051215d41f718622270a90b Neil Bothwick digimed.co.uk> writes: > > GUIDANCE on that is most welcome. > quickpkg gcc on the other system, > copy the gcc-*.tbz2 package from > $PKGDIR on that to the broken system, OK I ran 'quickpkg gcc' got this: ls /usr/portage/packages/sys-devel gcc-4.1.2.tbz2 gcc-4.1.2.tbz2.28680 gcc-4.3.4.tbz2 gcc-4.4.4-r2.tbz2 now run scp ./*tbz2 ://usr/portage/packages/sys-devel or somewhere in /usr/portage/sys-devel/gcc (where to copy which *tbz2 file(s) to? Ignore copying the 'gcc-4.1.2.tbz2.28680' file? > copy the gcc-*.tbz2 package from > $PKGDIR on that to the broken system, > then emerge -1k gcc. Got this part....