Bug 759272
| Summary: | /usr/lib/rpm/debugedit: Unknown debugging section .debug_macro | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vedran Miletić <vedran> | ||||
| Component: | rpm | Assignee: | Panu Matilainen <pmatilai> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | dkenshin, ffesti, jan.kratochvil, jnovy, pmatilai | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-05-11 06:48:32 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
Vedran Miletić
2011-12-01 20:33:01 UTC
You have bug in your .spec file as default rpmbuild CFLAGS do not use -g3. Default -g (equivalent to -g2) does not produce macro information. Created attachment 560089 [details]
debugedit fix.
Still this is a bug in debugedit as it should be able to process the new format of macro information.
The patch is untested but there is no need to adjust .debug_macro content.
Fixed upstream in rpm >= 4.10 in current rawhide. Given that it only occurs on non-standard -g option (ie packaging bug in Fedora context), doesn't seem worth a specific update to F16 and all. Hello, I'm working on building c++ source, using gcc option |-gsplit-dwarf| and |-g2| to use debug fission on gbs build system that generates rpm files.
Unfortunately, I faced with following warnings during extracting debug info.
Could anybody please help me?
>> [ 1452s] extracting debug info from XXX
>> [ 1452s] /usr/lib/rpm/debugedit: XXX: Unknown debugging section .debug_addr
|