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 1MNsU6-0007GD-LU for garchives@archives.gentoo.org; Mon, 06 Jul 2009 18:00:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54DAFE055B; Mon, 6 Jul 2009 18:00:09 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.145]) by pigeon.gentoo.org (Postfix) with ESMTP id 16639E0552 for ; Mon, 6 Jul 2009 18:00:08 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 3so898472eyh.36 for ; Mon, 06 Jul 2009 11:00:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=uzf3T4rXQz15Kp6zS92of0B6CVlim0UNjyNUT2YPjB4=; b=sOkB/iwWUSD9KuvWHX26I/oJMo8tfvFWdIYNKPGcdlCJ5WSjbQRhzGJHIO0Pkft6g1 6lIZF3vhYjdshmsCq/KgQwCW+ghkMMcvaFY0hFO1DF/eCP4n/scBMTj/cPJbNKUAMAxt UoECclbvskUbJEr4AtJ0Xr4KcBfH9/dsNCYTI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=MY97fwtFPMo/d1oreE+wwCENcE70eUYdxu2oPH0oBZ/sdwzogvsjcjmTlI/7+GtaAI M61vIOakkYikG2AZwxHF/EourW/u03B5aRaHrBA6icYPaYUPtKtSdQuyTHncMSd3i8ku PzX7d1zrS+k+531wRKqPqzQvGT7S3c5oPGEBM= Received: by 10.210.43.11 with SMTP id q11mr5246770ebq.15.1246903208476; Mon, 06 Jul 2009 11:00:08 -0700 (PDT) Received: from energy.localnet (energy.heim10.tu-clausthal.de [139.174.197.94]) by mx.google.com with ESMTPS id 11sm6136616ewy.77.2009.07.06.11.00.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Jul 2009 11:00:06 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc update failed... Date: Mon, 6 Jul 2009 20:00:02 +0200 User-Agent: KMail/1.12.90 (Linux/2.6.30.1r4; KDE/4.3.60; x86_64; ; ) References: <4A5239D8.2020007@gmail.com> In-Reply-To: <4A5239D8.2020007@gmail.com> 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="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200907062000.02792.volkerarmin@googlemail.com> X-Archives-Salt: 12853641-0f95-4481-b13d-4451e61dfb2b X-Archives-Hash: e723f97b61b70686e1248e953c9690e3 On Montag 06 Juli 2009, Jarry wrote: > Hi, > I just tried to update gcc (actually, it is just recompiling with > new nptl flag), but it failed with this messages: > __________ > > >>> Failed to emerge sys-devel/gcc-4.3.2-r3, Log file: > >>> > >>> '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/build.log' > > * Messages for package sys-devel/gcc-4.3.2-r3: > > * > * ERROR: sys-devel/gcc-4.3.2-r3 failed. > * Call stack: > * ebuild.sh, line 49: Called src_compile > * environment, line 4870: Called toolchain_src_compile > * environment, line 5396: Called gcc_src_compile > * environment, line 3094: Called gcc_do_make > * environment, line 2884: Called die > * The specific snippet of code: > * emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" > LIBPATH="${ > LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" > ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}"; > * The die message: > * emake failed with bootstrap-lean > * > * If you need support, post the topmost build error, and the call > stack if relevant. > * A complete build log is located at > '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/sys-devel/gcc-4.3.2-r3/temp/environment'. > __________ > > What does it mean, and how can I fix it??? > > Jarry that means that you forgot to copy the important part. You just copied the pretty useless vanilla portage error. Not the real error some lines above that one.