Bug 2256942
| Summary: | xen: Please reconsider the glibc32 build dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian Weimer <fweimer> |
| Component: | xen | Assignee: | Michael Young <m.a.young> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 40 | CC: | jforbes, m.a.young |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | xen-4.18.0-5.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-02-17 16:14: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: | 1598524 | ||
This bug appears to have been reported against 'rawhide' during the Fedora Linux 40 development cycle. Changing version to 40. I also tried disabling the glibc32 BuildRequires and couldn't see a difference in the code produced so I have dropped that BuildRequires in xen-4.18.0-5.fc40 |
The spec file contains: %ifarch %{ix86} x86_64 # so that x86_64 builds pick up glibc32 correctly BuildRequires: /usr/include/gnu/stubs-32.h %endif We plan to get rid of glibc32, so this will stop working. In addition, DNF 5 does not download file lists by default and is not able to resolve such a dependency. I removed the BuildRequires, and I didn't see any obvious differences in the build log (particularly around autoconf results). Reproducible: Always