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 910107 Details for
Bug 1110892
[PATCH] synthv1 FTBFS on secondary 64bit targets
[?]
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
0001-Fix-FTBFS-on-aarch64-ppc64-s390x-1110892.patch (text/plain), 2.50 KB, created by
Yaakov Selkowitz
on 2014-06-18 17:17:18 UTC
(
hide
)
Description:
Patch for rawhide
Filename:
MIME Type:
Creator:
Yaakov Selkowitz
Created:
2014-06-18 17:17:18 UTC
Size:
2.50 KB
patch
obsolete
>From cdc7fb7802cc831e23c7e7e4a53ccb04cca9deee Mon Sep 17 00:00:00 2001 >From: Yaakov Selkowitz <yselkowi@redhat.com> >Date: Wed, 18 Jun 2014 12:16:32 -0500 >Subject: [PATCH] Fix FTBFS on aarch64,ppc64,s390x (#1110892) > >--- > synthv1-0.4.1-lib64.patch | 27 +++++++++++++++++++++++++++ > synthv1.spec | 8 +++++++- > 2 files changed, 34 insertions(+), 1 deletion(-) > create mode 100644 synthv1-0.4.1-lib64.patch > >diff --git a/synthv1-0.4.1-lib64.patch b/synthv1-0.4.1-lib64.patch >new file mode 100644 >index 0000000..3b59371 >--- /dev/null >+++ b/synthv1-0.4.1-lib64.patch >@@ -0,0 +1,27 @@ >+aarch64, ppc64, s390x also use lib64 >+ >+--- a/configure.ac >++++ b/configure.ac >+@@ -167,6 +167,8 @@ ac_topdirs="/usr/share /usr/lib" >+ if test "x$ac_arch" = "xx86_64"; then >+ CFLAGS="-fPIC $CFLAGS" >+ CPPFLAGS="-fPIC $CPPFLAGS" >++fi >++if test -d /usr/lib64; then >+ ac_topdirs="$ac_topdirs /usr/lib64" >+ fi >+ >+@@ -199,11 +201,10 @@ for X in $ac_with_paths; do >+ CPPFLAGS="-I$X/include $CPPFLAGS" >+ ac_incpath="$X/include $ac_incpath" >+ fi >+- if test "x$ac_arch" = "xx86_64" -a -d $X/lib64; then >++ if test -d $X/lib64; then >+ LIBS="-L$X/lib64 $LIBS" >+ ac_libs="-L$X/lib64 $ac_libs" >+- fi >+- if test -d $X/lib; then >++ elif test -d $X/lib; then >+ LIBS="-L$X/lib $LIBS" >+ ac_libs="-L$X/lib $ac_libs" >+ fi >diff --git a/synthv1.spec b/synthv1.spec >index 509582e..45e653f 100644 >--- a/synthv1.spec >+++ b/synthv1.spec >@@ -1,9 +1,10 @@ > Summary: A 4-oscillator subtractive polyphonic synthesizer > Name: synthv1 > Version: 0.4.1 >-Release: 2%{?dist} >+Release: 3%{?dist} > URL: http://sourceforge.net/projects/%{name} > Source0: http://downloads.sourceforge.net/project/%{name}/0.1.0/%{name}-%{version}.tar.gz >+Patch0: synthv1-0.4.1-lib64.patch > License: GPLv2+ > Group: Applications/Multimedia > Requires: hicolor-icon-theme >@@ -28,6 +29,8 @@ An LV2 plugin of the synthv1 subtractive synthesizer > > %prep > %setup -q >+%patch0 -p1 >+autoconf -f > sed -i -e 's|-msse -mfpmath=sse -ffast-math|%{optflags} -fPIC|' synthv1_lv2.pro > sed -i -e 's|-msse -mfpmath=sse -ffast-math|%{optflags} -fPIC|' synthv1_jack.pro > >@@ -68,6 +71,9 @@ fi > %{_libdir}/lv2/%{name}.lv2/ > > %changelog >+* Wed Jun 18 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.4.1-3 >+- Fix FTBFS on aarch64, ppc64, s390x (#1110892) >+ > * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild > >-- >1.9.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 1110892
: 910107