* Package: dev-python/pypy3-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 python2 to perform the translation. Please note that upstream * recommends using PyPy for that. If you wish to do so, please install * dev-python/pypy and ensure that EPYTHON variable is unset. * Using python2.7 to build >>> Unpacking source... >>> Unpacking pypy3.6-v7.3.0-src.tar.bz2 to /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work >>> Source unpacked in /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work >>> Preparing source in /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src ... * Applying pypy3-exe-7.3.0-gcc10-fno-common.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-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, Mar 16 2020, 21:16:48) [GCC 9.2.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/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/rpython/translator/c/src/thread.c:15: [platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/rpython/translator/c/src/thread_pthread.c: In function ‘RPyThreadStartEx’: [platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-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/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/rpython/translator/c/src/thread.c:15: [platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/rpython/translator/c/src/thread_pthread.c: In function ‘RPyThreadStartEx’: [platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-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 _jitlog = True _lsprof = True _md5 = True _minimal_curses = True _multibytecodec = True _multiprocessing = True _pickle_support = True _posixsubprocess = True _pypyjson = True _random = True _rawffi = True _socket = True _sre = True _string = True _testing = True _vmprof = True _weakref = True array = True atexit = True binascii = True bz2 = True cmath = True cpyext = True errno = True faulthandler = True fcntl = True gc = True imp = True marshal = True math = True mmap = 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/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/rpython/translator/goal/translate.py", line 284, in main default_goal='compile') File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/rpython/translator/driver.py", line 569, in from_targetspec spec = target(driver, args) File "pypy/goal/targetpypystandalone.py", line 356, in target return self.get_entry_point(config) File "pypy/goal/targetpypystandalone.py", line 397, in get_entry_point self.space = make_objspace(config) File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/pypy/tool/option.py", line 33, in make_objspace return StdObjSpace(config) File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 444, in __init__ self.initialize() File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/pypy/objspace/std/objspace.py", line 112, in initialize self.make_builtins() File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 626, in make_builtins self.install_mixedmodule(mixedname) File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 662, in install_mixedmodule self.setbuiltinmodule(mixedname) File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/pypy/interpreter/baseobjspace.py", line 521, in setbuiltinmodule mod = Module(self, self.newtext(name)) File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-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/pypy3-exe-7.3.0/work/pypy3.6-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/pypy3-exe-7.3.0/work/pypy3.6-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/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src/rpython/rlib/jit_libffi.py", line 4, in from rpython.rlib import clibffi, jit File "/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-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/pypy3-exe-7.3.0::gentoo failed (configure phase): * translation failed * * Call stack: * ebuild.sh, line 125: Called src_configure * environment, line 2402: Called die * The specific snippet of code: * "${@}" || die "translation failed" * * If you need support, post the output of `emerge --info '=dev-python/pypy3-exe-7.3.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/pypy3-exe-7.3.0::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:pypy3-exe-7.3.0:20200322-035440.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pypy3-exe-7.3.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pypy3-exe-7.3.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src' * S: '/var/tmp/portage/dev-python/pypy3-exe-7.3.0/work/pypy3.6-v7.3.0-src'