Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 771818 Details for
Bug 839501
dev-python/pypy3-exe-7.3.9 - translation failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:pypy3-exe-7.3.9:20220419-105932.log
dev-python:pypy3-exe-7.3.9:20220419-105932.log (text/plain), 9.87 KB, created by
Toralf Förster
on 2022-04-19 12:44:30 UTC
(
hide
)
Description:
dev-python:pypy3-exe-7.3.9:20220419-105932.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-04-19 12:44:30 UTC
Size:
9.87 KB
patch
obsolete
> * Package: dev-python/pypy3-exe-7.3.9 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: abi_x86_64 amd64 bzip2 elibc_musl 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. > * Checking whether python2_7 is suitable ... > * >=dev-lang/python-2.7.5-r2:2.7 ... > [ ok ] > * Using python2.7 to build (via PYTHON_COMPAT iteration) >>>> Unpacking source... >>>> Unpacking pypy3.9-v7.3.9-src.tar.bz2 to /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work >>>> Unpacking pypy3.9-gentoo-patches-7.3.9.tar.xz to /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work >>>> Source unpacked in /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work >>>> Preparing source in /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src ... > * Applying patches from /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-gentoo-patches-7.3.9 ... > * 0001-distutils-make-OO-enable-both-opt-1-and-opt-2-optimi.patch ... > [ ok ] > * 0002-_sysconfigdata-strip-default-CFLAGS-and-OPT.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src ... >python2.7 rpython/bin/rpython --batch --source --no-shared -O2 pypy/goal/targetpypystandalone --withmod-bz2 --withmod-_minimal_curses >[translation:info] 2.7.18 (default, Apr 19 2022, 12:57:57) >[GCC 11.2.1 20220115] >[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.9/work/pypy3.9-v7.3.9-src/rpython/translator/c/src/thread.c:24: >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/translator/c/src/thread_pthread.c:121:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] >[platform:WARNING] 121 | return (Signed) *(Signed *) &th; >[platform:WARNING] | ^~~~~~~~~~~~~~ >[platform:WARNING] In file included from /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/translator/c/src/thread.c:24: >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/translator/c/src/thread_pthread.c: In function 'RPyThreadStartEx': >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/translator/c/src/thread_pthread.c:121:34: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] >[platform:WARNING] 121 | return (Signed) *(Signed *) &th; >[platform:WARNING] | ^~~~~~~~~~~~~~ >[translation] PyPy config object: >[translation] [objspace] > [std] > intshortcut = True > optimized_list_getitem = True > withspecialisedtuple = True > [usemodules] > _abc = True > _ast = True > _cffi_backend = True > _codecs = True > _collections = True > _continuation = True > _cppyy = True > _csv = True > _hpy_universal = 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 > select = True > signal = True > struct = True > symbol = True > termios = True > thread = True > time = True > token = True > unicodedata = True > zlib = True >[platform:WARNING] In file included from /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/cpyext/include/Python.h:62, >[platform:WARNING] from /var/tmp/portage/dev-python/pypy3-exe-7.3.9/temp/usession-release-pypy3.9-v7.3.9-0/platcheck_99.c:91: >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/cpyext/include/pytime.h:126:12: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration >[platform:WARNING] 126 | struct timeval *tv, >[platform:WARNING] | ^~~~~~~ >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/cpyext/include/pytime.h:131:12: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration >[platform:WARNING] 131 | struct timeval *tv, >[platform:WARNING] | ^~~~~~~ >[platform:WARNING] In file included from /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/cpyext/include/Python.h:62, >[platform:WARNING] from /var/tmp/portage/dev-python/pypy3-exe-7.3.9/temp/usession-release-pypy3.9-v7.3.9-0/platcheck_114.c:91: >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/cpyext/include/pytime.h:126:12: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration >[platform:WARNING] 126 | struct timeval *tv, >[platform:WARNING] | ^~~~~~~ >[platform:WARNING] /var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/cpyext/include/pytime.h:131:12: warning: 'struct timeval' declared inside parameter list will not be visible outside of this definition or declaration >[platform:WARNING] 131 | struct timeval *tv, >[platform:WARNING] | ^~~~~~~ >[translation:info] Error: > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/translator/goal/translate.py", line 286, in main > default_goal='compile') > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/translator/driver.py", line 581, in from_targetspec > spec = target(driver, args) > File "pypy/goal/targetpypystandalone.py", line 370, in target > return self.get_entry_point(config) > File "pypy/goal/targetpypystandalone.py", line 412, in get_entry_point > self.space = make_objspace(config) > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/tool/option.py", line 33, in make_objspace > return StdObjSpace(config) > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/interpreter/baseobjspace.py", line 440, in __init__ > self.initialize() > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/objspace/std/objspace.py", line 114, in initialize > self.make_builtins() > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/interpreter/baseobjspace.py", line 644, in make_builtins > self.install_mixedmodule(mixedname) > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/interpreter/baseobjspace.py", line 681, in install_mixedmodule > self.setbuiltinmodule(mixedname) > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/interpreter/baseobjspace.py", line 522, in setbuiltinmodule > mod = Module(self, self.newtext(name)) > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/interpreter/mixedmodule.py", line 27, in __init__ > self.__class__.buildloaders() > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/_rawffi/moduledef.py", line 43, in buildloaders > from pypy.module._rawffi import interp_rawffi > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/pypy/module/_rawffi/interp_rawffi.py", line 11, in <module> > from rpython.rlib.clibffi import * > File "/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src/rpython/rlib/clibffi.py", line 279, in <module> > 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.9::gentoo failed (configure phase): > * translation failed > * > * Call stack: > * ebuild.sh, line 127: Called src_configure > * environment, line 2498: 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.9::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pypy3-exe-7.3.9::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:pypy3-exe-7.3.9:20220419-105932.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/pypy3-exe-7.3.9/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pypy3-exe-7.3.9/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src' > * S: '/var/tmp/portage/dev-python/pypy3-exe-7.3.9/work/pypy3.9-v7.3.9-src' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 839501
:
771815
| 771818 |
771821
|
771824
|
771827
|
771830
|
771833