Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1299098 Details for
Bug 1423835
ledger: FTBFS in rawhide
Home
New
Search
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.rh90 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]
ledger: Apply patch to fix builds on boost 1.61+
0001-Apply-patch-to-fix-builds-on-boost-1.61.patch (text/plain), 2.63 KB, created by
iliana etaoin
on 2017-07-15 22:28:47 UTC
(
hide
)
Description:
ledger: Apply patch to fix builds on boost 1.61+
Filename:
MIME Type:
Creator:
iliana etaoin
Created:
2017-07-15 22:28:47 UTC
Size:
2.63 KB
patch
obsolete
>From f602e0b4cc3ca25c275d416bbeb3e2738b98f1aa Mon Sep 17 00:00:00 2001 >From: Iliana Weller <ilianaw@buttslol.net> >Date: Sat, 15 Jul 2017 13:24:17 -0700 >Subject: [PATCH] Apply patch to fix builds on boost 1.61+ > >https://bugzilla.redhat.com/show_bug.cgi?id=1423835 >--- > ledger-3.1.1-fix-boost-1.61.patch | 22 ++++++++++++++++++++++ > ledger.spec | 9 ++++++++- > 2 files changed, 30 insertions(+), 1 deletion(-) > create mode 100644 ledger-3.1.1-fix-boost-1.61.patch > >diff --git a/ledger-3.1.1-fix-boost-1.61.patch b/ledger-3.1.1-fix-boost-1.61.patch >new file mode 100644 >index 0000000..b69a42a >--- /dev/null >+++ b/ledger-3.1.1-fix-boost-1.61.patch >@@ -0,0 +1,22 @@ >+From 1856b8c4902498843f4da37a7aaeb2ce85acc1d3 Mon Sep 17 00:00:00 2001 >+From: Denis <dkasak@users.noreply.github.com> >+Date: Mon, 12 Sep 2016 12:49:40 +0200 >+Subject: [PATCH] Fix compilation error with boost 1.61 >+ >+--- >+ src/item.h | 2 +- >+ 1 file changed, 1 insertion(+), 1 deletion(-) >+ >+diff --git a/src/item.h b/src/item.h >+index ca16d87b3..4dc6df7e6 100644 >+--- a/src/item.h >++++ b/src/item.h >+@@ -92,7 +92,7 @@ class item_t : public supports_flags<uint_least16_t>, public scope_t >+ >+ typedef std::pair<optional<value_t>, bool> tag_data_t; >+ typedef std::map<string, tag_data_t, >+- function<bool(string, string)> > string_map; >++ std::function<bool(string, string)> > string_map; >+ >+ state_t _state; >+ optional<date_t> _date; >diff --git a/ledger.spec b/ledger.spec >index 2731166..f30efb8 100644 >--- a/ledger.spec >+++ b/ledger.spec >@@ -2,12 +2,15 @@ > > Name: ledger > Version: 3.1.1 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: A powerful command-line double-entry accounting system > License: BSD > URL: http://ledger-cli.org/ > Source0: https://github.com/ledger/ledger/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz > >+# https://github.com/ledger/ledger/pull/465 >+Patch0: ledger-3.1.1-fix-boost-1.61.patch >+ > BuildRequires: boost-devel > BuildRequires: cmake > BuildRequires: emacs(bin) >@@ -71,6 +74,7 @@ emacs-%{name} instead. > > %prep > %setup -qn %{name}-%{version} >+%patch0 -p1 > # Avoid texinfo errors on EL7. > %if 0%{?rhel} == 7 > sed -i -e 's#FIXME:UNDOCUMENTED#FIXMEUNDOCUMENTED#g' doc/ledger3.texi >@@ -191,6 +195,9 @@ fi > > > %changelog >+* Sat Jul 15 2017 Iliana Weller <ilianaw@buttslol.net> - 3.1.1-6 >+- Apply patch to fix builds on boost 1.61+ (#1423835) >+ > * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-5 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild > >-- >2.13.3 >
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 1423835
:
1252850
|
1252851
|
1252852
| 1299098