Bug 2341150

Summary: python-ethtool: FTBFS in Fedora rawhide/f42
Product: [Fedora] Fedora Reporter: Fedora Release Engineering <releng>
Component: python-ethtoolAssignee: Arnaldo Carvalho de Melo <acme>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: acme, cstratak, mhroncok, python-packagers-sig, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-ethtool-0.15-13.fc42 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-01-23 09:04:52 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: 2267022, 2300528    
Attachments:
Description Flags
build.log
none
root.log
none
state.log none

Description Fedora Release Engineering 2025-01-22 21:33:30 UTC
python-ethtool failed to build from source in Fedora rawhide/f42

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


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
Please fix python-ethtool 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,
python-ethtool will be orphaned. Before branching of Fedora 43,
python-ethtool 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 2025-01-22 21:33:33 UTC
Created attachment 2071973 [details]
build.log

Comment 2 Fedora Release Engineering 2025-01-22 21:33:35 UTC
Created attachment 2071974 [details]
root.log

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

Comment 3 Fedora Release Engineering 2025-01-22 21:33:36 UTC
Created attachment 2071975 [details]
state.log

Comment 4 Miro Hrončok 2025-01-23 08:01:43 UTC
The failure is:

+ mv /builddir/build/BUILD/python-ethtool-0.15-build/BUILDROOT/usr/bin/pifconfig /builddir/build/BUILD/python-ethtool-0.15-build/BUILDROOT/usr/bin/pifconfig
mv: '/builddir/build/BUILD/python-ethtool-0.15-build/BUILDROOT/usr/bin/pifconfig' and '/builddir/build/BUILD/python-ethtool-0.15-build/BUILDROOT/usr/bin/pifconfig' are the same file

From %install:

%install
...
mv %{buildroot}{%{_bindir},%{_sbindir}}/pifconfig
mv %{buildroot}{%{_bindir},%{_sbindir}}/pethtool


This is caused by https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin

However, this leaf package is de facto deprecated upstream, and I'd like to see it eventually retired.

Comment 5 Miro Hrončok 2025-01-23 09:04:52 UTC
> However, this leaf package is de facto deprecated upstream, and I'd like to see it eventually retired.

Never mind then :D

Comment 6 Zbigniew Jędrzejewski-Szmek 2025-01-23 09:09:38 UTC
I was just providing some breathing space to calmly consider the retirement ;)