make-kpkg buildpackage
Hello, I finally got round to running 'make-kpkg buildpackage'... And installed the resulting debs. However /usr/include/linux still hasnt been updated to the current kernel headers, is this "normal" behavoir for that, I thought it would update them... Help please! Andrew
I finally got round to running 'make-kpkg buildpackage'... And installed the resulting debs. However /usr/include/linux still hasnt been updated to the current kernel headers, is this "normal" behavoir for that, I thought it would update them... Help please!
I've come across this aswell and it is well documented in make-kpkg. The solution is to also install the relevant "kernel-headers-x.x.x.deb" package in the /usr/src/ directory. DF.
On 17 Jul 2001 20:16:55 +0100, David Fairey wrote:
I finally got round to running 'make-kpkg buildpackage'... And installed the resulting debs. However /usr/include/linux still hasnt been updated to the current kernel headers, is this "normal" behavoir for that, I thought it would update them... Help please!
I've come across this aswell and it is well documented in make-kpkg.
The solution is to also install the relevant "kernel-headers-x.x.x.deb" package in the /usr/src/ directory.
I did... Which installed into /usr/src/kernel-headers-2.2.19, which wasnt quite what I expected! Andrew.
I've come across this aswell and it is well documented in make-kpkg.
The solution is to also install the relevant "kernel-headers-x.x.x.deb" package in the /usr/src/ directory.
I did... Which installed into /usr/src/kernel-headers-2.2.19, which wasnt quite what I expected!
According to the Debianized way, you still need to symlink /usr/include/{linux,asm} to /usr/src/kernel-headers-2.2.19/include/{linux,asm}. But if you read "debian.README.gz" and "changelog.gz" in /usr/doc/kernel-headers-2.2.19 they give the full reason why, including the pros and cons. DF.
On 17 Jul 2001 21:43:38 +0100, David Fairey wrote:
I've come across this aswell and it is well documented in make-kpkg.
The solution is to also install the relevant "kernel-headers-x.x.x.deb" package in the /usr/src/ directory.
I did... Which installed into /usr/src/kernel-headers-2.2.19, which wasnt quite what I expected!
According to the Debianized way, you still need to symlink /usr/include/{linux,asm} to /usr/src/kernel-headers-2.2.19/include/{linux,asm}.
But if you read "debian.README.gz" and "changelog.gz" in /usr/doc/kernel-headers-2.2.19 they give the full reason why, including the pros and cons.
ok, thankyou! Andrew
participants (2)
-
Andrew J Glover -
David Fairey