tags 525144 +unreproducible, moreinfo severity 525144 normal thanks Hi,
I can not reproduce this. Also, I think there is definitely something going on not reported int he bug report, since the command line in the bug report creates a ./debian directory, and then reports -- nothing to be done. So, the command line was probably different, or there was a ./debian directory left over from before. There is also the issue of make warning that -jN is being forced on submakes, don't know what that is from. I note that man make-kpkg says: ,---- | WARNING: Do NOT set the -j option in MAKEFLAGS directly, this | shall cause the build to fail. Use CONCURRENCY_LEVEL as specified | below. `---- though I think the warning ought to be obsolete. If this is a make -j bug, it should be investigated. So, I ran make-kpkg --revision 0.1 --append-to-version '-heisenberg' --initrd buildpackage and it worked. manoj [anzu-2.6.29.1]__> make-kpkg --revision 0.1 --append-to-version '-heisenberg' --initrd unlink debian/docs/README.modules <SNIP> rmdir debian exec make kpkg_version=12.009 -f /usr/share/kernel-package/ruleset/minimal.mk debian DEBIAN_REVISION=0.1 APPEND_TO_VERSION=-heisenberg INITRD=YES ====== making target debian/stamp/conf/minimal_debian [new prereqs: ]====== This is kernel package version 12.009. test -d debian || mkdir debian test ! -e stamp-building || rm -f stamp-building install -p -m 755 /usr/share/kernel-package/rules debian/rules for file in ChangeLog Control Control.bin86 config templates.in rules; do \ cp -f /usr/share/kernel-package/$file ./debian/; \ done for dir in Config docs examples ruleset scripts pkg po; do \ cp -af /usr/share/kernel-package/$dir ./debian/; \ done test -f debian/control || sed -e 's/=V/2.6.29.1-heisenberg/g' \ -e 's/=D/0.1/g' -e 's/=A/amd64/g' \ -e 's/=SA//g' \ -e 's/=I//g' \ -e 's/=CV/2.6/g' \ -e 's/=M/Unknown Kernel Package Maintainer <unkn...@unconfigured.in.etc.kernel-pkg.conf>/g' \ -e 's/=ST/linux/g' -e 's/=B/x86_64/g' \ /usr/share/kernel-package/Control > debian/control test -f debian/changelog || sed -e 's/=V/2.6.29.1-heisenberg/g' \ -e 's/=D/0.1/g' -e 's/=A/amd64/g' \ -e 's/=ST/linux/g' -e 's/=B/x86_64/g' \ -e 's/=M/Unknown Kernel Package Maintainer <unkn...@unconfigured.in.etc.kernel-pkg.conf>/g' \ /usr/share/kernel-package/changelog > debian/changelog chmod 0644 debian/control debian/changelog test -d ./debian/stamp || mkdir debian/stamp make -f debian/rules debian/stamp/conf/kernel-conf make[1]: Entering directory `/usr/local/src/kernel/linux-2.6' ====== making target debian/stamp/conf/kernel-conf [new prereqs: ]====== make EXTRAVERSION=.1-heisenberg ARCH=x86_64 \ oldconfig; make[2]: Entering directory `/usr/local/src/kernel/linux-2.6' scripts/kconfig/conf -o arch/x86/Kconfig # # configuration written to .config # make[2]: Leaving directory `/usr/local/src/kernel/linux-2.6' make EXTRAVERSION=.1-heisenberg ARCH=x86_64 prepare make[2]: Entering directory `/usr/local/src/kernel/linux-2.6' scripts/kconfig/conf -s arch/x86/Kconfig make[2]: Leaving directory `/usr/local/src/kernel/linux-2.6' make[2]: Entering directory `/usr/local/src/kernel/linux-2.6' CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALL scripts/checksyscalls.sh make[2]: Leaving directory `/usr/local/src/kernel/linux-2.6' echo done > debian/stamp/conf/kernel-conf make[1]: Leaving directory `/usr/local/src/kernel/linux-2.6' make -f debian/rules debian/stamp/conf/full-changelog make[1]: Entering directory `/usr/local/src/kernel/linux-2.6' ====== making target debian/stamp/conf/full-changelog [new prereqs: ]====== for file in ChangeLog Control Control.bin86 config templates.in rules; do \ cp -f /usr/share/kernel-package/$file ./debian/; \ done for dir in Config docs examples ruleset scripts pkg po; do \ cp -af /usr/share/kernel-package/$dir ./debian/; \ done install -p -m 755 /usr/share/kernel-package/rules debian/rules sed -e 's/=V/2.6.29.1-heisenberg/g' \ -e 's/=D/0.1/g' -e 's/=A/amd64/g' \ -e 's/=SA//g' \ -e 's/=I//g' \ -e 's/=CV/2.6/g' \ -e 's/=M/Unknown Kernel Package Maintainer <unkn...@unconfigured.in.etc.kernel-pkg.conf>/g' \ -e 's/=ST/linux/g' -e 's/=B/x86_64/g' \ /usr/share/kernel-package/Control > debian/control sed -e 's/=V/2.6.29.1-heisenberg/g' -e 's/=D/0.1/g' \ -e 's/=A/amd64/g' -e 's/=M/Unknown Kernel Package Maintainer <unkn...@unconfigured.in.etc.kernel-pkg.conf>/g' \ -e 's/=ST/linux/g' -e 's/=B/x86_64/g' \ /usr/share/kernel-package/changelog > debian/changelog chmod 0644 debian/control debian/changelog make -f debian/rules debian/stamp/conf/kernel-conf make[2]: Entering directory `/usr/local/src/kernel/linux-2.6' make[2]: `debian/stamp/conf/kernel-conf' is up to date. make[2]: Leaving directory `/usr/local/src/kernel/linux-2.6' make[1]: Leaving directory `/usr/local/src/kernel/linux-2.6' echo done > debian/stamp/conf/minimal_debian exec debian/rules DEBIAN_REVISION=0.1 APPEND_TO_VERSION=-heisenberg INITRD=YES nothing to be done. -- He played the king as if afraid someone else would play the ace. John Mason Brown, drama critic Manoj Srivastava <sriva...@acm.org> <http://www.golden-gryphon.com/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org