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 1SYnX4-0005Zg-VW for garchives@archives.gentoo.org; Mon, 28 May 2012 00:09:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F137AE071E; Mon, 28 May 2012 00:09:45 +0000 (UTC) Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by pigeon.gentoo.org (Postfix) with ESMTP id B99D1E093A for ; Mon, 28 May 2012 00:08:21 +0000 (UTC) Received: by obbuo19 with SMTP id uo19so5564247obb.40 for ; Sun, 27 May 2012 17:08:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=fPqWTd3+j4Bhot07srPd/ANdiGcA2JyNI+amLx4kFl8=; b=fHNC9ZrNob5dApaFldhtxUQ7vaV3QhhaM/hZL3XbFgd85Wm35ImvEHNws08LyRPxGR mkJQzfAufBur6D20CX3B6VVWz1VNEQsW8/GOYI7bc6KRq6pM2j4g7TZMtBnSj9HCvH+w V95pU80QZLzjGtuo2sD3HQB936hZtn9WMSr/UnA0RbZt+I5nFlKtdfiivcOL8YCiOhuI J3RE9gm21sBl3uLAeFIRu5dxQECVSSSZ91SdY1p14pTBT267WhdfhQgUnI7hg+vJYQXI 2gZ+6psVooHgIBJpUx4Ye1E45a4yIQquiUN0Rhl6hYPssffjtQrNyGjWY1M4jjMtJTTU RnjQ== 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.60.14.68 with SMTP id n4mr6244444oec.24.1338163701171; Sun, 27 May 2012 17:08:21 -0700 (PDT) Received: by 10.182.81.105 with HTTP; Sun, 27 May 2012 17:08:21 -0700 (PDT) In-Reply-To: <1338162519.12863.10.camel@moriah> References: <1338162519.12863.10.camel@moriah> Date: Sun, 27 May 2012 21:08:21 -0300 Message-ID: Subject: Re: [gentoo-user] Can't emerge any gcc From: Ezequiel Garcia To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9e69df86-b0cc-47c9-929c-b36d3b993d47 X-Archives-Hash: cf0bc59a006734b12412ccb0d1de411b Hi, On Sun, May 27, 2012 at 8:48 PM, William Kenworthy wro= te: > probably not, you will need some more info as its a bit vague: > > What does "gcc -v" say? Using built-in specs. Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.4.5/work/gcc-4.4.5/configure --prefix=3D/usr --bindir=3D/usr/i686-pc-linux-gnu/gcc-bin/4.4.5 --includedir=3D/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include --datadir=3D/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5 --mandir=3D/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/man --infodir=3D/usr/share/gcc-data/i686-pc-linux-gnu/4.4.5/info --with-gxx-include-dir=3D/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v= 4 --host=3Di686-pc-linux-gnu --build=3Di686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=3D/share/gcc-data/i686-pc-linux-gnu/4.4.5/python --enable-checking=3Drelease --disable-libgcj --with-arch=3Di686 --enable-languages=3Dc,c++,fortran --enable-shared --enable-threads=3Dposix --enable-__cxa_atexit --enable-clocale=3Dgnu --with-bugurl=3Dhttp://bugs.gentoo.org/ --with-pkgversion=3D'Gentoo 4.4.5 p1.3, pie-0.4.5' Thread model: posix gcc version 4.4.5 (Gentoo 4.4.5 p1.3, pie-0.4.5) > > and "gcc-config -l" > localhost v4l-dvb # gcc-config -l [1] i686-pc-linux-gnu-4.4.5 * > Can you compile anything, either through emerge or manually (i.e., even > a =A0small "hello world") > Indeed! I can emerge other stuff. Plus right now I'm working and compiling my stuff. Feel free to ask me anything else, Thanks, Ezequiel.