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 1LrEVh-0000f4-Bi for garchives@archives.gentoo.org; Tue, 07 Apr 2009 16:50:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C38BE052F; Tue, 7 Apr 2009 16:48:27 +0000 (UTC) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by pigeon.gentoo.org (Postfix) with ESMTP id 4A860E052F for ; Tue, 7 Apr 2009 16:48:27 +0000 (UTC) Received: by mu-out-0910.google.com with SMTP id i10so731915mue.6 for ; Tue, 07 Apr 2009 09:48:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=DPCwjTJIWbz8MSGrTzNd6Hel8vBpTK5kuWJ5RcAAcvk=; b=O82/HxUm5eC+MfsqUx9JaS2guRzVWP/xK1BY24QGpOldR7SZa7+e1W4RpgFCt/KLML L1Mkmo/tykY/ow8YhbrG7t/G9TmnVrATYpUw6C3c0cpkA7g9e4vHC3aMFaKpgc5f05Qz IL++BHaZbuKtElfCB856MQGTTmEM6UAGqRE+w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jif6RkCWcBgU20A3Goe7dxe8vq8CxXQVBGW0U0uTJ2aWctjU/8nXzF2d8Gy355EY84 liRgl9vlFX9GRKIFxY/6U3b9L/29cwaP7HUfZfQXTyvlUu324ppsnfaNfI5yLkNwfk3S UWCoCAoQ2YSou1q7EAfXvs2pTn3uoy0fSEOFc= 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 Received: by 10.103.226.10 with SMTP id d10mr55910mur.105.1239122906585; Tue, 07 Apr 2009 09:48:26 -0700 (PDT) In-Reply-To: <20090407021909.GM6904@syscon4.inet> References: <1238747642.49d5c9fa80017@imp.free.fr> <20090406060221.GH6904@syscon4.inet> <20090406220004.7ea80d5e@gmail.com> <20090407021909.GM6904@syscon4.inet> Date: Tue, 7 Apr 2009 19:48:26 +0300 Message-ID: Subject: Re: [gentoo-user] GCC-4.3.2 From: "Arttu V." To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 230c80dd-fd9e-4f0d-b00d-31e3311943b7 X-Archives-Hash: 7f2b9c08eccf6f62e5a55168fe1fd812 On 4/7/09, Joseph wrote: > I boot from CD, chroot and tried to recompile the gcc but it has been > compiling for over two hours and it can not finish, I think it is in some > kind of loop mode? That "loop" is the multilib profile you're probably using, which will compile you both 64-bit and 32-bit version of gcc? You also stated in an earlier email that your system has an Athlon 3000+ processor. As a comparison, here with an Athlon 3500+ and 3GB of RAM the gcc:4.3 compilation takes around two hours if the ccache is empty and an hour and 20 minutes if it hits mostly the cache, so the duration doesn't appear surprising for a first compilation (varying by the USE flags, naturally). -- Arttu V.