From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CFA6213838B for ; Sun, 5 Oct 2014 14:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85189E0893; Sun, 5 Oct 2014 14:06:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 129C9E077B for ; Sun, 5 Oct 2014 14:06:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id E519234029E for ; Sun, 5 Oct 2014 14:05:59 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 1.075 X-Spam-Level: * X-Spam-Status: No, score=1.075 tagged_above=-999 required=5.5 tests=[AWL=1.611, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_NUMERIC_HELO=1.164, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_FSL_HELO_BARE_IP_2=0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9UwtiLaWthpZ for ; Sun, 5 Oct 2014 14:05:54 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68F6234029D for ; Sun, 5 Oct 2014 14:05:54 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XamRW-00056z-E1 for gentoo-user@gentoo.org; Sun, 05 Oct 2014 16:05:46 +0200 Received: from 64.69.39.82 ([64.69.39.82]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Oct 2014 16:05:46 +0200 Received: from w41ter by 64.69.39.82 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Oct 2014 16:05:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: nonfatal() not supported error in glibc binary install Date: Sun, 05 Oct 2014 07:05:34 -0700 Message-ID: References: <5430C5CF.5030504@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 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 64.69.39.82 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 In-Reply-To: <5430C5CF.5030504@gmail.com> X-Archives-Salt: ab0ef9fd-e24d-427c-96c3-683d044c5dc2 X-Archives-Hash: f0ae239bcfb027f05994882b954a4d93 On 10/04/2014 09:15 PM, Bruce Schultz wrote: > Hi, > > I'm trying to update a system using binary packages build on another system. I get this error for glibc: > > >>> Emerging binary (1 of 1) sys-libs/glibc-2.19-r1::gentoo > * glibc-2.19-r1.tbz2 MD5 SHA1 size ;-) ... [ ok ] > >>> Extracting info > > >>> Failed to emerge sys-libs/glibc-2.19-r1, Log file: > > >>> '/var/tmp/portage/sys-libs/glibc-2.19-r1/temp/build.log' > > * Messages for package sys-libs/glibc-2.19-r1: > > * ERROR: sys-libs/glibc-2.19-r1::gentoo failed (setup phase): > * nonfatal() not supported in this EAPI > * > * Call stack: > * ebuild.sh, line 93: Called pkg_setup > * environment, line 2870: Called eblit-run 'pkg_setup' > * environment, line 987: Called eblit-glibc-pkg_setup > * environment, line 843: Called glibc_run_test '#include > * int main(){return getpwuid(0)==0;} > * ' > * environment, line 2085: Called glibc_compile_test '' '#include > * int main(){return getpwuid(0)==0;} > * ' > * environment, line 1998: Called nonfatal 'emake' '-s' 'glibc-test' > * isolated-functions.sh, line 92: Called die > * The specific snippet of code: > * die "$FUNCNAME() not supported in this EAPI" I have isolated-functions.sh in two places: /usr/lib64/portage/python2.7/isolated-functions.sh /usr/lib64/portage/python3.3/isolated-functions.sh but not in /usr/lib64/portage/python3.4 (which I didn't know was installed til now) You might want to check the target machine for which version of python it's using and that it has the latest version of portage in /usr/lib/portage/pythonN.N/ Maybe running python-updater would help?