From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LU5PL-00065u-TA for garchives@archives.gentoo.org; Mon, 02 Feb 2009 20:28:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEC17E045C; Mon, 2 Feb 2009 20:28:38 +0000 (UTC) Received: from sdv1.sysdivision.com (li16-200.members.linode.com [64.22.103.200]) by pigeon.gentoo.org (Postfix) with ESMTP id BDC10E045C for ; Mon, 2 Feb 2009 20:28:38 +0000 (UTC) Received: from sdv1.sysdivision.com (localhost [127.0.0.1]) by sdv1.sysdivision.com (Postfix) with ESMTP id 1659115C4C for ; Mon, 2 Feb 2009 21:28:37 +0100 (CET) Authentication-Results: sysdivision.com from=arnau@emergetux.net; domainkey=neutral (no signature; no policy for emergetux.net) Received: from amparo (241.150.219.87.dynamic.jazztel.es [87.219.150.241]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: emergetux.net.arnau) by sdv1.sysdivision.com (Postfix) with ESMTP for ; Mon, 2 Feb 2009 21:28:36 +0100 (CET) Date: Mon, 2 Feb 2009 22:27:05 +0100 From: Arnau Bria To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] pidgin build error Message-ID: <20090202222705.21e761f3@amparo> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.12.11; i686-pc-linux-gnu) 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-Archives-Salt: 80877617-30cc-4108-9592-fb15aade44a6 X-Archives-Hash: 19b5dc9970c2bb2fcd149692a066c33c Hi, I'm getting this errorn when trying to emerge pidgin: gcc-config error: Could not run/locate "i486-pc-linux-gnu-gcc" make[6]: *** [blib/arch/auto/Purple/Purple.so] Error 1 make[6]: Leaving directory `/var/tmp/portage/net-im/pidgin-2.5.2/work/pidgin-2.5.2/libpurple/plugins/perl/common' make[5]: *** [all-local] Error 2 make[5]: Leaving directory `/var/tmp/portage/net-im/pidgin-2.5.2/work/pidgin-2.5.2/libpurple/plugins/perl' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/var/tmp/portage/net-im/pidgin-2.5.2/work/pidgin-2.5.2/libpurple/plugins' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/net-im/pidgin-2.5.2/work/pidgin-2.5.2/libpurple' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/net-im/pidgin-2.5.2/work/pidgin-2.5.2/libpurple' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-im/pidgin-2.5.2/work/pidgin-2.5.2' make: *** [all] Error 2 * * ERROR: net-im/pidgin-2.5.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3468: Called die My CHOST is: # grep CHOST /etc/make.conf CHOST="i686-pc-linux-gnu" never changed... # gcc-config -l [1] i686-pc-linux-gnu-4.1.2 * Anyone could help me? TIA, Arnau