<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Step by Step tutorial howto compile kernel in Debian 5.0 (Lenny)</title>
	<atom:link href="http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:01:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ant tribe</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-7973</link>
		<dc:creator>ant tribe</dc:creator>
		<pubDate>Thu, 13 Jan 2011 12:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-7973</guid>
		<description>OR
wget http://*/kernel-package_12.032_all.deb
dpki -i kernel-package_12.032_all.deb</description>
		<content:encoded><![CDATA[<p>OR<br />
wget <a href="http://*/kernel-package_12.032_all.deb" rel="nofollow">http://*/kernel-package_12.032_all.deb</a><br />
dpki -i kernel-package_12.032_all.deb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-7972</link>
		<dc:creator>??</dc:creator>
		<pubDate>Thu, 13 Jan 2011 11:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-7972</guid>
		<description>? vanz?
 /linux-2.6.37/debian/ruleset/misc/version_vars.mk
        echo include/linux/version.h        -&gt;     echo include/generated/version.h
        echo include/linux/utsrelease.h   -&gt;     echo include/generated/utsrelease.h

#:make-kpkg --rootcmd fakeroot --initrd --revision=kernel.001 kernel_image kernel_headers</description>
		<content:encoded><![CDATA[<p>? vanz?<br />
 /linux-2.6.37/debian/ruleset/misc/version_vars.mk<br />
        echo include/linux/version.h        -&gt;     echo include/generated/version.h<br />
        echo include/linux/utsrelease.h   -&gt;     echo include/generated/utsrelease.h</p>
<p>#:make-kpkg --rootcmd fakeroot --initrd --revision=kernel.001 kernel_image kernel_headers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanz</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-7956</link>
		<dc:creator>vanz</dc:creator>
		<pubDate>Mon, 10 Jan 2011 08:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-7956</guid>
		<description>Please help me.....
My OS is Debian lenny I686 kernel 2.6.26.2
when i compile the kernel linux-2.6.36.2 have error this:

make[1]: Leaving directory `/usr/src/linux-2.6.36.2&#039;
test ! -e scripts/package/builddeb &#124;&#124; mv -f scripts/package/builddeb scripts/package/builddeb.kpkg-dist
test ! -e scripts/package/Makefile &#124;&#124; test -f scripts/package/Makefile.kpkg-dist &#124;&#124; (mv -f scripts/package/Makefile scripts/package/Makefile.kpkg-dist &amp;&amp; (echo &quot;# Dummy file &quot;; echo &quot;help:&quot;) &gt;  scripts/package/Makefile)
COLUMNS=150 dpkg -l &#039;gcc*&#039; perl dpkg &#039;libc6*&#039; binutils make dpkg-dev &#124;\
         awk &#039;$1 ~ /[hi]i/ { printf(&quot;%s-%s\n&quot;, $2, $3) }&#039;&gt; debian/buildinfo
uname -a &gt;&gt; debian/buildinfo
echo using the compiler: &gt;&gt; debian/buildinfo
grep LINUX_COMPILER include/linux/compile.h &#124; \
           sed -e &#039;s/.*LINUX_COMPILER &quot;//&#039; -e &#039;s/&quot;$//&#039; &gt;&gt; debian/buildinfo
grep: include/linux/compile.h: No such file or directory
echo applied kernel patches: &gt;&gt; debian/buildinfo
echo done &gt; debian/stamp/build/kernel
/usr/bin/make -f ./debian/rules         debian/stamp/binary/pre-linux-image-2.6.36.2-386
make[1]: Entering directory `/usr/src/linux-2.6.36.2&#039;
====== making target debian/stamp/install/linux-image-2.6.36.2-386 [new prereqs: ]======
This is kernel package version 11.015.
echo &quot;The UTS Release version in include/linux/version.h&quot;; echo &quot;          \&quot;\&quot; &quot;; echo &quot;does not match current version:&quot;; echo &quot;          \&quot;2.6.36.2-386\&quot; &quot;; echo &quot;Please correct this.&quot;; exit 2
The UTS Release version in include/linux/version.h
           &quot;&quot;
does not match current version:
           &quot;2.6.36.2-386&quot;
Please correct this.
make[1]: *** [debian/stamp/install/linux-image-2.6.36.2-386] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.36.2&#039;
make: *** [kernel_image] Error 2
cakra:/usr/src/linux#

so what should i do..???</description>
		<content:encoded><![CDATA[<p>Please help me&#8230;..<br />
My OS is Debian lenny I686 kernel 2.6.26.2<br />
when i compile the kernel linux-2.6.36.2 have error this:</p>
<p>make[1]: Leaving directory `/usr/src/linux-2.6.36.2&#8242;<br />
test ! -e scripts/package/builddeb || mv -f scripts/package/builddeb scripts/package/builddeb.kpkg-dist<br />
test ! -e scripts/package/Makefile || test -f scripts/package/Makefile.kpkg-dist || (mv -f scripts/package/Makefile scripts/package/Makefile.kpkg-dist &amp;&amp; (echo &#8220;# Dummy file &#8220;; echo &#8220;help:&#8221;) &gt;  scripts/package/Makefile)<br />
COLUMNS=150 dpkg -l &#8216;gcc*&#8217; perl dpkg &#8216;libc6*&#8217; binutils make dpkg-dev |\<br />
         awk &#8216;$1 ~ /[hi]i/ { printf(&#8220;%s-%s\n&#8221;, $2, $3) }&#8217;&gt; debian/buildinfo<br />
uname -a &gt;&gt; debian/buildinfo<br />
echo using the compiler: &gt;&gt; debian/buildinfo<br />
grep LINUX_COMPILER include/linux/compile.h | \<br />
           sed -e &#8216;s/.*LINUX_COMPILER &#8220;//&#8217; -e &#8216;s/&#8221;$//&#8217; &gt;&gt; debian/buildinfo<br />
grep: include/linux/compile.h: No such file or directory<br />
echo applied kernel patches: &gt;&gt; debian/buildinfo<br />
echo done &gt; debian/stamp/build/kernel<br />
/usr/bin/make -f ./debian/rules         debian/stamp/binary/pre-linux-image-2.6.36.2-386<br />
make[1]: Entering directory `/usr/src/linux-2.6.36.2&#8242;<br />
====== making target debian/stamp/install/linux-image-2.6.36.2-386 [new prereqs: ]======<br />
This is kernel package version 11.015.<br />
echo &#8220;The UTS Release version in include/linux/version.h&#8221;; echo &#8221;          \&#8221;\&#8221; &#8220;; echo &#8220;does not match current version:&#8221;; echo &#8221;          \&#8221;2.6.36.2-386\&#8221; &#8220;; echo &#8220;Please correct this.&#8221;; exit 2<br />
The UTS Release version in include/linux/version.h<br />
           &#8220;&#8221;<br />
does not match current version:<br />
           &#8220;2.6.36.2-386&#8243;<br />
Please correct this.<br />
make[1]: *** [debian/stamp/install/linux-image-2.6.36.2-386] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-2.6.36.2&#8242;<br />
make: *** [kernel_image] Error 2<br />
cakra:/usr/src/linux#</p>
<p>so what should i do..???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Stwart</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-7924</link>
		<dc:creator>Tom Stwart</dc:creator>
		<pubDate>Wed, 29 Dec 2010 19:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-7924</guid>
		<description>For those of you having problems with lguest as stated bellow:

cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE lguest.c -o lguest
lguest.c:21:25: error: sys/eventfd.h: No such file or directory
lguest.c: In function ‘create_thread’:
lguest.c:1021: warning: implicit declaration of function ‘eventfd’
make: *** [lguest] Error 1

This is apparenty due to the old libc-dev package that Lenny comes with. Since libc isn’t exactly a good candidate for a selective upgrade I helped myself with simply editing Documentation/lguest/Makefile and changing:

    all: lguest

to

    all:</description>
		<content:encoded><![CDATA[<p>For those of you having problems with lguest as stated bellow:</p>
<p>cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE lguest.c -o lguest<br />
lguest.c:21:25: error: sys/eventfd.h: No such file or directory<br />
lguest.c: In function ‘create_thread’:<br />
lguest.c:1021: warning: implicit declaration of function ‘eventfd’<br />
make: *** [lguest] Error 1</p>
<p>This is apparenty due to the old libc-dev package that Lenny comes with. Since libc isn’t exactly a good candidate for a selective upgrade I helped myself with simply editing Documentation/lguest/Makefile and changing:</p>
<p>    all: lguest</p>
<p>to</p>
<p>    all:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cosme</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-6316</link>
		<dc:creator>Cosme</dc:creator>
		<pubDate>Thu, 09 Dec 2010 19:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-6316</guid>
		<description>Files are in /home/user/linux-2.6.36.1/

Where must be created *.deb after finish????</description>
		<content:encoded><![CDATA[<p>Files are in /home/user/linux-2.6.36.1/</p>
<p>Where must be created *.deb after finish????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zsolt</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-4696</link>
		<dc:creator>Zsolt</dc:creator>
		<pubDate>Mon, 22 Mar 2010 07:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-4696</guid>
		<description>the lguest sys/eventfd.h problem solved when I turned off 

&quot;Processor type and features&quot;:
  &quot;Paravirtualized guest support&quot; = N

lenny still have older libc6 which omits sys/eventfd.h</description>
		<content:encoded><![CDATA[<p>the lguest sys/eventfd.h problem solved when I turned off </p>
<p>&#8220;Processor type and features&#8221;:<br />
  &#8220;Paravirtualized guest support&#8221; = N</p>
<p>lenny still have older libc6 which omits sys/eventfd.h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zgfrd</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-4106</link>
		<dc:creator>zgfrd</dc:creator>
		<pubDate>Sat, 05 Dec 2009 11:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-4106</guid>
		<description>where:
....&quot;error: zlib.h: No such file or directory&quot;....

install zlib1g-dev package and make-kpkg again

regards,
zgfrd</description>
		<content:encoded><![CDATA[<p>where:<br />
&#8230;.&#8221;error: zlib.h: No such file or directory&#8221;&#8230;.</p>
<p>install zlib1g-dev package and make-kpkg again</p>
<p>regards,<br />
zgfrd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Andersen</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-4010</link>
		<dc:creator>Harry Andersen</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-4010</guid>
		<description>make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26&#039;
/usr/bin/make    ARCH=i386 \
			     -C Documentation/lguest
make[1]: Entering directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#039;
cc -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include    lguest.c  -lz -o lguest
lguest.c:34:18: error: zlib.h: No such file or directory
make[1]: *** [lguest] Error 1
make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#039;
make: *** [debian/stamp/build/kernel] Error 2</description>
		<content:encoded><![CDATA[<p>make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26&#8242;<br />
/usr/bin/make    ARCH=i386 \<br />
			     -C Documentation/lguest<br />
make[1]: Entering directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#8217;<br />
cc -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include    lguest.c  -lz -o lguest<br />
lguest.c:34:18: error: zlib.h: No such file or directory<br />
make[1]: *** [lguest] Error 1<br />
make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#8217;<br />
make: *** [debian/stamp/build/kernel] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pflamellas</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-4000</link>
		<dc:creator>pflamellas</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-4000</guid>
		<description>well I follow this howto and give a error:
make[1]: Entrando no diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#039;
cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE    lguest.c   -o lguest
lguest.c:21:25: error: sys/eventfd.h: Arquivo ou diretório não encontrado
lguest.c: In function ‘create_thread’:
lguest.c:1021: warning: implicit declaration of function ‘eventfd’
make[1]: ** [lguest] Erro 1
make[1]: Saindo do diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#039;
make: ** [debian/stamp/build/kernel] Erro 2</description>
		<content:encoded><![CDATA[<p>well I follow this howto and give a error:<br />
make[1]: Entrando no diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#8217;<br />
cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE    lguest.c   -o lguest<br />
lguest.c:21:25: error: sys/eventfd.h: Arquivo ou diretório não encontrado<br />
lguest.c: In function ‘create_thread’:<br />
lguest.c:1021: warning: implicit declaration of function ‘eventfd’<br />
make[1]: ** [lguest] Erro 1<br />
make[1]: Saindo do diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#8217;<br />
make: ** [debian/stamp/build/kernel] Erro 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon debianite</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-3594</link>
		<dc:creator>anon debianite</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-3594</guid>
		<description>@Rich Hartley: They&#039;re not separate programs but features of make.</description>
		<content:encoded><![CDATA[<p>@Rich Hartley: They&#8217;re not separate programs but features of make.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Hartley</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-3591</link>
		<dc:creator>Rich Hartley</dc:creator>
		<pubDate>Tue, 25 Aug 2009 18:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-3591</guid>
		<description>great info, but where do we get gconfig or xconfig because it&#039;s not in the repos.</description>
		<content:encoded><![CDATA[<p>great info, but where do we get gconfig or xconfig because it&#8217;s not in the repos.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

