Bug 2113231
| Summary: | freecell-solver: FTBFS in Fedora rawhide/f37 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | freecell-solver | Assignee: | Shlomi Fish <shlomif> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | mhroncok, shlomif, thrnciar | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | freecell-solver-6.6.0-3.fc37 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2022-08-03 06:59:07 UTC | Type: | --- | ||||||||
| 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: | 2016048, 2045102 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2022-08-01 23:28:09 UTC
Created attachment 1901130 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1901131 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1901132 [details]
state.log
This package has Python 3.10 files: $ repoquery --repo=rawhide -l freecell-solver-data | grep /usr/lib/python3.10/site-packages /usr/lib/python3.10/site-packages/__pycache__/fc_solve_find_index_s2ints.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/__pycache__/fc_solve_find_index_s2ints.cpython-310.pyc /usr/lib/python3.10/site-packages/fc_solve_find_index_s2ints.py Hence blocking the Python 3.11 tracker. No idea why it does not require python(abi) = 3.10 thou :/ > No idea why it does not require python(abi) = 3.10 thou :/
Maybe because it does not BuildRequire python3-devel.
I've opened https://src.fedoraproject.org/rpms/freecell-solver/pull-request/1 -- it does not help fix this FTBFS, but it should make sure this package will actually require python(abi) = 3.X on runtime. |