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 297795 Details for
Bug 437129
Rpm install fails due to missing symbols required in myri10ge-kmod x86_64 rpm
[?]
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.
kmod rpm specfile for myri10ge ethernet driver
myri10ge.spec (text/plain), 3.19 KB, created by
Ed Brown
on 2008-03-12 15:57:13 UTC
(
hide
)
Description:
kmod rpm specfile for myri10ge ethernet driver
Filename:
MIME Type:
Creator:
Ed Brown
Created:
2008-03-12 15:57:13 UTC
Size:
3.19 KB
patch
obsolete
>############################################################################### >############################################################################### >## >## Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. >## >## This copyrighted material is made available to anyone wishing to use, >## modify, copy, or redistribute it subject to the terms and conditions >## of the GNU General Public License v.2. >## >############################################################################### >############################################################################### > ># $Header: $ ># Adapted from gnbd-kmod src rpm for myri10ge ># ebrown@lanl.gov; 3/6/08 > >Source10: kmodtool2 >%define kmodtool bash %{SOURCE10} >%{!?kversion: %define kversion 2.6.18-53.1.14.el5} ># hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. ># --define "kversion 2.6.16-1.2096_FC5" > >%define kmod_name myri10ge >%define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) > >%define upvar "" >%ifarch ppc >%define smpvar smp >%endif >%ifarch i686 x86_64 ia64 >%define xenvar xen >#define kdumpvar kdump >%endif >%ifarch i686 >%define PAEvar PAE >%endif >%{!?kvariants: %define kvariants %{?upvar} %{?smpvar} %{?xenvar} %{?kdumpvar} %{?PAEvar}} ># hint: this can he overridden with "--define kvariant foo bar" on the rpmbuild command line, e.g. ># --define 'kvariant "" smp' > >Name: %{kmod_name}-kmod >Version: 1.4.1 >Release: 1%{?dist} >Summary: %{kmod_name} kernel modules > >Group: System Environment/Kernel >License: GPL >URL: http://www.myri.com >Source0: myri10ge-linux.%{version}.tgz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >ExclusiveArch: i686 x86_64 ># Temporarily disable s390 & ppc & ia64 ppc64 ppc64iseries s390x > > > >%description >myri10ge - 10-Gigabit Ethernet Drivers and Firmware for Myricom-10G NICs > ># magic hidden here: >%{expand:%(%{kmodtool} rpmtemplate_kmp %{kmod_name} %{kverrel} %{kvariants} 2>/dev/null)} > > >%prep ># to understand the magic better or to debug it, uncomment this: >#{kmodtool} rpmtemplate %{kmod_name} %{kverrel} %{kvariants} 2>/dev/null >#sleep 5 >%setup -q -c -T -a 0 >pushd %{kmod_name}-linux.%{version} >popd >for kvariant in %{kvariants} ; do > cp -a %{kmod_name}-linux.%{version} _kmod_build_${kvariant} >done > > >%build >for kvariant in %{kvariants} >do > ksrc=%{_usrsrc}/kernels/%{kverrel}${kvariant:+-$kvariant}-%{_target_cpu} > pushd _kmod_build_$kvariant/linux > #make -C "${ksrc}" SUBDIRS=${PWD} modules %{?_smp_mflags} MYRI10GE_RX_SKBS=1 MYRI10GE_BUILTIN_FW=1 MYRI10GE_LRO=0 > make M=$PWD MYRI10GE_RX_SKBS=1 MYRI10GE_BUILTIN_FW=1 MYRI10GE_LRO=0 > popd >done > > >%install >rm -rf $RPM_BUILD_ROOT > >for kvariant in %{kvariants} >do > pushd _kmod_build_$kvariant > mkdir -p $RPM_BUILD_ROOT/lib/modules/%{kverrel}${kvariant}/extra/%{kmod_name} > cp linux/myri10ge.ko $RPM_BUILD_ROOT/lib/modules/%{kverrel}${kvariant}/extra/%{kmod_name} > popd >done ># Temporarily executable for stripping, fixed later in %%files. >chmod u+x $RPM_BUILD_ROOT/lib/modules/*/extra/%{kmod_name}/* > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%changelog >* Thu Mar 06 2008 ebrown@lanl.gov >- first kmod effort, for myri10ge driver 1.4.1 >
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 Raw
Actions:
View
Attachments on
bug 437129
: 297795 |
297798
|
314723