Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1143936

Summary: dwlocstat does not build on AArch64
Product: [Fedora] Fedora Reporter: Marcin Juszkiewicz <mjuszkie>
Component: dwlocstatAssignee: Petr Machata <pmachata>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mnewsome, pmachata
Target Milestone: ---   
Target Release: ---   
Hardware: aarch64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-18 11:27:55 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: 922257    
Attachments:
Description Flags
patch + spec changeset none

Description Marcin Juszkiewicz 2014-09-18 09:42:31 UTC
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

Comment 1 Marcin Juszkiewicz 2014-09-18 09:43:27 UTC
Created attachment 938822 [details]
patch + spec changeset

Comment 2 Petr Machata 2014-09-18 11:24:34 UTC
I see the changes have been committed to Fedora repository already, so why this bug?

Comment 3 Petr Machata 2014-09-18 11:27:55 UTC
Ah, Lubomir Rintel did that.  Thanks for the patch.