Bug 2341150
| Summary: | python-ethtool: FTBFS in Fedora rawhide/f42 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | python-ethtool | Assignee: | Arnaldo Carvalho de Melo <acme> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | 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
Fedora Release Engineering
2025-01-22 21:33:30 UTC
Created attachment 2071973 [details]
build.log
Created attachment 2071974 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2071975 [details]
state.log
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.
> However, this leaf package is de facto deprecated upstream, and I'd like to see it eventually retired.
Never mind then :D
I was just providing some breathing space to calmly consider the retirement ;) |