Bug 2327997
Summary: | python-pdm-backend fails to build with Python 3.14: subprocess.CalledProcessError: Command '[PosixPath('/usr/bin/hg'), 'commit', '-m', 'Add a', PosixPath('/tmp/tmp05tv6lt6/test.txt')]' returned non-zero exit status 255. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-pdm-backend | Assignee: | Lumír Balhar <lbalhar> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | ksurma, lbalhar, mhroncok, python-packagers-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-11-25 08:54:07 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2322407 |
Description
Karolina Surma
2024-11-22 10:34:47 UTC
stderr = "no username found, using 'mockbuild' instead\nabort: cannot import name 'ByteString' from 'typing' (/usr/lib64/python3.14/typing.py)\n" Is this coming from mercurial (/usr/bin/hg)? I have prepared a fix for mercurial, built it in the COPR and it fixed the problem with this package. PR for mercurial: https://src.fedoraproject.org/rpms/mercurial/pull-request/22 Build of this package: https://copr.fedorainfracloud.org/coprs/g/python/python3.14/build/8309861/ |