Bug 521283

Summary: Enable debuginfo generation for llvm
Product: [Fedora] Fedora Reporter: Jerry James <loganjerry>
Component: llvmAssignee: Michel Lind <michel>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 11CC: bos, jgarzik, michel
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: 2009-09-09 05:06:46 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:
Attachments:
Description Flags
llvm spec file patch to enable debuginfo generation none

Description Jerry James 2009-09-04 16:22:07 UTC
Created attachment 359828 [details]
llvm spec file patch to enable debuginfo generation

Description of problem:
No debuginfo.

Version-Release number of selected component (if applicable):
llvm-2.5-2.fc11.x86_64

How reproducible:
N/A

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
See attached patch.

Comment 1 Michel Lind 2009-09-09 04:22:20 UTC
Aha, thanks! This is not needed for 2.6 anymore, but since 2.5 will be on F-11 for a bit longer, I'll test this and push an update asap.

Comment 2 Michel Lind 2009-09-09 05:06:46 UTC
This does not work:

http://koji.fedoraproject.org/koji/getfile?taskID=1664048&name=build.log

I tried adding KEEP_SYMBOLS=1 to the build process and that does not work either.

This could probably wait until the final release of 2.6, after which we only have to wait until OpenGTL has a 2.6-compatible release before F-11's llvm will get updated to 2.6

Comment 3 Jerry James 2009-09-09 14:48:45 UTC
Hmmmm, that worked for a local build....  Well, if 2.6 fixes it, then let's not worry about it.  Thanks for trying.