public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* Initial patch for OFED 1.5.x to work on RHEL 6
@ 2010-04-28  4:13 Justin Clift
  0 siblings, 0 replies; only message in thread
From: Justin Clift @ 2010-04-28  4:13 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Hi all,

Taking a look at the RHEL6 beta at the moment.  It was failing 
compilation of OFED 1.5.1 release on the main ofa kernel rpm, giving the 
same error reported by Jeremy Enos back in Aug 2009 on Fedora 10.

Thankfully the problem turned out to be a bug in the scripting in the 
rpm's spec file, easily fixed, which let's this now compile fine:

**********************************************************

--- ofa_kernel.spec_orig	2010-04-28 13:01:43.505217495 +1000
+++ ofa_kernel.spec	2010-04-28 13:52:44.386217393 +1000
@@ -188,6 +188,7 @@
  if [ -n "$modsyms" ]; then
  	for modsym in $modsyms
  	do
+		mkdir -p $RPM_BUILD_ROOT/%{_prefix}/src/%{_name}
  	        cat $modsym >> 
$RPM_BUILD_ROOT/%{_prefix}/src/%{_name}/Module.symvers
  	done
  else
@@ -800,9 +801,7 @@
  %files -n kernel-ib-devel
  %defattr(-,root,root,-)
  %dir %{_prefix}/src
-%{_prefix}/src/%{_name}-%{_version}
  %{_prefix}/src/%{_name}
-%{_prefix}/src/openib
  %endif

  # END Files

**********************************************************

The "mkdir -p" is the important part that needed adding, and should be 
safe to add on all the platforms.

Near the end however, it needed the removal of two directories not built 
on RHEL 6.  Not sure if they do get built on other platforms though. 
Vladimir Sokolovsky would probably know. :)

Hope that helps.

Regards and best wishes,

Justin Clift

-- 
Salasaga  -  Open Source eLearning IDE
               http://www.salasaga.org
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-28  4:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-28  4:13 Initial patch for OFED 1.5.x to work on RHEL 6 Justin Clift

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox