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 917032 Details for
Bug 1118248
bibletime build fails on s390
[?]
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 resolving this bug
0001-Replaced-fpie-with-fPIE-to-fix-build-on-s390.patch (text/plain), 2.30 KB, created by
Jakub Čajka
on 2014-07-10 09:44:14 UTC
(
hide
)
Description:
Patch resolving this bug
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-07-10 09:44:14 UTC
Size:
2.30 KB
patch
obsolete
>From ccd2c1e3913695d9039ef590595ad7bb1adb244c Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jakub=20=C4=8Cajka?= <jcajka@redhat.com> >Date: Thu, 10 Jul 2014 10:25:49 +0200 >Subject: [PATCH] Replaced -fpie with -fPIE to fix build on s390 > >--- > bibletime.spec | 10 +++++++++- > flags.patch | 12 ++++++++++++ > 2 files changed, 21 insertions(+), 1 deletion(-) > create mode 100644 flags.patch > >diff --git a/bibletime.spec b/bibletime.spec >index 6fb7fc3..8216b21 100644 >--- a/bibletime.spec >+++ b/bibletime.spec >@@ -1,11 +1,14 @@ > Summary: An easy to use Bible study tool > Name: bibletime > Version: 2.10.1 >-Release: 1%{?dist} >+Release: 2%{?dist} > License: GPLv2 > Url: http://www.bibletime.info/ > Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz > >+# Replaces -fpie with -fPIE to fix build on s390 >+Patch0: flags.patch >+ > BuildRequires: cmake > BuildRequires: pkgconfig(QtGui) >= 4.5.0 > BuildRequires: pkgconfig(QtDBus) pkgconfig(QtXml) >@@ -27,6 +30,8 @@ BibleTime is a frontend for the SWORD Bible Framework. > %prep > %setup -q > >+%patch0 -p1 -b .flags >+ > %build > mkdir -p %{_target_platform} > pushd %{_target_platform} >@@ -74,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/bibletime.desktop > %doc ChangeLog README LICENSE > > %changelog >+* Wed Jul 09 2014 Jakub Äajka <jcajka@redhat.com> - 2.10.1-2 >+- Replaced -fpie with -fPIE to fix build on s390 >+ > * Mon Jul 07 2014 Greg Hellings <greg.hellings@gmail.com> - 2.10.1-1 > - New upstream release > - Should address bug #1113320 >diff --git a/flags.patch b/flags.patch >new file mode 100644 >index 0000000..77489ec >--- /dev/null >+++ b/flags.patch >@@ -0,0 +1,12 @@ >+diff -up bibletime-2.10.1/CMakeLists.txt.flags bibletime-2.10.1/CMakeLists.txt >+--- bibletime-2.10.1/CMakeLists.txt.flags 2014-07-09 22:22:44.941677076 +0200 >++++ bibletime-2.10.1/CMakeLists.txt 2014-07-09 22:41:14.648563023 +0200 >+@@ -205,7 +205,7 @@ IF(MSVC) >+ SET(CMAKE_CXX_FLAGS_DEBUG "-DNO_DBUS -DSWUSINGDLL /MDd /Zc:wchar_t- /W1 /D_UNICODE /DUNICODE /Zc:wchar_t /Od") >+ SET(BibleTime_LDFLAGS "${BibleTime_LDFLAGS} /SUBSYSTEM:WINDOWS") >+ ELSE() >+- SET(BibleTime_CFLAGS "${BibleTime_CFLAGS} -Wextra -fpie -fexceptions") >++ SET(BibleTime_CFLAGS "${BibleTime_CFLAGS} -Wextra -fPIE -fexceptions") >+ SET(CMAKE_CXX_FLAGS_RELEASE "-O2") >+ SET(CMAKE_CXX_FLAGS_DEBUG "-ggdb") >+ IF(APPLE) >-- >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 1118248
: 917032