- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: problems compiling e1000-6.2.19b-1.src.rpm
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 12:30 AM
04-19-2006 12:30 AM
problems compiling e1000-6.2.19b-1.src.rpm
we wanted to install the e1000-6.2.19b-1.src.rpm module on a RHEL AS4, but when we run
rpmbuild -bb e1000.spec
we have the following warnings:
make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'
Makefile:177: ***
Makefile:182: *** Warning: kernel source configuration (UP)
Makefile:183: *** does not match running kernel (SMP)
Makefile:185: *** Continuing with build,
Makefile:186: *** resulting driver may not be what you want
Makefile:187: ***
make -C /lib/modules/2.6.9-34.EL/build SUBDIRS=/usr/src/redhat/BUILD/e1000-6.2.19b/src modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-34.EL-i686'
/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:177: ***
/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:182: *** Warning: kernel source configuration (UP)
/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:183: *** does not match running kernel (SMP)
/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:185: *** Continuing with build,
/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:186: *** resulting driver may not be what you want
/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:187: ***
Other Details:
THe kernel is the one provided by REDHAT
# uname -a
Linux wolfnpi 2.6.9-34.ELhugemem #1 SMP Fri Feb 24 17:04:34 EST 2006 i686 i686 i386 GNU/Linux
Does anyone know how to avoid these warnings and have a "clean" installation?
Obiouvsly, if other details are needed, feel free to ask...
Thanks in advance for any help,
Filippo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 12:50 AM
04-19-2006 12:50 AM
Re: problems compiling e1000-6.2.19b-1.src.rpm
cd /usr/src/linux
make mrproper
cp configs/kernel-
make oldconfig
Or by running
make config
And enabling SMP support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 03:20 AM
04-19-2006 03:20 AM
Re: problems compiling e1000-6.2.19b-1.src.rpm
/usr/src/linux
but only
/usr/src/redhat
and
/usr/src/kernels
and the command
rpm -qa | grep kernel
gives us:
kernel-doc-2.6.9-34.EL
kernel-smp-devel-2.6.9-22.EL
kernel-utils-2.4-13.1.80
kernel-hugemem-2.6.9-34.EL
kernel-2.6.9-34.EL
kernel-hugemem-devel-2.6.9-34.EL
kernel-devel-2.6.9-34.EL
so what we need to do ?
Thanks in advance
Filippo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 06:41 PM
04-19-2006 06:41 PM
Re: problems compiling e1000-6.2.19b-1.src.rpm
May be e1000-6.2.19b-1.src.rpm doesn't support RHEL4 update 3 yet? (on their webpage http://h18004.www1.hp.com/support/files/server/us/download/24013.html they speak about update 1 only)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 07:37 PM
04-19-2006 07:37 PM
Re: problems compiling e1000-6.2.19b-1.src.rpm
HP does QA testing before they support new releases. It can take 30-180 days depending on the priority that is set and complexity of the issue.
That's my experience anyway.
There are things to check prior to using this release.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:03 PM
04-19-2006 08:03 PM
Re: problems compiling e1000-6.2.19b-1.src.rpm
This is strange because we're speaking about building kernel module from sources. It should work for all 2.6.9-xxx kernels.
Filippo,
I believe, I know the solution: you should remove all *kernel-devel* packages except kernel-hugemem-devel-2.6.9-34.EL. May be make sense even remove *all* *kernel-devel* packages and install kernel-hugemem-devel-2.6.9-34.EL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:02 PM
04-19-2006 09:02 PM
Re: problems compiling e1000-6.2.19b-1.src.rpm
the solution is right that...
but, in addition, we have also to delete by hands all the diretctories of the modules of the other "types" of kernels; that is
/lib/modules/2.6.9-34.ELsmp, etc...
If we leave those ones there, and we try to compile e1000 module, we have the following error:
make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'
Makefile:97: *** Linux kernel source not configured - missing version.h. Stop.
make: Leaving directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'
error: Bad exit status from /var/tmp/rpm-tmp.82527 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.82527 (%build)
Deleting them by hand, the compilation ends in the right way...
Thanks to all for the support.
Filippo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 09:40 PM
04-19-2006 09:40 PM
Re: problems compiling e1000-6.2.19b-1.src.rpm
>but, in addition, we have also to delete >by hands all the diretctories of the >modules of the other "types" of kernels
it seems to me like a bug in e1000 package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 11:19 PM
04-19-2006 11:19 PM
Re: problems compiling e1000-6.2.19b-1.src.rpm
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 11:50 PM
04-19-2006 11:50 PM
Re: problems compiling e1000-6.2.19b-1.src.rpm
LD_ASSUME_KERNEL=2.6.9-34.ELhugemem
don't help, we get same error:
make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'
rm -rf e1000.ko e1000.o e1000.mod.c e1000.mod.o e1000_main.o e1000_hw.o e1000_param.o e1000_ethtool.o kcompat.o e1000.7.gz
.*cmd .tmp_versions
make: Leaving directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'
+ make -C src KSP=/lib/modules/2.6.9-34.EL/build INSTALL_MOD_PATH=/var/tmp/e1000-6.2.19b-root MANDIR=/usr/share/man CFLAGS
_EXTRA= install
make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'
Makefile:97: *** Linux kernel source not configured - missing version.h. Stop.
make: Leaving directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'
error: Bad exit status from /var/tmp/rpm-tmp.65516 (%build)