Package: kernel-package
Version: 10.060
Severity: grave
Justification: renders package unusable
running unstable
untar linux-source-2.6.18
cd linux
make oldconfig
type command...
tcsh> make-kpkg --append-to-version -tryit kernel-image |& less
gives these results...
exec make -f /usr/share/kernel-package/ruleset/minimal.mk debian
APPEND_TO_VERSION=-tryit
make: --no-print-directory: No such file or directory
make: *** No rule to make target `--no-print-directory'.
make: Failed to remake makefile `--no-print-directory'.
make: *** No rule to make target `debian_VERSION'.
make: --no-print-directory: No such file or directory
make: *** No rule to make target `--no-print-directory'.
make: Failed to remake makefile `--no-print-directory'.
make: *** No rule to make target `debian_VERSION'.
make: --no-print-directory: No such file or directory
make: *** No rule to make target `--no-print-directory'.
make: Failed to remake makefile `--no-print-directory'.
make: *** No rule to make target `debian_PATCHLEVEL'.
make: --no-print-directory: No such file or directory
make: *** No rule to make target `--no-print-directory'.
make: Failed to remake makefile `--no-print-directory'.
make: *** No rule to make target `debian_SUBLEVEL'.
make: --no-print-directory: No such file or directory
make: *** No rule to make target `--no-print-directory'.
make: Failed to remake makefile `--no-print-directory'.
make: *** No rule to make target `debian_EXTRAVERSION'.
make: --no-print-directory: No such file or directory
make: *** No rule to make target `--no-print-directory'.
make: Failed to remake makefile `--no-print-directory'.
make: *** No rule to make target `debian_LOCALVERSION'.
====== making target minimal_debian [new prereqs: ]======
This is kernel package version .
test -d debian || mkdir debian
test ! -e stamp-building || rm -f stamp-building
test -f debian/control || sed -e 's/=V/..-tryit/g' \
-e 's/=D/..-tryit-10.00.Custom/g' -e
's/=A/i386/g' \
...
I stop here because you can see the first sed substitution has the
incorrect version number. "..-tryit" should be 2.6.18-tryit
As expected, the make ended with these errors (and earlier ones)
tar: -: file name read contains nul character
dpkg-deb: building package `linux-image-..-2.061002-2' in
`../linux-image-..-2.061002-2_..-2.061002-2-10.00.Custom_i386.deb'.
make[1]: Leaving directory `/usr/src/linux-source-2.6.18'
make: Target `kernel-image' not remade because of errors.
but produced a .deb with the incorrect version.
This is a fresh install and my first kernel build on this system.
I tried 10.059 with the same results. 10.054 worked as expected.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_us, LC_CTYPE=en_us (charmap=ANSI_X3.4-1968) (ignored: LC_ALL
set to C)
Versions of packages kernel-package depends on:
ii dpkg 1.13.22 package maintenance system for Deb
ii dpkg-dev 1.13.22 package building tools for Debian
ii file 4.17-4 Determines file type using "magic"
ii gcc [c-compiler] 4:4.1.1-9 The GNU C compiler
ii gcc-4.1 [c-compiler] 4.1.1-15 The GNU C compiler
ii gettext 0.15-2 GNU Internationalization utilities
ii make 3.81-3 The GNU version of the "make" util
ii perl 5.8.8-6.1 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-6 high-quality block-sorting file co
ii libc6-dev [libc-dev] 2.3.6.ds1-4 GNU C Library: Development Librari
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]