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 907462 Details for
Bug 1106103
curlpp: FTBFS in rawhide
[?]
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 for rawhide
curlpp-rawhide-ftbfs.patch (text/plain), 1.55 KB, created by
Yaakov Selkowitz
on 2014-06-11 02:04:16 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-06-11 02:04:16 UTC
Size:
1.55 KB
patch
obsolete
>diff --git a/curlpp-0.7.3-gcc49.patch b/curlpp-0.7.3-gcc49.patch >new file mode 100644 >index 0000000..60d5bfd >--- /dev/null >+++ b/curlpp-0.7.3-gcc49.patch >@@ -0,0 +1,10 @@ >+--- curlpp-0.7.3.orig/examples/example21.cpp 2009-12-05 17:33:38.000000000 -0600 >++++ curlpp-0.7.3/examples/example21.cpp 2014-06-10 20:45:33.917603388 -0500 >+@@ -48,6 +48,7 @@ >+ >+ char *data = NULL; >+ >++__attribute__((unused)) >+ size_t readData(char *buffer, size_t size, size_t nitems) >+ { >+ strncpy(buffer, data, size * nitems); >diff --git a/curlpp.spec b/curlpp.spec >index a145cc1..bbdf031 100644 >--- a/curlpp.spec >+++ b/curlpp.spec >@@ -1,6 +1,6 @@ > Name: curlpp > Version: 0.7.3 >-Release: 17%{?dist} >+Release: 18%{?dist} > Summary: A C++ wrapper for libcURL > > Group: System Environment/Libraries >@@ -10,6 +10,8 @@ Source0: http://curlpp.googlecode.com/files/curlpp-%{version}.tar.gz > > # ARM 64 > Patch0: curlpp-aarch64.patch >+# fix FTBFS >+Patch1: curlpp-0.7.3-gcc49.patch > BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > > BuildRequires: boost-devel >@@ -35,6 +37,7 @@ developing applications that use %{name}. > %prep > %setup -q > %patch0 -p1 -b aarch64 >+%patch1 -p1 -b .gcc49 > > # Convert CRLF line endings to LF in the examples > for file in examples/*.cpp >@@ -92,6 +95,9 @@ rm -rf %{buildroot} > > > %changelog >+* Tue Jun 10 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.7.3-18 >+- Fix FTBFS with gcc-4.9 (#1106103) >+ > * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-17 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild >
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 1106103
: 907462