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 901866 Details for
Bug 1104279
lmiwbem build fails on ppc64(le), s390(x)
[?]
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 enables build on ppc64(le) and s390(x)
0001-build-enabled-on-ppc64-le-s390-x.patch (text/plain), 2.65 KB, created by
Jakub Čajka
on 2014-06-03 17:20:08 UTC
(
hide
)
Description:
Patch enables build on ppc64(le) and s390(x)
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-06-03 17:20:08 UTC
Size:
2.65 KB
patch
obsolete
>From 45a34fdcf61a9b82112fde27bb862bf134c1921b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jakub=20=C4=8Cajka?= <jcajka@redhat.com> >Date: Tue, 3 Jun 2014 18:40:54 +0200 >Subject: [PATCH] build enabled on ppc64(le) s390(x) > >--- > lmiwbem.spec | 12 +++++++++++- > secArch-build-fix.patch | 19 +++++++++++++++++++ > 2 files changed, 30 insertions(+), 1 deletion(-) > create mode 100644 secArch-build-fix.patch > >diff --git a/lmiwbem.spec b/lmiwbem.spec >index 02d7551..c2063df 100644 >--- a/lmiwbem.spec >+++ b/lmiwbem.spec >@@ -1,6 +1,6 @@ > Name: lmiwbem > Version: 0.2.0 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: Python WBEM Client > License: LGPLv2+ > URL: https://github.com/phatina/lmiwbem >@@ -8,8 +8,12 @@ Source0: https://github.com/phatina/lmiwbem/releases/download/%{name}-%{v > Patch0: lmiwbem-01-get-instance-ns.patch > Patch1: lmiwbem-02-fix-value-type-deduction.patch > >+# Enables build on ppc64(le) s390(x) >+Patch2: secArch-build-fix.patch >+ > BuildRequires: autoconf > BuildRequires: automake >+BuildRequires: libtool > BuildRequires: python2-devel > BuildRequires: python-sphinx > BuildRequires: python-sphinx-theme-openlmi >@@ -36,7 +40,10 @@ Group: Documentation > %patch0 -p1 -b get-instance-ns > %patch1 -p1 -b value-type-deduction > >+%patch2 -p1 -b .ppc >+ > %build >+autoreconf -ivf > %configure --with-doc=yes > make %{?_smp_mflags} > >@@ -53,6 +60,9 @@ find %{buildroot} -name '*.la' | xargs rm -f > %{_docdir}/%{name}-%{version}/html > > %changelog >+* Tue Jun 03 2014 Jakub Äajka <jcajka@redhat.com> - 0.2.0-5 >+- enabled build on ppc64(le) s390(x) >+ > * Wed May 28 2014 Peter Hatina <phatina@redhat.com> - 0.2.0-4 > - fix CIMValue type deduction > >diff --git a/secArch-build-fix.patch b/secArch-build-fix.patch >new file mode 100644 >index 0000000..9105c6c >--- /dev/null >+++ b/secArch-build-fix.patch >@@ -0,0 +1,19 @@ >+diff -up lmiwbem-0.2.0/configure.ac.ppc lmiwbem-0.2.0/configure.ac >+--- lmiwbem-0.2.0/configure.ac.ppc 2014-06-03 10:15:09.023678421 -0600 >++++ lmiwbem-0.2.0/configure.ac 2014-06-03 10:18:52.684076157 -0600 >+@@ -36,6 +36,15 @@ case $host_os in >+ x86_64) >+ PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_X86_64_GNU >+ ;; >++ ppc64*) >++ PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_PPC64_GNU >++ ;; >++ s390) >++ PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_ZSERIES_GNU >++ ;; >++ s390x) >++ PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_ZSERIES64_GNU >++ ;; >+ arm*) >+ PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_XSCALE_GNU >+ ;; >-- >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 1104279
:
901866
|
902080
|
902119
|
908452