Hi Manoj, Am 5. Mai 2014 22:25 schrieb Jens Seidel <jenssei...@users.sf.net>: > 2014-05-05 20:57 GMT+02:00 Manoj Srivastava <sriva...@ieee.org>: >> That's not the real bug. Were you to run it as root, it would >> still do the wrong thing. The real bug has been fixed in kernl-package >> version 13.001 > > If I run it as root I get at least a deb package :-) > > Haven't found a similar problem in the change log of 13.001 ... > > Using 13.001: > > $ make-kpkg -j6 --rootcmd fakeroot --initrd --append-to-version > allmodules kernel_image kernel_headers > exec make kpkg_version=Aufruf: dpkg-parsechangelog [<Option>...]
That's because /usr/bin/make-kpkg contains: $main::AuthorMail = "srivasta\@debian.org"; $main::Version = 'Aufruf: ... The reason is the non-fatal error at build of kernel-package: make[1]: Leaving directory `/home/jens/Software/Linux/Kernel/kernel-package/kernel-package-13.002' dh_auto_test dpkg-parsechangelog: unknown option `--show-field' I have dpkg-dev 1.16.14 but need 1.17.0: * Add new dpkg-parsechangelog --show-field option to print a field value. Closes: #284664 Rebuilding kernel-package using dpkg-dev 1.17.9 (haven't tested 1.17.0) seems to result in a working version. Great! Please add dpkg-dev >= 1.17.0 to Build-Depends-Indep:. But the obtained kernel-package version has the same problem: sh /home/jens/Software/Linux/Kernel/linux/arch/x86/boot/install.sh 3.15.0-rc3allmodules-00180-g94f3b71-dirty arch/x86/boot/bzImage \ System.map "/home/jens/Software/Linux/Kernel/linux/debian/linux-image-3.15.0-rc3allmodules-00180-g94f3b71-dirty//boot" run-parts: executing /etc/kernel/postinst.d/dkms 3.15.0-rc3allmodules-00180-g94f3b71-dirty /home/jens/Software/Linux/Kernel/linux/debian/linux-image-3.15.0-rc3allmodules-00180-g94f3b71-dirty//boot/vmlinuz-3.15.0-rc3allmodules-00180-g94f3b71-dirty /usr/lib/dkms/dkms_autoinstaller: 42: /usr/lib/dkms/dkms_autoinstaller: dkms: not found run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.15.0-rc3allmodules-00180-g94f3b71-dirty /home/jens/Software/Linux/Kernel/linux/debian/linux-image-3.15.0-rc3allmodules-00180-g94f3b71-dirty//boot/vmlinuz-3.15.0-rc3allmodules-00180-g94f3b71-dirty /etc/kernel/postinst.d/initramfs-tools: 35: /etc/kernel/postinst.d/initramfs-tools: update-initramfs: not found run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127 Thanks for your fast reply, Jens -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org