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 902080 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]
Updated version of patch added ppc(32bit)
0001-build-enabled-on-ppc-64-le-s390-x.patch (text/plain), 2.78 KB, created by
Jakub Čajka
on 2014-06-04 09:11:02 UTC
(
hide
)
Description:
Updated version of patch added ppc(32bit)
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-06-04 09:11:02 UTC
Size:
2.78 KB
patch
obsolete
>From c4e232ee3cdcc1cf6976f232a34d4f20882614e5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jakub=20=C4=8Cajka?= <jcajka@redhat.com> >Date: Wed, 4 Jun 2014 11:09:22 +0200 >Subject: [PATCH] build enabled on ppc(64(le)) s390(x) > >--- > lmiwbem.spec | 12 +++++++++++- > secArch-build-fix.patch | 22 ++++++++++++++++++++++ > 2 files changed, 33 insertions(+), 1 deletion(-) > create mode 100644 secArch-build-fix.patch > >diff --git a/lmiwbem.spec b/lmiwbem.spec >index 02d7551..2368505 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 ppc(64(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 04 2014 Jakub Äajka <jcajka@redhat.com> - 0.2.0-5 >+- enabled build on ppc(64(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..6412649 >--- /dev/null >+++ b/secArch-build-fix.patch >@@ -0,0 +1,22 @@ >+diff -up lmiwbem-0.2.0/configure.ac.ppc lmiwbem-0.2.0/configure.ac >+--- lmiwbem-0.2.0/configure.ac.ppc 2014-05-21 13:53:32.000000000 +0200 >++++ lmiwbem-0.2.0/configure.ac 2014-06-04 10:34:49.367115481 +0200 >+@@ -36,6 +36,18 @@ case $host_os in >+ x86_64) >+ PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_X86_64_GNU >+ ;; >++ ppc) >++ PEGASUS_PLATFORM=PEGASUS_PLATFORM_LINUX_PPC_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