* Package: dev-python/pypy-exe-7.3.0 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_64 amd64 bzip2 elibc_musl jit kernel_linux ncurses userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Checking for at least 6 GiB RAM ... [ ok ] * Using to perform the translation. Please note that upstream * recommends using PyPy for that. If you wish to do so, please unset * the EPYTHON variable. * Using python2.7 to build >>> Unpacking source... >>> Unpacking pypy2.7-v7.3.0-src.tar.bz2 to /var/tmp/portage/dev-python/pypy-exe-7.3.0/work >>> Source unpacked in /var/tmp/portage/dev-python/pypy-exe-7.3.0/work >>> Preparing source in /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src ... python2.7 rpython/bin/rpython --batch --source --no-shared -Ojit --jit-backend=auto pypy/goal/targetpypystandalone --withmod-bz2 --withmod-_minimal_curses [translation:info] 2.7.17 (default, Apr 4 2020, 23:38:51) [GCC 9.3.0] [platform:msg] Set platform with 'host' cc=None, using cc='x86_64-gentoo-linux-musl-gcc', version='Unknown' [translation:info] Translating target as defined by pypy/goal/targetpypystandalone [platform:WARNING] In file included from /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/c/src/thread.c:15: [platform:WARNING] /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/c/src/thread_pthread.c: In function ‘RPyThreadStartEx’: [platform:WARNING] /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/c/src/thread_pthread.c:121:18: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [platform:WARNING] 121 | return (long) *(long *) &th; [platform:WARNING] | ^~~~~~~~~~~~ [platform:WARNING] In file included from /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/c/src/thread.c:15: [platform:WARNING] /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/c/src/thread_pthread.c: In function ‘RPyThreadStartEx’: [platform:WARNING] /var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/c/src/thread_pthread.c:121:18: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] [platform:WARNING] 121 | return (long) *(long *) &th; [platform:WARNING] | ^~~~~~~~~~~~ [translation] PyPy config object: [translation] [objspace] [std] intshortcut = True optimized_list_getitem = True withspecialisedtuple = True [usemodules] __pypy__ = True _ast = True _cffi_backend = True _codecs = True _collections = True _continuation = True _cppyy = True _csv = True _io = True _jitlog = True _locale = True _lsprof = True _md5 = True _minimal_curses = True _multibytecodec = True _multiprocessing = True _pickle_support = True _pypyjson = True _random = True _rawffi = True _sha = True _socket = True _sre = True _testing = True _vmprof = True _weakref = True array = True binascii = True bz2 = True cStringIO = True cmath = True cpyext = True errno = True faulthandler = True fcntl = True gc = True imp = True marshal = True math = True micronumpy = True mmap = True operator = True parser = True pwd = True pyexpat = True pypyjit = True select = True signal = True struct = True symbol = True termios = True thread = True time = True token = True unicodedata = True zipimport = True zlib = True [translation:info] Error: File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/goal/translate.py", line 284, in main default_goal='compile') File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/translator/driver.py", line 569, in from_targetspec spec = target(driver, args) File "pypy/goal/targetpypystandalone.py", line 338, in target return self.get_entry_point(config) File "pypy/goal/targetpypystandalone.py", line 379, in get_entry_point self.space = make_objspace(config) File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/tool/option.py", line 33, in make_objspace return StdObjSpace(config) File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 469, in __init__ self.initialize() File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/objspace/std/objspace.py", line 110, in initialize self.make_builtins() File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 669, in make_builtins self.install_mixedmodule(mixedname, installed_builtin_modules) File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 700, in install_mixedmodule modname = self.setbuiltinmodule(mixedname) File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 545, in setbuiltinmodule mod = Module(self, self.newtext(name)) File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/module/_cppyy/moduledef.py", line 38, in __init__ from pypy.module._cppyy import capi File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/module/_cppyy/capi/__init__.py", line 3, in from pypy.module._cppyy.capi.loadable_capi import * File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/pypy/module/_cppyy/capi/loadable_capi.py", line 5, in from rpython.rlib import jit, jit_libffi, libffi, rdynload, objectmodel File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/rlib/jit_libffi.py", line 4, in from rpython.rlib import clibffi, jit File "/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src/rpython/rlib/clibffi.py", line 289, in assert libc_name is not None, "Cannot find C library, ctypes.util.find_library('c') returned None" [translation:ERROR] AssertionError: Cannot find C library, ctypes.util.find_library('c') returned None [translation] batch mode, not calling interactive helpers * ERROR: dev-python/pypy-exe-7.3.0::gentoo failed (configure phase): * translation failed * * Call stack: * ebuild.sh, line 125: Called src_configure * environment, line 2412: Called die * The specific snippet of code: * "${@}" || die "translation failed" * * If you need support, post the output of `emerge --info '=dev-python/pypy-exe-7.3.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pypy-exe-7.3.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:pypy-exe-7.3.0:20200405-134014.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pypy-exe-7.3.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pypy-exe-7.3.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src' * S: '/var/tmp/portage/dev-python/pypy-exe-7.3.0/work/pypy2.7-v7.3.0-src'