Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 920167

Summary: dev-python/zstandard-0.22.0:0: Missing build dep on dev-python/pycparser
Product: Gentoo Linux Reporter: Luke-Jr <luke-jr+gentoobugs>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: leohdz172
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Luke-Jr 2023-12-16 19:06:01 UTC
*   Building the wheel for python-zstandard-0.22.0 via setuptools.build_meta
gpep517 build-wheel --prefix=/usr --backend setuptools.build_meta --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/zstandard-0.22.0/work/python-zstandard-0.22.0-python3_11/wheel --config-json {"--build-option": ["--no-c-backend"]}
2023-12-16 18:59:30,469 gpep517 INFO Building wheel via backend setuptools.build_meta
<string>:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
<string>:38: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/cffi/cparser.py", line 5, in <module>
    from . import _pycparser as pycparser
ImportError: cannot import name '_pycparser' from 'cffi' (/usr/lib/python3.11/site-packages/cffi/__init__.py)
Comment 1 Leonardo Hernández Hernández 2023-12-16 20:08:20 UTC
Please include `emerge --info` and the full build.log (compressed if necessary)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-17 00:59:04 UTC
cffi already RDEPENDs on pycparser. Would need the full log and emerge --info (at the very least Portage version) to know what happened.