Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 938822 Details for
Bug 1143936
dwlocstat does not build on AArch64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch + spec changeset
dwlocstat.patch (text/plain), 2.82 KB, created by
Marcin Juszkiewicz
on 2014-09-18 09:43:27 UTC
(
hide
)
Description:
patch + spec changeset
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2014-09-18 09:43:27 UTC
Size:
2.82 KB
patch
obsolete
>From cf2ca65e3bcb8ad643c8abb865df8414bcda5245 Mon Sep 17 00:00:00 2001 >From: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> >Date: Fri, 5 Sep 2014 16:17:30 +0200 >Subject: [PATCH] remove DW_TAG_mutable_type as it was removed from DWARF spec > >Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> >--- > dwlocstat-remove-DW_TAG_mutable_type.patch | 18 ++++++++++++++++++ > dwlocstat.spec | 7 ++++++- > 2 files changed, 24 insertions(+), 1 deletion(-) > create mode 100644 dwlocstat-remove-DW_TAG_mutable_type.patch > >diff --git a/dwlocstat-remove-DW_TAG_mutable_type.patch b/dwlocstat-remove-DW_TAG_mutable_type.patch >new file mode 100644 >index 0000000..8ee7ae3 >--- /dev/null >+++ b/dwlocstat-remove-DW_TAG_mutable_type.patch >@@ -0,0 +1,18 @@ >+Based on patch for dwarves. >+ >+DW_TAG_mutable_type was a mistake in an early DWARFv3 draft and was >+removed in the final version. >+ >+http://dwarfstd.org/ShowIssue.php?issue=050223.1 >+Index: pmachata-dwlocstat-c55cb50/dwarfstrings.c >+=================================================================== >+--- pmachata-dwlocstat-c55cb50.orig/dwarfstrings.c >++++ pmachata-dwlocstat-c55cb50/dwarfstrings.c >+@@ -93,7 +93,6 @@ dwarf_tag_string (unsigned int tag) >+ [DW_TAG_unspecified_type] = "unspecified_type", >+ [DW_TAG_partial_unit] = "partial_unit", >+ [DW_TAG_imported_unit] = "imported_unit", >+- [DW_TAG_mutable_type] = "mutable_type", >+ [DW_TAG_condition] = "condition", >+ [DW_TAG_shared_type] = "shared_type", >+ [DW_TAG_type_unit] = "type_unit", >diff --git a/dwlocstat.spec b/dwlocstat.spec >index e9f1a88..0f2f32a 100644 >--- a/dwlocstat.spec >+++ b/dwlocstat.spec >@@ -5,7 +5,7 @@ > > Name: dwlocstat > Version: 0.1 >-Release: 0.6.%{checkout}%{?dist} >+Release: 0.7.%{checkout}%{?dist} > Summary: Tool for examining Dwarf location info coverage > > # The following files are dual-licensed: >@@ -15,6 +15,7 @@ License: GPLv3+ and LGPLv3+ > URL: https://github.com/pmachata/dwlocstat > # wget the following with --content-disposition > Source0: https://github.com/pmachata/dwlocstat/tarball/%{hash}/%{tarbase}.tar.gz >+Patch0: dwlocstat-remove-DW_TAG_mutable_type.patch > # 0.153 defines DW_OP_GNU_entry_value > BuildRequires: elfutils-devel >= 0.153 > >@@ -26,6 +27,7 @@ coverage of that DIE's range by location expressions. > > %prep > %setup -q -n %{tarbase} >+%patch0 -p1 > > %build > make %{?_smp_mflags} dwlocstat \ >@@ -47,6 +49,9 @@ install -p -m 644 -t $RPM_BUILD_ROOT%{_mandir}/man1 %{name}.1 > %{_mandir}/man1/%{name}.1* > > %changelog >+* Fri Sep 05 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.1-0.7.20121105gitc55cb50 >+- remove DW_TAG_mutable_type as it was removed from DWARF spec >+ > * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.6.20121105gitc55cb50 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild > >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1143936
: 938822