Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1051633 - Trivial change for ppc64le in libibverbs spec
Summary: Trivial change for ppc64le in libibverbs spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libibverbs
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Deji Akingunola
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-10 18:26 UTC by Brent Baude
Modified: 2014-01-13 16:32 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-13 16:32:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-10 18:26:42 UTC
Please consider the following patch to the libibverbs spec which allows ppc64le to build libibverbs.

diff --git a/libibverbs.spec b/libibverbs.spec
index 2617885..a941678 100644
--- a/libibverbs.spec
+++ b/libibverbs.spec
@@ -8,7 +8,7 @@ Url: http://www.openfabrics.org/
 Source: http://www.openfabrics.org/downloads/verbs/libibverbs-%{version}.tar.gz
 Patch0: libibverbs-1.1.7-arg-fixes.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-%ifnarch ia64 %{sparc} %{arm} aarch64
+%ifnarch ia64 %{sparc} %{arm} aarch64 ppc64le
 BuildRequires: valgrind-devel
 %endif
 Requires(post): /sbin/ldconfig
@@ -56,7 +56,7 @@ displays information about RDMA devices.
 %patch0 -p1 -b .fixes
 
 %build
-%ifnarch ia64 %{sparc} %{arm} aarch64
+%ifnarch ia64 %{sparc} %{arm} aarch64 ppc64le
 %configure --with-valgrind
 %else
 %configure

Comment 1 Jon Stanley 2014-01-13 16:32:42 UTC
Fixed in rawhide.


Note You need to log in before you can comment on or make changes to this bug.