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
> <pwd.h>
> * int main(){return getpwuid(0)==0;}
> * '
> * environment, line 2085: Called glibc_compile_test ''
> '#include <pwd.h>
> * 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?