Package: kernel-package
Version: 10.049
Severity: normal
When trying to build extra modules for my shiny new 2.6.17 kernel, make-kpkg
gives me the following *quite* unexpected message:
linux-source-2.6.17$ fakeroot make-kpkg --append-to-version="+jazzu20060626" \
--revision="1.0" --added-modules='fglrx' modules_image
Warning: The file include/linux/version.h exists
The contained UTS_VERSION string:
"2.6.17+jazzu20060626"
does not match expectations:
"2.6.17+jazzu20060626"
I'll try and recover
exec debian/rules DEBIAN_REVISION=1.0 APPEND_TO_VERSION=+jazzu20060626
KPKG_SELECTED_MODULES="fglrx" modules_image
Recovery seems pointless, since there are no more extra modules to build.
Instead, make emits 28 lines of Makefile shell script:
for module in ; do \
if test -d $module; then \
So far, I've already tried to remove "include/linux/version.h" and re-did
"make configure"; "make clean" and rebuilding the kernel; editing some files
here and there, to no avail. Of course, the documentation tells us to provide
make-kpkg with exactly the same --append-to-version as used in "make-kpkg
kernel_image", but obviously make-kpkg still thinks there was a mismatch.
Does anybody have some sort of idea yet what could cause this ill behaviour?
I'll happily provide additional information if needed.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17+jazzu20060626
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Versions of packages kernel-package depends on:
ii dpkg 1.13.21 package maintenance system for Deb
ii dpkg-dev 1.13.21 package building tools for Debian
ii file 4.17-2 Determines file type using "magic"
ii gcc [c-compiler] 4:4.0.3-4 The GNU C compiler
ii gcc-3.4 [c-compiler] 3.4.6-1 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0.3-3 The GNU C compiler
ii gettext 0.14.6-1 GNU Internationalization utilities
ii make 3.81-2 The GNU version of the "make" util
ii perl 5.8.8-4 Larry Wall's Practical Extraction
ii po-debconf 1.0.5 manage translated Debconf template
Versions of packages kernel-package recommends:
ii bzip2 1.0.3-2 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.3.6-15 GNU C Library: Development Librari
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]