Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920167 - dev-python/zstandard-0.22.0:0: Missing build dep on dev-python/pycparser
Summary: dev-python/zstandard-0.22.0:0: Missing build dep on dev-python/pycparser
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-16 19:06 UTC by Luke-Jr
Modified: 2023-12-17 00:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.