Bug 434055
Summary: | libnl failed massrebuild attempt for GCC 4.3 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | ||||
Component: | libnl | Assignee: | Dan Williams <dcbw> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | dcantrell, dcbw, nhorman | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-02-22 19:31:34 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: | 432425 | ||||||
Attachments: |
|
Description
Jesse Keating
2008-02-22 13:00:06 UTC
Created attachment 295632 [details]
patch to fix build break
looks like the mass rebuild coincided with a glibc or kernel-headers update
that either moved the definition of ULONG_MAX to limits.h, or broke the include
chain so that whatever previously pulled in limits.h no longer does. This patch
fixes it for me in a scratch build against the f9-alpha build target
Thanks Neil! Rebuilt with your patch, libnl-1.1-3.fc9 |