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 1NYXoY-0000pP-I1 for garchives@archives.gentoo.org; Sat, 23 Jan 2010 04:41:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3770E07A7; Sat, 23 Jan 2010 04:41:12 +0000 (UTC) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.120]) by pigeon.gentoo.org (Postfix) with ESMTP id 8CD97E07A7 for ; Sat, 23 Jan 2010 04:41:12 +0000 (UTC) X-Authority-Analysis: v=1.0 c=1 a=V7Jj_-2-UbUA:10 a=xYuyGpB-JXtupjVesD0A:9 a=MNwAj7D7BQrPXl0ODu8A:7 a=ZuhkKX7DMPgwm_bG9a55lASiIDUA:4 X-Cloudmark-Score: 0 X-Originating-IP: 24.136.242.147 Received: from [24.136.242.147] ([24.136.242.147:49042] helo=booty.electronsweatshop.com) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id 2D/A9-02205-8ED7A5B4; Sat, 23 Jan 2010 04:41:12 +0000 Received: from [192.168.25.118] (unknown [192.168.25.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by booty.electronsweatshop.com (Postfix) with ESMTPSA id 3B50813C011 for ; Fri, 22 Jan 2010 23:41:06 -0500 (EST) Message-ID: <4B5A7DE1.6070208@electronsweatshop.com> Date: Fri, 22 Jan 2010 23:41:05 -0500 From: Randy Barlow User-Agent: Thunderbird 2.0.0.23 (X11/20090817) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] Re: grub and glibc won't build on my new install References: <4B54D4FB.1060904@electronsweatshop.com> <4B5A7C46.5070506@electronsweatshop.com> In-Reply-To: <4B5A7C46.5070506@electronsweatshop.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on booty.electronsweatshop.com X-Archives-Salt: 5a18641c-ced0-43b8-971c-f3a319370900 X-Archives-Hash: 225086fab93224e222b5487e86304de7 Randy Barlow wrote: > I'll give the sandbox trick a whirl. Well, that turned out to be kind of hilarious: (chroot) livecd / # FEATURES=-sandbox emerge sandbox Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) sys-apps/sandbox-1.6-r2 openpty failed: 'out of pty devices' * sandbox-1.6.tar.lzma RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking sandbox-1.6.tar.lzma to /var/tmp/portage/sys-apps/sandbox-1.6-r2/work * Applying sandbox-1.6-disable-qa-static.patch ... [ ok ] * Applying sandbox-1.6-disable-pthread.patch ... [ ok ] * Applying 0001-libsandbox-handle-more-at-functions.patch ... [ ok ] >>> Source unpacked in /var/tmp/portage/sys-apps/sandbox-1.6-r2/work >>> Compiling source in /var/tmp/portage/sys-apps/sandbox-1.6-r2/work/sandbox-1.6 ... * Configuring sandbox for ABI=x86... * econf: updating sandbox-1.6/config.sub with /usr/share/gnuconfig/config.sub * econf: updating sandbox-1.6/config.guess with /usr/share/gnuconfig/config.guess ../sandbox-1.6//configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib32 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... x86_64-pc-linux-gnu-gcc -m32 checking for C compiler default output file name... a.out checking whether the C compiler works... configure: error: in `/var/tmp/portage/sys-apps/sandbox-1.6-r2/work/build-x86': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. !!! Please attach the following file when seeking support: !!! /var/tmp/portage/sys-apps/sandbox-1.6-r2/work/build-x86/config.log * * ERROR: sys-apps/sandbox-1.6-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2625: Called econf * ebuild.sh, line 534: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * 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-apps/sandbox-1.6-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-apps/sandbox-1.6-r2/temp/environment'. * * If configure failed with a 'cannot run C compiled programs' error, try this: * FEATURES=-sandbox emerge sandbox I love how the package itself tells me to try the very command I did try. Anyways, perhaps I should just extract another snapshot over this one...