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 936115 Details for
Bug 1140159
xulrunner: fails to build on s390(x) and ppc64le
[?]
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]
Proposed solution
0001-fixed-s390-x-and-ppc64le-build.patch (text/plain), 2.65 KB, created by
Jakub Čajka
on 2014-09-10 11:44:22 UTC
(
hide
)
Description:
Proposed solution
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-09-10 11:44:22 UTC
Size:
2.65 KB
patch
obsolete
>From d16a58f61a799c4755badec9070d0e5dfaa64e9e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jakub=20=C4=8Cajka?= <jcajka@redhat.com> >Date: Wed, 10 Sep 2014 13:16:13 +0200 >Subject: [PATCH] fixed s390(x) and ppc64le build > >--- > sec-arch-build-fix.patch | 26 ++++++++++++++++++++++++++ > xulrunner.spec | 7 ++++++- > 2 files changed, 32 insertions(+), 1 deletion(-) > create mode 100644 sec-arch-build-fix.patch > >diff --git a/sec-arch-build-fix.patch b/sec-arch-build-fix.patch >new file mode 100644 >index 0000000..7c33ead >--- /dev/null >+++ b/sec-arch-build-fix.patch >@@ -0,0 +1,26 @@ >+diff -up firefox-32.0/mozilla-release/js/src/configure.in.s390 firefox-32.0/mozilla-release/js/src/configure.in >+--- firefox-32.0/mozilla-release/js/src/configure.in.s390 2014-08-26 05:37:57.000000000 +0200 >++++ firefox-32.0/mozilla-release/js/src/configure.in 2014-09-09 16:11:01.837542125 +0200 >+@@ -2005,7 +2005,7 @@ dnl ENABLE_ION=0 >+ AC_DEFINE(JS_PUNBOX64) >+ fi >+ ;; >+-powerpc64-*) >++powerpc64*) >+ AC_DEFINE(JS_CPU_PPC64) >+ AC_DEFINE(JS_PUNBOX64) >+ ;; >+@@ -2017,6 +2017,13 @@ mips*-*) >+ AC_DEFINE(JS_CPU_MIPS) >+ AC_DEFINE(JS_NUNBOX32) >+ ;; >++s390x*) >++ AC_DEFINE(JS_CPU_S390X) >++ AC_DEFINE(JS_PUNBOX64) >++ ;; >++s390*) >++ AC_DEFINE(JS_CPU_S390) >++ AC_DEFINE(JS_NUNBOX32) >+ esac >+ >+ MOZ_ARG_DISABLE_BOOL(ion, >diff --git a/xulrunner.spec b/xulrunner.spec >index 572071d..3cbc597 100644 >--- a/xulrunner.spec >+++ b/xulrunner.spec >@@ -78,7 +78,7 @@ > Summary: XUL Runtime for Gecko Applications > Name: xulrunner > Version: 32.0 >-Release: 1%{?pre_tag}%{?dist} >+Release: 2%{?pre_tag}%{?dist} > URL: http://developer.mozilla.org/En/XULRunner > License: MPLv1.1 or GPLv2+ or LGPLv2+ > Group: Applications/Internet >@@ -91,6 +91,7 @@ Source21: %{name}.sh.in > Patch1: xulrunner-install-dir.patch > Patch2: firefox-build.patch > Patch3: mozilla-build-arm.patch >+Patch4: sec-arch-build-fix.patch > # https://bugzilla.redhat.com/show_bug.cgi?id=814879#c3 > Patch18: xulrunner-24.0-jemalloc-ppc.patch > # workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found) >@@ -232,6 +233,7 @@ cd %{tarballdir} > %patch1 -p1 > %patch2 -p2 -b .build > %patch3 -p2 -b .arm >+%patch4 -p2 -b .s390 > %patch18 -p2 -b .jemalloc-ppc > %patch19 -p2 -b .s390-inlines > >@@ -531,6 +533,9 @@ fi > #--------------------------------------------------------------------- > > %changelog >+* Wed Sep 10 2014 Jakub Äajka <jcajka@redhat.com> - 32.0-2 >+- Fixed build on s390(x) and ppc64le >+ > * Tue Aug 26 2014 Martin Stransky <stransky@redhat.com> - 32.0-1 > - Update to 32.0 build 1 > >-- >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 1140159
:
936115
|
936138