[Bug 18569] /lib/modules/$(version)/build symlink is inconsistent with system packages
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Thu Oct 27 18:41:16 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=18569
Ubuntu | kernel-package
------- Additional Comments From vbusam at google.com 2005-10-27 19:41 UTC -------
I probably wasn't clear enough. The stock ubuntu kernel packages are fine.
Packages created with make-kpkg do not match what the stock ubuntu kernel
packages have.
Stock:
$ ls -l /lib/modules/2.6.10-5-686/build
lrwxrwxrwx 1 root root 35 2005-10-07 18:27 /lib/modules/2.6.10-5-686/build ->
/usr/src/linux-headers-2.6.10-5-686/
$ dpkg -S /lib/modules/2.6.10-5-686/build
linux-headers-2.6.10-5-686: /lib/modules/2.6.10-5-686/build
(this is good)
Custom built with make-kpkg:
$ ls -l /lib/modules/2.6.13.4-custom/build
lrwxrwxrwx 1 root root 19 2005-10-27 09:57 /lib/modules/2.6.13.4-custom/build
-> /tmp/linux-2.6.13.4/
$ dpkg -S /lib/modules/2.6.13.4-custom/build
linux-image-2.6.13.4-custom: /lib/modules/2.6.13.4-custom/build
(not good)
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the kernel-bugs
mailing list