Description of problem: dwarves does not build due to DW_TAG_mutable_type being undefined. Tag removal sent to upstream. Version-Release number of selected component (if applicable): 0.1-0.6.20121105gitc55cb50 How reproducible: always Steps to Reproduce: 1. do a build 2. 3. Actual results: dwarfstrings.c: In function 'dwarf_tag_string': dwarfstrings.c:96:8: error: 'DW_TAG_mutable_type' undeclared (first use in this function) [DW_TAG_mutable_type] = "mutable_type", ^ dwarfstrings.c:96:8: note: each undeclared identifier is reported only once for each function it appears in dwarfstrings.c:96:7: error: array index in initializer not of integer type [DW_TAG_mutable_type] = "mutable_type", ^ dwarfstrings.c:96:7: error: (near initialization for 'known_tags') Expected results: package builds Additional info: http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2670295 is failed build
Created attachment 938822 [details] patch + spec changeset
I see the changes have been committed to Fedora repository already, so why this bug?
Ah, Lubomir Rintel did that. Thanks for the patch.