Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875319 Details for
Bug 917696
dev-python/pypy3_10-exe-7.3.13_p2: [translation:ERROR] ValueError: running 'pkg-config libffi --cflags-only-I' failed: pkg-config: [Errno 2] No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 7.80 KB, created by
Joonas Niilola
on 2023-11-22 05:30:07 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Joonas Niilola
Created:
2023-11-22 05:30:07 UTC
Size:
7.80 KB
patch
obsolete
> * Package: dev-python/pypy3_10-exe-7.3.13_p2:7.3.13 > * Repository: gentoo > * Maintainer: python@gentoo.org > * USE: abi_x86_64 amd64 cpu_flags_x86_sse2 elibc_glibc jit kernel_linux ncurses > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Checking for at least 6 GiB RAM ... > [ ok ] >>>> Unpacking source... >>>> Unpacking pypy3.10-v7.3.13-src.tar.bz2 to /var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work >>>> Unpacking pypy3.10-gentoo-patches-7.3.13_p2.tar.xz to /var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work >>>> Source unpacked in /var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work >>>> Preparing source in /var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src ... > * Applying patches from /var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-gentoo-patches-7.3.13_p2 ... > * 0001-distutils-make-OO-enable-both-opt-1-and-opt-2-optimi.patch ... > [ ok ] > * 0002-_sysconfigdata-strip-default-CFLAGS-and-OPT.patch ... > [ ok ] > * 0003-Add-a-Gentoo-hack-for-WHEEL_PKG_DIR.patch ... > [ ok ] > * 0004-gh-79096-Protect-cookie-file-created-by-LWP-Mozilla-.patch ... > [ ok ] > * 0005-clear-OpenSSL-error-if-PY_EVP_MD_fetch-failed.patch ... > [ ok ] > * 0006-gh-99418-Make-urllib.parse.urlparse-enforce-that-a-s.patch ... > [ ok ] > * 0007-remove-extraneous-print-from-_ssl-issue-4010_.patch ... > [ ok ] > * 0008-4032-LIST_EXTEND-bytecode-should-just-let-all-except.patch ... > [ ok ] > * 0009-handle-pathlib.path-in-PyUnicode_FSDecoder-PyUnicode.patch ... > [ ok ] > * 0010-typo.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src ... >pypy rpython/bin/rpython --batch --source --no-shared -Ojit --jit-backend=auto pypy/goal/targetpypystandalone --withmod-bz2 --withmod-_minimal_curses >/usr/lib/pypy2.7/lib-python/2.7/hashlib.py:146: RuntimeWarning: The _hashlib module is not available, falling back to a much slower implementation (No module named _hashlib) > RuntimeWarning) >[translation:info] 2.7.18 (1a478a401673da3498398bba621015d361d550f0, Sep 30 2023, 03:58:54) >[PyPy 7.3.13 with GCC 12.3.1 20230526] >[platform:msg] Set platform with 'host' cc=None, using cc='x86_64-pc-linux-gnu-gcc', version='Unknown' >[translation:info] Translating target as defined by pypy/goal/targetpypystandalone >[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 > pwd = True > pyexpat = True > pypyjit = True > select = True > signal = True > struct = True > termios = True > thread = True > time = True > token = True > unicodedata = True > zlib = True >[translation:info] Error: > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/rpython/translator/goal/translate.py", line 286, in main > default_goal='compile') > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/rpython/translator/driver.py", line 583, 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 409, in get_entry_point > self.space = make_objspace(config) > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/tool/option.py", line 33, in make_objspace > return StdObjSpace(config) > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/interpreter/baseobjspace.py", line 445, in __init__ > self.initialize() > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/objspace/std/objspace.py", line 114, in initialize > self.make_builtins() > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/interpreter/baseobjspace.py", line 649, in make_builtins > self.install_mixedmodule(mixedname) > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/interpreter/baseobjspace.py", line 690, in install_mixedmodule > self.setbuiltinmodule(mixedname) > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/interpreter/baseobjspace.py", line 527, in setbuiltinmodule > mod = Module(self, self.newtext(name)) > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/interpreter/mixedmodule.py", line 27, in __init__ > self.__class__.buildloaders() > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/module/_rawffi/moduledef.py", line 43, in buildloaders > from pypy.module._rawffi import interp_rawffi > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/pypy/module/_rawffi/interp_rawffi.py", line 11, in <module> > from rpython.rlib.clibffi import * > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/rpython/rlib/clibffi.py", line 86, in <module> > include_dirs = platform.include_dirs_for_libffi(), > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/rpython/translator/platform/__init__.py", line 240, in include_dirs_for_libffi > dirs = self._include_dirs_for_libffi() > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/rpython/translator/platform/linux.py", line 33, in _include_dirs_for_libffi > check_result_dir=True) > File "/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src/rpython/translator/platform/posix.py", line 93, in _pkg_config > raise ValueError(msg) >[translation:ERROR] ValueError: running 'pkg-config libffi --cflags-only-I' failed: >pkg-config: [Errno 2] No such file or directory >args=('pkg-config', ['libffi', '--cflags-only-I'], None, None) >and the default ['/usr/include/libffi'] is not a valid directory >[translation] batch mode, not calling interactive helpers > * ERROR: dev-python/pypy3_10-exe-7.3.13_p2::gentoo failed (configure phase): > * translation failed > * > * Call stack: > * ebuild.sh, line 136: Called src_configure > * environment, line 1569: Called die > * The specific snippet of code: > * "${@}" || die "translation failed" > * > * If you need support, post the output of `emerge --info '=dev-python/pypy3_10-exe-7.3.13_p2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/pypy3_10-exe-7.3.13_p2::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-src' > * S: '/var/tmp/portage/dev-python/pypy3_10-exe-7.3.13_p2/work/pypy3.10-v7.3.13-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 917696
: 875319