| Summary: | On arm _gnu is no longer -gnuabi | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jakub Jelinek <jakub> |
| Component: | rpm | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dan, dennis, jzeleny, kwizart, lkardos, novyjindrich, packaging-team-maint, pbrobinson, pknirsch, pnemade, sgallagh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rpm-4.13.0-0.rc1.11.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-04 23:22:57 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: | |
|
Description
Jakub Jelinek
2016-01-30 01:59:36 UTC
this will block the mass rebuild. /usr/lib/rpm/platform/*/macros (part of rpm package) define _gnu Those files have -gnu instead of -gnueabi even on F22, and from what I've tried, f23 (and f24 until very recently) worked fine in koji. So it must be something different (overridden from rpm binary, or from mock/koji/whatever). I would add this bug as reference: https://bugzilla.redhat.com/show_bug.cgi?id=1259833 Basically mock in the fedora infra is configured to use "mockhost=redhat-linux-gnu" everywhere. So no matters which arch it is, it's using -gnu suffix everywhere. armv7hl should stands for new ABI that alone from what I've understood. Sadly, arm is an exception here, it really has to use gnueabi, otherwise config.guess/config.sub, lots of autotools etc. will get things wrong. This was caused by a change in rpm. It will be fixed in rpm-4.13.0-0.rc1.21.fc24 In fc23 branch fixed in rpm-4.13.0-0.rc1.11.fc23. rpm-4.13.0-0.rc1.11.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-387992811b rpm-4.13.0-0.rc1.11.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-387992811b rpm-4.13.0-0.rc1.11.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |