Your message dated Tue, 12 May 2020 21:09:11 +0000 with message-id <[email protected]> and subject line Bug#960377: Removed package(s) from unstable has caused the Debian Bug report #760704, regarding make-kpkg does not appear to use -j value to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 760704: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760704 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: kernel-package Version: 13.014 Severity: normal For some reason I have been unable to get make-kpkg to use the -j value passed to it. If I explicitly add a line directly before the do_parallel check setting the value it does use it at that point. Perhaps its somehow getting unset after being passed at the command line originally? -- /usr/share/kernel-package/ruleset/misc/config.mk CONCURRENCY_LEVEL=8 <--- Added it here ifneq ($(strip $(CONCURRENCY_LEVEL)),) do_parallel = -j$(CONCURRENCY_LEVEL) -- Before change: This is kernel package version 13.014. restore_upstream_debianization test ! -f scripts/package/builddeb.kpkg-dist || mv -f scripts/package/builddeb.kpkg-dist scripts/package/builddeb test ! -f scripts/package/Makefile.kpkg-dist || mv -f scripts/package/Makefile.kpkg-dist scripts/package/Makefile /usr/bin/make -j1 EXTRAVERSION=-rc7-43218a1 ARCH=x86_64 \ bzImage After change: This is kernel package version 13.014. restore_upstream_debianization test ! -f scripts/package/builddeb.kpkg-dist || mv -f scripts/package/builddeb.kpkg-dist scripts/package/builddeb test ! -f scripts/package/Makefile.kpkg-dist || mv -f scripts/package/Makefile.kpkg-dist scripts/package/Makefile test ! -f scripts/package/Makefile.kpkg-dist || mv -f scripts/package/Makefile.kpkg-dist scripts/package/Makefile /usr/bin/make -j8 EXTRAVERSION=-rc7-43218a1 ARCH=x86_64 \ bzImage Chris
--- End Message ---
--- Begin Message ---Version: 13.018+nmu2+rm Dear submitter, as the package kernel-package has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/960377 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

