Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 892510 Details for
Bug 931593
dev-python/tpm2-pytss-2.2.1 - Wheel build failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-python:tpm2-pytss-2.2.1:20240507-224818.log
dev-python:tpm2-pytss-2.2.1:20240507-224818.log (text/plain), 6.97 KB, created by
Toralf Förster
on 2024-05-08 16:27:48 UTC
(
hide
)
Description:
dev-python:tpm2-pytss-2.2.1:20240507-224818.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2024-05-08 16:27:48 UTC
Size:
6.97 KB
patch
obsolete
> * Package: dev-python/tpm2-pytss-2.2.1:0 > * Repository: gentoo > * Maintainer: salah.coronya@gmail.com proxy-maint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc fapi kernel_linux python_targets_python3_11 > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking tpm2-pytss-2.2.1.tar.gz to /var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work >>>> Source unpacked in /var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work >>>> Preparing source in /var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1 ... > * Build system packages: > * dev-python/gpep517 : 15 > * dev-python/installer : 0.7.0 > * dev-python/cython : 3.0.10 > * dev-python/setuptools : 69.5.1-r1 > * dev-python/setuptools-rust : 1.9.0 > * dev-python/setuptools-scm : 8.1.0 > * dev-python/wheel : 0.43.0 >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1 ... > * python3_11: running distutils-r1_run_phase distutils-r1_python_compile > * Building the wheel for tpm2-pytss-2.2.1 via setuptools.build_meta >python3.11 -m gpep517 build-wheel --prefix=/usr --backend setuptools.build_meta --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1-python3_11/wheel >2024-05-07 22:48:32,977 gpep517 INFO Building wheel via backend setuptools.build_meta >Traceback (most recent call last): > File "<frozen runpy>", line 198, in _run_module_as_main > File "<frozen runpy>", line 88, in _run_code > File "/usr/lib/python3.11/site-packages/gpep517/__main__.py", line 429, in <module> > sys.exit(main()) > ^^^^^^ > File "/usr/lib/python3.11/site-packages/gpep517/__main__.py", line 425, in main > return func(args) > ^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/gpep517/__main__.py", line 215, in build_wheel > print(build_wheel_impl(args, args.wheel_dir), file=out) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/gpep517/__main__.py", line 207, in build_wheel_impl > wheel_name = backend.build_wheel(str(wheel_dir), args.config_json) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/build_meta.py", line 410, in build_wheel > return self._build_with_temp_dir( > ^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/build_meta.py", line 395, in _build_with_temp_dir > self.run_setup() > File "/usr/lib/python3.11/site-packages/setuptools/build_meta.py", line 311, in run_setup > exec(code, locals()) > File "<string>", line 285, in <module> > File "/usr/lib/python3.11/site-packages/setuptools/__init__.py", line 104, in setup > return distutils.core.setup(**attrs) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 146, in setup > _setup_distribution = dist = klass(attrs) > ^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 307, in __init__ > _Distribution.__init__(self, dist_attrs) > File "/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 284, in __init__ > self.finalize_options() > File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 658, in finalize_options > ep(self) > File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 678, in _finalize_setup_keywords > ep.load()(self, ep.name, value) > File "/usr/lib/python3.11/site-packages/cffi/setuptools_ext.py", line 216, in cffi_modules > add_cffi_module(dist, cffi_module) > File "/usr/lib/python3.11/site-packages/cffi/setuptools_ext.py", line 49, in add_cffi_module > execfile(build_file_name, mod_vars) > File "/usr/lib/python3.11/site-packages/cffi/setuptools_ext.py", line 25, in execfile > exec(code, glob, glob) > File "scripts/libtss2_build.py", line 69, in <module> > ffibuilder.cdef(open("libesys.h").read()) > File "/usr/lib/python3.11/site-packages/cffi/api.py", line 112, in cdef > self._cdef(csource, override=override, packed=packed, pack=pack) > File "/usr/lib/python3.11/site-packages/cffi/api.py", line 126, in _cdef > self._parser.parse(csource, override=override, **options) > File "/usr/lib/python3.11/site-packages/cffi/cparser.py", line 389, in parse > self._internal_parse(csource) > File "/usr/lib/python3.11/site-packages/cffi/cparser.py", line 396, in _internal_parse > self._process_macros(macros) > File "/usr/lib/python3.11/site-packages/cffi/cparser.py", line 479, in _process_macros > raise CDefError( >cffi.CDefError: only supports one of the following syntax: > #define TPM2_HR_PCR ... (literally dot-dot-dot) > #define TPM2_HR_PCR NUMBER (with NUMBER an integer constant, decimal/hex/octal) >got: > #define TPM2_HR_PCR ...<< TPM2_HR_SHIFT) >adding path: /var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1/scripts > * ERROR: dev-python/tpm2-pytss-2.2.1::gentoo failed (compile phase): > * Wheel build failed > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 4091: Called distutils-r1_src_compile > * environment, line 1966: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > * environment, line 792: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 3705: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 3181: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 3179: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > * environment, line 1263: Called distutils-r1_run_phase 'distutils-r1_python_compile' > * environment, line 1948: Called distutils-r1_python_compile > * environment, line 1764: Called distutils_pep517_install '/var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1-python3_11/install' > * environment, line 2333: Called die > * The specific snippet of code: > * local wheel=$("${cmd[@]}" 3>&1 1>&2 || die "Wheel build failed"); > * > * If you need support, post the output of `emerge --info '=dev-python/tpm2-pytss-2.2.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-python/tpm2-pytss-2.2.1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-python:tpm2-pytss-2.2.1:20240507-224818.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/tpm2-pytss-2.2.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-python/tpm2-pytss-2.2.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1' > * S: '/var/tmp/portage/dev-python/tpm2-pytss-2.2.1/work/tpm2-pytss-2.2.1' >
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 931593
:
892509
| 892510 |
892511
|
892512
|
892513
|
892514
|
892515
|
892516