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 938819 Details for
Bug 1143934
dwarves 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.
backport + spec changes
dwarves.patch (text/plain), 2.80 KB, created by
Marcin Juszkiewicz
on 2014-09-18 09:39:05 UTC
(
hide
)
Description:
backport + spec changes
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2014-09-18 09:39:05 UTC
Size:
2.80 KB
patch
obsolete
>From 27453b697ec3e3324fdd774ef09bf74f7b23213c Mon Sep 17 00:00:00 2001 >From: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> >Date: Fri, 5 Sep 2014 16:09:27 +0200 >Subject: [PATCH] backport removal of DW_TAG_mutable_type > >--- > dwarves-remove-dw_tag_mutable_type.patch | 32 ++++++++++++++++++++++++++++++++ > dwarves.spec | 7 ++++++- > 2 files changed, 38 insertions(+), 1 deletion(-) > create mode 100644 dwarves-remove-dw_tag_mutable_type.patch > >diff --git a/dwarves-remove-dw_tag_mutable_type.patch b/dwarves-remove-dw_tag_mutable_type.patch >new file mode 100644 >index 0000000..bdc7eb8 >--- /dev/null >+++ b/dwarves-remove-dw_tag_mutable_type.patch >@@ -0,0 +1,32 @@ >+https://git.kernel.org/cgit/devel/pahole/pahole.git/commit/?id=943a0de0679a34b5e630f85cd01cca35c0d0e544 >+ >+ >+From 943a0de0679a34b5e630f85cd01cca35c0d0e544 Mon Sep 17 00:00:00 2001 >+From: Mark Wielaard <mjw@redhat.com> >+Date: Wed, 18 Jun 2014 11:14:07 +0200 >+Subject: dwarves_fprintf: DW_TAG_mutable_type doesn't exist. >+ >+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 >+ >+Signed-off-by: Mark Wielaard <mjw@redhat.com> >+Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> >+ >+diff --git a/dwarves_fprintf.c b/dwarves_fprintf.c >+index 4d8e0f4..b746864 100644 >+--- a/dwarves_fprintf.c >++++ b/dwarves_fprintf.c >+@@ -75,7 +75,6 @@ static const char *dwarf_tag_names[] = { >+ [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", >+ #ifdef STB_GNU_UNIQUE >+-- >+cgit v0.10.1 >+ >+ >diff --git a/dwarves.spec b/dwarves.spec >index 36968bb..1438cae 100644 >--- a/dwarves.spec >+++ b/dwarves.spec >@@ -3,12 +3,13 @@ > > Name: dwarves > Version: 1.10 >-Release: 6%{?dist} >+Release: 7%{?dist} > License: GPLv2 > Summary: Debugging Information Manipulation Tools > Group: Development/Tools > URL: http://acmel.wordpress.com > Source: http://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.bz2 >+Patch0: dwarves-remove-dw_tag_mutable_type.patch > BuildRequires: cmake > BuildRequires: zlib-devel > BuildRequires: elfutils-devel >= 0.130 >@@ -49,6 +50,7 @@ Debugging information processing library development files. > > %prep > %setup -q -c -n %{name}-%{version} >+%patch0 -p1 > > %build > %cmake . >@@ -114,6 +116,9 @@ rm -rf %{buildroot} > %{_libdir}/%{libname}_reorganize.so > > %changelog >+* Fri Sep 05 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.10-7 >+- backport removal of DW_TAG_mutable_type >+ > * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-6 > - 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 Raw
Actions:
View
Attachments on
bug 1143934
: 938819