Bug 2113231

Summary: freecell-solver: FTBFS in Fedora rawhide/f37
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: freecell-solverAssignee: Shlomi Fish <shlomif>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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 Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2022-08-01 23:28:09 UTC
freecell-solver failed to build from source in Fedora rawhide/f37

https://koji.fedoraproject.org/koji/taskinfo?taskID=89773764


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Please fix freecell-solver at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
freecell-solver will be orphaned. Before branching of Fedora 38,
freecell-solver will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/

Comment 1 Fedora Release Engineering 2022-08-01 23:28:11 UTC
Created attachment 1901130 [details]
build.log

file build.log too big, will only attach last 32768 bytes

Comment 2 Fedora Release Engineering 2022-08-01 23:28:12 UTC
Created attachment 1901131 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2022-08-01 23:28:13 UTC
Created attachment 1901132 [details]
state.log

Comment 4 Miro Hrončok 2022-08-02 11:01:30 UTC
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 :/

Comment 5 Miro Hrončok 2022-08-02 11:02:29 UTC
> No idea why it does not require python(abi) = 3.10 thou :/

Maybe because it does not BuildRequire python3-devel.

Comment 6 Miro Hrončok 2022-08-02 14:24:04 UTC
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.