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 1SYnDz-000207-Pc for garchives@archives.gentoo.org; Sun, 27 May 2012 23:50:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F3C2E05DD; Sun, 27 May 2012 23:50:02 +0000 (UTC) Received: from outbound.icp-qv1-irony-out3.iinet.net.au (outbound.icp-qv1-irony-out3.iinet.net.au [203.59.1.148]) by pigeon.gentoo.org (Postfix) with ESMTP id 068FAE06F7 for ; Sun, 27 May 2012 23:48:45 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsFAJq8wk86B134/2dsb2JhbABFgx2CGa9kgQeCFwEBBSNRFQsNCwICJgICV4gjpXWRWoEkjgyBEgOIPZIpIooAgm0 X-IronPort-AV: E=Sophos;i="4.75,667,1330876800"; d="scan'208";a="781878107" Received: from unknown (HELO moriah.localdomain) ([58.7.93.248]) by outbound.icp-qv1-irony-out3.iinet.net.au with ESMTP; 28 May 2012 07:48:44 +0800 Received: from localhost (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id DB3202134B4 for ; Mon, 28 May 2012 07:48:43 +0800 (WST) X-Virus-Scanned: amavisd-new at lan.localdomain Received: from moriah.localdomain ([127.0.0.1]) by localhost (moriah.lan.localdomain [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zAmJ9z2kIY8f for ; Mon, 28 May 2012 07:48:39 +0800 (WST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by moriah.localdomain (Postfix) with ESMTP id D0BF7206906 for ; Mon, 28 May 2012 07:48:39 +0800 (WST) Subject: Re: [gentoo-user] Can't emerge any gcc From: William Kenworthy To: gentoo-user@lists.gentoo.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 May 2012 07:48:39 +0800 Message-ID: <1338162519.12863.10.camel@moriah> 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 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: f9d38214-5346-49a6-b22b-2d8edd97da47 X-Archives-Hash: 23834ecc194b5b2303747a1761b8a7e9 probably not, you will need some more info as its a bit vague: What does "gcc -v" say? and "gcc-config -l" Can you compile anything, either through emerge or manually (i.e., even a small "hello world") Need to narrow it down. BillK On Sun, 2012-05-27 at 20:33 -0300, Ezequiel Garcia wrote: > Hi, > > I can't emerge any gcc. I tried emerging 4.7, 4.5.3-r2 with no luck. > > Should I file a bug? > > Thanks, > Ezequiel. > --- > > Checking multilib configuration for libgomp... > Configuring stage 1 in i686-pc-linux-gnu/libgomp > configure: loading site script /usr/share/config.site > configure: loading site script /usr/share/crossdev/include/site/linux > configure: loading site script /usr/share/crossdev/include/site/linux-gnu > configure: loading site script /usr/share/crossdev/include/site/i686-linux-gnu > configure: creating cache ./config.cache > checking for --enable-version-specific-runtime-libs... no > checking for --enable-generated-files-in-srcdir... no > checking build system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for i686-pc-linux-gnu-gcc... > /var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build/./gcc/xgcc > -B/var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build/./gcc/ > -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem > /usr/i686-pc-linux-gnu/include -isystem > /usr/i686-pc-linux-gnu/sys-include > checking for C compiler default output file name... > configure: error: in > `/var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build/i686-pc-linux-gnu/libgomp': > configure: error: C compiler cannot create executables > See `config.log' for more details. > make[2]: *** [configure-stage1-target-libgomp] Error 77 > make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build' > make[1]: *** [stage1-bubble] Error 2 > make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build' > make: *** [bootstrap-lean] Error 2 > emake failed > * ERROR: sys-devel/gcc-4.5.3-r2 failed (compile phase): > * emake failed with bootstrap-lean > * > * Call stack: > * ebuild.sh, line 85: Called src_compile > * environment, line 3866: Called toolchain_src_compile > * environment, line 4507: Called gcc_do_make > * environment, line 2223: 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}"; > * > * If you need support, post the output of 'emerge --info > =sys-devel/gcc-4.5.3-r2', > * the complete build log and the output of 'emerge -pqv > =sys-devel/gcc-4.5.3-r2'. > * > * Please include > /var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build/gcc-build-logs.tar.bz2 > in your bug report > * > * The complete build log is located at > '/var/tmp/portage/sys-devel/gcc-4.5.3-r2/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/sys-devel/gcc-4.5.3-r2/temp/environment'. > * S: '/var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build' > > >>> Failed to emerge sys-devel/gcc-4.5.3-r2, Log file: > > >>> '/var/tmp/portage/sys-devel/gcc-4.5.3-r2/temp/build.log' > > * Messages for package sys-devel/gcc-4.5.3-r2: > > * ERROR: sys-devel/gcc-4.5.3-r2 failed (compile phase): > * emake failed with bootstrap-lean > * > * Call stack: > * ebuild.sh, line 85: Called src_compile > * environment, line 3866: Called toolchain_src_compile > * environment, line 4507: Called gcc_do_make > * environment, line 2223: 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}"; > * > * If you need support, post the output of 'emerge --info > =sys-devel/gcc-4.5.3-r2', > * the complete build log and the output of 'emerge -pqv > =sys-devel/gcc-4.5.3-r2'. > * > * Please include > /var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build/gcc-build-logs.tar.bz2 > in your bug report > * > * The complete build log is located at > '/var/tmp/portage/sys-devel/gcc-4.5.3-r2/temp/build.log'. > * The ebuild environment file is located at > '/var/tmp/portage/sys-devel/gcc-4.5.3-r2/temp/environment'. > * S: '/var/tmp/portage/sys-devel/gcc-4.5.3-r2/work/build' >