Bug 340331
Summary: | ladspa build fails due to missing --build-id flag to ld | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doug Chapman <dchapman> | ||||
Component: | ladspa | Assignee: | Thomas Vander Stichele <thomas> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | roland | ||||
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 05:36:13 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: | 163350 | ||||||
Attachments: |
|
Description
Doug Chapman
2007-10-19 19:11:35 UTC
Created attachment 232961 [details]
patch to add --build-id flag
Wrong fix. Don't use ld directly at all. There are other problems with this, and missing --build-id is just the new one that makes us the notice the package behaving badly. This common case was mentioned when I posted to fedora-devel-list about the whole subject. Use $(CC) -shared instead of $(LD) -shared, send that change upstream. now building in rawhide, closing. |