Bug 1313841
Summary: | nasm 2.12 build failure on PowerPC | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michel Normand <normand> | ||||
Component: | nasm | Assignee: | Mikolaj Izdebski <mizdebsk> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | hpa, java-sig-commits, mizdebsk, msimacek, msrb, pbrobinson | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | powerpc | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | nasm-2.12-2.fc24 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-03-03 07:39:36 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: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1051573 | ||||||
Attachments: |
|
Description
Michel Normand
2016-03-02 12:35:50 UTC
Created attachment 1132295 [details]
nasm_change_unused.patch
The attached patch is suggested correction
related scratch build passed without error. http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3189786 Forwarded upstream: http://bugzilla.nasm.us/show_bug.cgi?id=3392339 Fixed in nasm-2.12-2.fc24 http://ppc.koji.fedoraproject.org/koji/buildinfo?buildID=386004 There is more to it than that. The symbol "_unused" is in application namespace, and this code leaks it. It should be changed to __unused or something else that isn't in application namespace. |