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 902458 Details for
Bug 1105030
valgrind do not build on ppc64le archi
[?]
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]
valgrind.spec.ppc64le.patch
valgrind.spec.ppc64le.patch (text/plain), 2.27 KB, created by
Michel Normand
on 2014-06-05 09:11:08 UTC
(
hide
)
Description:
valgrind.spec.ppc64le.patch
Filename:
MIME Type:
Creator:
Michel Normand
Created:
2014-06-05 09:11:08 UTC
Size:
2.27 KB
patch
obsolete
>diff --git a/valgrind.spec b/valgrind.spec >index 30c163b..dc78985 100644 >--- a/valgrind.spec >+++ b/valgrind.spec >@@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > %endif > > # Note s390x and aarch64 don't have an openmpi port available. >-%ifarch %{ix86} x86_64 ppc ppc64 %{arm} >+%ifarch %{ix86} x86_64 ppc %{power64} %{arm} > %global build_openmpi 1 > %else > %global build_openmpi 0 >@@ -65,6 +65,14 @@ Patch7: valgrind-3.9.0-format-security.patch > > Patch8: valgrind-3.9.0-aarch64-glibc-2.19.90-gcc-4.9.patch > >+# ppc64le archi support as per following bz: >+# https://bugs.kde.org/show_bug.cgi?id=334384: Base compilation enablement >+# https://bugs.kde.org/show_bug.cgi?id=334834: Run time enablement >+# https://bugs.kde.org/show_bug.cgi?id=334836: Test suite changes for ppc64le >+Patch101: valgrind_ppc64le_step1.patch >+Patch102: valgrind_ppc64le_step2.patch >+Patch103: valgrind_ppc64le_step3.patch >+ > %if %{build_multilib} > # Ensure glibc{,-devel} is installed for both multilib arches > BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so >@@ -88,13 +96,16 @@ BuildRequires: openmpi-devel >= 1.3.3 > # In case of a software collection, pick the matching gdb and binutils. > BuildRequires: %{?scl_prefix}gdb > BuildRequires: %{?scl_prefix}binutils >+%ifarch %{power64} >+BuildRequires: automake >+%endif > > # gdbserver_tests/filter_make_empty uses ps in test > BuildRequires: procps > > %{?scl:Requires:%scl_runtime} > >-ExclusiveArch: %{ix86} x86_64 ppc ppc64 s390x %{arm} aarch64 >+ExclusiveArch: %{ix86} x86_64 ppc %{power64} s390x %{arm} aarch64 > %ifarch %{ix86} > %define valarch x86 > %define valsecarch %{nil} >@@ -111,6 +122,10 @@ ExclusiveArch: %{ix86} x86_64 ppc ppc64 s390x %{arm} aarch64 > %define valarch ppc64 > %define valsecarch ppc32 > %endif >+%ifarch ppc64le >+%define valarch ppc64le >+%define valsecarch %{nil} >+%endif > %ifarch s390x > %define valarch s390x > %define valsecarch %{nil} >@@ -173,6 +188,15 @@ Valgrind User Manual for details. > %patch7 -p1 > %patch8 -p1 > >+%ifarch %{power64} >+%patch101 -p1 >+%patch102 -p1 >+%patch103 -p1 >+ >+# needed because of patch102 >+autoreconf -iv >+%endif >+ > %build > # We need to use the software collection compiler and binutils if available. > # The configure checks might otherwise miss support for various newer
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 1105030
: 902458 |
902459
|
902460
|
902461
|
902565