<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problems compiling e1000-6.2.19b-1.src.rpm in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773874#M83767</link>
    <description>Did you try the LD_ASSUME_KERNEL variable?&lt;BR /&gt;Hope it helps.</description>
    <pubDate>Thu, 20 Apr 2006 06:19:26 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-04-20T06:19:26Z</dc:date>
    <item>
      <title>problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773866#M83759</link>
      <description>Hello,&lt;BR /&gt;we wanted to install the e1000-6.2.19b-1.src.rpm module on a RHEL AS4, but when we run&lt;BR /&gt;rpmbuild -bb e1000.spec&lt;BR /&gt;we have the following warnings:&lt;BR /&gt;&lt;BR /&gt;make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'&lt;BR /&gt;Makefile:177: ***&lt;BR /&gt;Makefile:182: *** Warning: kernel source configuration (UP)&lt;BR /&gt;Makefile:183: *** does not match running kernel (SMP)&lt;BR /&gt;Makefile:185: *** Continuing with build,&lt;BR /&gt;Makefile:186: *** resulting driver may not be what you want&lt;BR /&gt;Makefile:187: ***&lt;BR /&gt;make -C /lib/modules/2.6.9-34.EL/build SUBDIRS=/usr/src/redhat/BUILD/e1000-6.2.19b/src modules&lt;BR /&gt;make[1]: Entering directory `/usr/src/kernels/2.6.9-34.EL-i686'&lt;BR /&gt;/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:177: ***&lt;BR /&gt;/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:182: *** Warning: kernel source configuration (UP)&lt;BR /&gt;/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:183: *** does not match running kernel (SMP)&lt;BR /&gt;/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:185: *** Continuing with build,&lt;BR /&gt;/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:186: *** resulting driver may not be what you want&lt;BR /&gt;/usr/src/redhat/BUILD/e1000-6.2.19b/src/Makefile:187: ***&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Other Details:&lt;BR /&gt;THe kernel is the one provided by REDHAT &lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;Linux wolfnpi 2.6.9-34.ELhugemem #1 SMP Fri Feb 24 17:04:34 EST 2006 i686 i686 i386 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to avoid these warnings and have a "clean" installation?&lt;BR /&gt;&lt;BR /&gt;Obiouvsly, if other details are needed, feel free to ask...&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any help,&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Apr 2006 07:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773866#M83759</guid>
      <dc:creator>NPI</dc:creator>
      <dc:date>2006-04-19T07:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773867#M83760</link>
      <description>It seems that the installed kernel (hugemem SMP) does not match the configuration of the kernel source three (UniProcessor). This will happen when you install the binary kernel from rpm, and then installed the kernel source, but the kernel source does not have the .config file according to the running kernel. You can try by doing:&lt;BR /&gt;&lt;BR /&gt;cd /usr/src/linux&lt;BR /&gt;make mrproper&lt;BR /&gt;cp configs/kernel-&lt;VERSION&gt;-hugemem.config .config&lt;BR /&gt;make oldconfig&lt;BR /&gt;&lt;BR /&gt;Or by running&lt;BR /&gt;&lt;BR /&gt;make config&lt;BR /&gt;&lt;BR /&gt;And enabling SMP support.&lt;/VERSION&gt;</description>
      <pubDate>Wed, 19 Apr 2006 07:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773867#M83760</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-19T07:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773868#M83761</link>
      <description>In our RHEL4AS we don't have the directory&lt;BR /&gt;&lt;BR /&gt;/usr/src/linux&lt;BR /&gt;&lt;BR /&gt;but only &lt;BR /&gt;&lt;BR /&gt;/usr/src/redhat&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;/usr/src/kernels&lt;BR /&gt;&lt;BR /&gt;and the command&lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep kernel &lt;BR /&gt;&lt;BR /&gt;gives us:&lt;BR /&gt;&lt;BR /&gt;kernel-doc-2.6.9-34.EL&lt;BR /&gt;kernel-smp-devel-2.6.9-22.EL&lt;BR /&gt;kernel-utils-2.4-13.1.80&lt;BR /&gt;kernel-hugemem-2.6.9-34.EL&lt;BR /&gt;kernel-2.6.9-34.EL&lt;BR /&gt;kernel-hugemem-devel-2.6.9-34.EL&lt;BR /&gt;kernel-devel-2.6.9-34.EL&lt;BR /&gt;&lt;BR /&gt;so what we need to do ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Filippo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Apr 2006 10:20:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773868#M83761</guid>
      <dc:creator>NPI</dc:creator>
      <dc:date>2006-04-19T10:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773869#M83762</link>
      <description>Very strange! kernel-hugemem-devel-2.6.9-34.EL it's that you need.&lt;BR /&gt;May be e1000-6.2.19b-1.src.rpm  doesn't support RHEL4 update 3 yet? (on their webpage &lt;A href="http://h18004.www1.hp.com/support/files/server/us/download/24013.html" target="_blank"&gt;http://h18004.www1.hp.com/support/files/server/us/download/24013.html&lt;/A&gt; they speak about update 1 only)</description>
      <pubDate>Thu, 20 Apr 2006 01:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773869#M83762</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-20T01:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773870#M83763</link>
      <description>Actually not so strange.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;That's my experience anyway. &lt;BR /&gt;&lt;BR /&gt;There are things to check prior to using this release.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Apr 2006 02:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773870#M83763</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-20T02:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773871#M83764</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;This is strange because we're speaking about building kernel module from sources. It should work for all 2.6.9-xxx kernels.&lt;BR /&gt;&lt;BR /&gt;Filippo,&lt;BR /&gt;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.</description>
      <pubDate>Thu, 20 Apr 2006 03:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773871#M83764</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-20T03:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773872#M83765</link>
      <description>thanks  Vitaly, &lt;BR /&gt;the solution is right that...&lt;BR /&gt;but, in addition, we have also to delete by hands all the diretctories of the modules of the other "types" of kernels; that is &lt;BR /&gt;/lib/modules/2.6.9-34.ELsmp, etc...&lt;BR /&gt;&lt;BR /&gt;If we leave those ones there, and we try to compile e1000 module, we have the following error:&lt;BR /&gt;make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'&lt;BR /&gt;Makefile:97: *** Linux kernel source not configured - missing version.h.  Stop.&lt;BR /&gt;make: Leaving directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'&lt;BR /&gt;error: Bad exit status from /var/tmp/rpm-tmp.82527 (%build)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RPM build errors:&lt;BR /&gt;    Bad exit status from /var/tmp/rpm-tmp.82527 (%build)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Deleting them by hand, the compilation ends in the right way...&lt;BR /&gt;&lt;BR /&gt;Thanks to all for the support.&lt;BR /&gt;&lt;BR /&gt;Filippo</description>
      <pubDate>Thu, 20 Apr 2006 04:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773872#M83765</guid>
      <dc:creator>NPI</dc:creator>
      <dc:date>2006-04-20T04:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773873#M83766</link>
      <description>you're welcome!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but, in addition, we have also to delete &amp;gt;by hands all the diretctories of the &amp;gt;modules of the other "types" of kernels&lt;BR /&gt;&lt;BR /&gt;it seems to me like a bug in e1000 package.</description>
      <pubDate>Thu, 20 Apr 2006 04:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773873#M83766</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-20T04:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773874#M83767</link>
      <description>Did you try the LD_ASSUME_KERNEL variable?&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Thu, 20 Apr 2006 06:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773874#M83767</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-04-20T06:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: problems compiling e1000-6.2.19b-1.src.rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773875#M83768</link>
      <description>unfortunatly setting the variable&lt;BR /&gt;&lt;BR /&gt;LD_ASSUME_KERNEL=2.6.9-34.ELhugemem&lt;BR /&gt;&lt;BR /&gt;don't help, we get same error:&lt;BR /&gt;&lt;BR /&gt;make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'&lt;BR /&gt;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&lt;BR /&gt; .*cmd .tmp_versions&lt;BR /&gt;make: Leaving directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'&lt;BR /&gt;+ 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&lt;BR /&gt;_EXTRA= install&lt;BR /&gt;make: Entering directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'&lt;BR /&gt;Makefile:97: *** Linux kernel source not configured - missing version.h.  Stop.&lt;BR /&gt;make: Leaving directory `/usr/src/redhat/BUILD/e1000-6.2.19b/src'&lt;BR /&gt;error: Bad exit status from /var/tmp/rpm-tmp.65516 (%build)&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 06:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-compiling-e1000-6-2-19b-1-src-rpm/m-p/3773875#M83768</guid>
      <dc:creator>NPI</dc:creator>
      <dc:date>2006-04-20T06:50:03Z</dc:date>
    </item>
  </channel>
</rss>

