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 BE3B113838B for ; Sun, 5 Oct 2014 04:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 650A9E0961; Sun, 5 Oct 2014 04:21:01 +0000 (UTC) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16E17E0894 for ; Sun, 5 Oct 2014 04:20:59 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id fb1so3554113pad.11 for ; Sat, 04 Oct 2014 21:20:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=L8LG0XePn/dQfQjdqO5Mx4+WP6AdiU0TXkaeDKS9YWU=; b=XK7BtdQ+zZ4qrlll9v+hhfH5w8svPmCLkAbAYNpskoI9QMV5lFg14P/n0N3kWdIZ7q Fu130NcW94ivioMAjlXtx1IbG80/fy9xlkWOhZy8CoU56XO4iHT4CncSAVmWIIEvB4so S9RP4nEzEmjjEwGUkcosqTodpW6bP75z0zTeZmkZUyH0DvAnoaFiByi71T7sFkHerfMf EqaM6XWW25LI8eSNljasBc55FtvyZKbV8KmbgNKEKwTTI8srKf34oKsXbNxZuQmskB0m 5gPElyhAQMyMzh81SVkCxPiiMUpAB13pgpb1qSGdlKQ5kcgLeDzbTKAk5vXI/zu6ro+n n9rg== X-Received: by 10.68.96.4 with SMTP id do4mr17047906pbb.44.1412482858958; Sat, 04 Oct 2014 21:20:58 -0700 (PDT) Received: from [192.168.1.89] (16.86.70.115.static.exetel.com.au. [115.70.86.16]) by mx.google.com with ESMTPSA id bo17sm7735065pdb.57.2014.10.04.21.20.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 04 Oct 2014 21:20:58 -0700 (PDT) Message-ID: <5430C5CF.5030504@gmail.com> Date: Sun, 05 Oct 2014 14:15:11 +1000 From: Bruce Schultz User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 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 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] nonfatal() not supported error in glibc binary install Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: c27f9c1f-26a4-465b-b9b8-b250aba36a5f X-Archives-Hash: ff1be5053087643652e54787891536a8 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" * * If you need support, post the output of `emerge --info '=sys-libs/glibc-2.19-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-libs/glibc-2.19-r1::gentoo'`. * The complete build log is located at '/var/tmp/portage/sys-libs/glibc-2.19-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-libs/glibc-2.19-r1/temp/environment'. * Working directory: '/var/tmp/portage/sys-libs/glibc-2.19-r1/temp' * S: '/var/tmp/portage/sys-libs/glibc-2.19-r1/work/glibc-2.19' The build log is mostly useless: cat /var/tmp/portage/sys-libs/glibc-2.19-r1/temp/build.log >>> Extracting info * Package: sys-libs/glibc-2.19-r1 * Repository: gentoo * USE: hardened elibc_glibc amd64 abi_x86_64 userland_GNU kernel_linux * FEATURES: preserve-libs sandbox userpriv usersandbox I've tried updating to the latest portage (2.2.14_rc1) on both systems involved, but that doesn't help. Also, it fails with the same error with emerge -k on the system that built the package. It's currently compiling on my target system, so its not something that's blocking me, but I suspect its a bug in the ebuild or portage. Googling the error messages hasn't found anything revealing. Has anyone else come across this? Any suggestions on what to do about it? Cheers Bruce -- :b