Your message dated Sun, 04 May 2014 18:03:47 +0000 with message-id <[email protected]> and subject line Bug#746950: fixed in kernel-package 13.002 has caused the Debian Bug report #746950, regarding kernel-package: make-kpkg fails with make 4.0 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.) -- 746950: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746950 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: kernel-package Version: 13.000 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I have a script /usr/src/i386.sh used to cross-compile for i386 from amd64: CONCURRENCY_LEVEL=6 DEB_HOST_ARCH=i386 \ MAKEFLAGS="CC=gcc-4.9 LD=ld.gold" make-kpkg \ --initrd --config menuconfig --arch i386 \ --cross-compile - linux-image and ran it: time ionice -c3 ../i386.sh exec make kpkg_version= -f /usr/share/kernel-package/ruleset/minimal.mk debian KPKG_ARCH=i386 CONFIG_TARGET=menuconfig CROSS_COMPILE=- INITRD=YES /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected ====== making target debian/stamp/conf/minimal_debian [new prereqs: ]====== This is kernel package version . 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 cp: cannot stat ‘/usr/share/kernel-package/ChangeLog’: No such file or directory 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/../g' \ -e 's/=D/3.15.0-rc3+-10.00.Custom/g' -e 's/=A/i386/g' \ -e 's/=SA//g' \ -e 's/=I//g' \ -e 's/=CV/./g' \ -e 's/=M/Arthur Marsh <[email protected]>/g' \ -e 's/=ST/linux/g' -e 's/=B/i386/g' \ /usr/share/kernel-package/Control > debian/control test -f debian/changelog || sed -e 's/=V/../g' \ -e 's/=D/3.15.0-rc3+-10.00.Custom/g' -e 's/=A/i386/g' \ -e 's/=ST/linux/g' -e 's/=B/i386/g' \ -e 's/=M/Arthur Marsh <[email protected]>/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/src/linux' /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -ge: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected ====== making target debian/stamp/conf/kernel-conf [new prereqs: ]====== make CROSS_COMPILE='' ARCH=i386 \ menuconfig; make[2]: Entering directory '/usr/src/linux' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/lxdialog/checklist.o HOSTCC scripts/kconfig/lxdialog/inputbox.o HOSTCC scripts/kconfig/lxdialog/menubox.o HOSTCC scripts/kconfig/lxdialog/textbox.o HOSTCC scripts/kconfig/lxdialog/util.o HOSTCC scripts/kconfig/lxdialog/yesno.o HOSTCC scripts/kconfig/mconf.o HOSTCC scripts/kconfig/zconf.tab.o In file included from scripts/kconfig/zconf.tab.c:2537:0: scripts/kconfig/menu.c: In function ‘get_symbol_str’: scripts/kconfig/menu.c:590:18: warning: ‘jump’ may be used uninitialized in this function [-Wmaybe-uninitialized] jump->offset = strlen(r->s); ^ scripts/kconfig/menu.c:551:19: note: ‘jump’ was declared here struct jump_key *jump; ^ HOSTLD scripts/kconfig/mconf scripts/kconfig/mconf Kconfig configuration written to .config *** End of the configuration. *** Execute 'make' to start the build or try 'make help'. make[2]: Leaving directory '/usr/src/linux' make CROSS_COMPILE='' \ ARCH=i386 -j6 dep make[2]: Entering directory '/usr/src/linux' HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig *** Warning: make dep is unnecessary now. make[2]: Leaving directory '/usr/src/linux' make CROSS_COMPILE='' ARCH=i386 clean make[2]: Entering directory '/usr/src/linux' CLEAN . CLEAN arch/x86/kernel/cpu CLEAN arch/x86/kernel CLEAN arch/x86/realmode/rm CLEAN arch/x86/vdso CLEAN arch/x86/lib CLEAN drivers/gpu/drm/radeon CLEAN drivers/net/wan CLEAN drivers/scsi/aic7xxx CLEAN drivers/tty/vt CLEAN firmware CLEAN kernel CLEAN lib/raid6 CLEAN lib CLEAN security/apparmor CLEAN security/selinux CLEAN usr CLEAN arch/x86/boot/compressed CLEAN arch/x86/boot CLEAN arch/x86/tools CLEAN .tmp_versions make[2]: Leaving directory '/usr/src/linux' echo done > debian/stamp/conf/kernel-conf make[1]: Leaving directory '/usr/src/linux' make -f debian/rules debian/stamp/conf/full-changelog make[1]: Entering directory '/usr/src/linux' /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -ge: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected ====== 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 cp: cannot stat ‘/usr/share/kernel-package/ChangeLog’: No such file or directory 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/3.15.0-rc3+/g' \ -e 's/=D/3.15.0-rc3+-10.00.Custom/g' -e 's/=A/i386/g' \ -e 's/=SA//g' \ -e 's/=I//g' \ -e 's/=CV/./g' \ -e 's/=M/Arthur Marsh <[email protected]>/g' \ -e 's/=ST/linux/g' -e 's/=B/i386/g' \ /usr/share/kernel-package/Control > debian/control sed -e 's/=V/3.15.0-rc3+/g' -e 's/=D/3.15.0-rc3+-10.00.Custom/g' \ -e 's/=A/i386/g' -e 's/=M/Arthur Marsh <[email protected]>/g' \ -e 's/=ST/linux/g' -e 's/=B/i386/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/src/linux' /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -ge: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected make[2]: 'debian/stamp/conf/kernel-conf' is up to date. make[2]: Leaving directory '/usr/src/linux' make[1]: Leaving directory '/usr/src/linux' echo done > debian/stamp/conf/minimal_debian exec debian/rules KPKG_ARCH=i386 CONFIG_TARGET=menuconfig CROSS_COMPILE=- INITRD=YES linux-image /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -gt: unary operator expected /bin/sh: line 0: [: -ge: unary operator expected /bin/sh: line 0: [: -lt: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected /bin/sh: line 0: [: -eq: unary operator expected ====== making target debian/stamp/conf/vars [new prereqs: ]====== debian/ruleset/kernel_version.mk:73: *** missing separator. Stop. debian/ruleset/targets/common.mk:148: recipe for target 'debian/stamp/conf/vars' failed make: *** [debian/stamp/conf/vars] Error 2 * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.15.0-rc3+ (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages kernel-package depends on: ii bc 1.06.95-8 ii binutils 2.24.51.20140425-1 ii build-essential 11.6 ii debianutils 4.4 ii file 1:5.18-1 ii gettext 0.18.3.2-1 ii kmod 16-2 ii make 4.0-4 ii po-debconf 1.0.16+nmu2 ii util-linux 2.20.1-5.7 Versions of packages kernel-package recommends: ii cpio 2.11+dfsg-2 Versions of packages kernel-package suggests: pn btrfs-tools <none> ii bzip2 1.0.6-5 pn docbook-utils <none> ii e2fsprogs 1.42.9-3 pn grub | grub2 <none> ii initramfs-tools [linux-initramfs-tool] 0.115 pn jfsutils <none> ii libncurses5-dev [libncurses-dev] 5.9+20140118-1 pn linux-source <none> pn mcelog <none> pn oprofile <none> pn pcmciautils <none> ii ppp 2.4.6-2 ii procps 1:3.3.9-4 pn quota <none> pn reiserfsprogs <none> pn squashfs-tools <none> ii udev 204-10 pn xfsprogs <none> pn xmlto <none> -- Configuration Files: /etc/kernel-pkg.conf changed: maintainer := Arthur Marsh email := [email protected] priority := Low -- no debconf information
--- End Message ---
--- Begin Message ---Source: kernel-package Source-Version: 13.002 We believe that the bug you reported is fixed in the latest version of kernel-package, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Manoj Srivastava <[email protected]> (supplier of updated kernel-package package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 04 May 2014 10:47:53 -0700 Source: kernel-package Binary: kernel-package Architecture: source all Version: 13.002 Distribution: unstable Urgency: high Maintainer: Manoj Srivastava <[email protected]> Changed-By: Manoj Srivastava <[email protected]> Description: kernel-package - utility for building Linux kernel related Debian packages Closes: 664854 746950 Changes: kernel-package (13.002) unstable; urgency=high . * Set the kernel-package version correctly in the new dh build. * The new make is pickier about spacing. Update white spaces to work with the new make. (Closes: #746950). * brought back the armel configuration. This should allow building there again. (Closes: #664854). * Bug fix: "make-kpkg fails with make 4.0", thanks to Arthur Marsh * Bug fix: "kernel-package no longer supports armel architecture", thanks to David Madore Checksums-Sha1: 1e7713a2c28c4964b8d6dba06252c0e03a588571 1393 kernel-package_13.002.dsc 49c5a639f64e3e819319c627a8f082eda680e41f 313672 kernel-package_13.002.tar.xz 0f2b620743a87b12a047807549315394fe5f44b0 376390 kernel-package_13.002_all.deb Checksums-Sha256: a1136a850029482f860bca713764941674a746dffc5ae3ee3eeef2333c6865c4 1393 kernel-package_13.002.dsc 08ba277b882f2d708b8e95c2fa2bb5df21bd300bd0f8130e52a0f8e767ca378f 313672 kernel-package_13.002.tar.xz dcba1233f63f5bf3448a8af2f741c9001450797b716748de8619eb62cf8b192d 376390 kernel-package_13.002_all.deb Files: ed538eab019cd0e6c57a9cb89bb1e8ca 376390 kernel optional kernel-package_13.002_all.deb 3771da78977c892eaae5e217d7e1f603 1393 kernel optional kernel-package_13.002.dsc 6844889f37a62aac85b2c4d9410b133e 313672 kernel optional kernel-package_13.002.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQFtBAEBCgBXBQJTZn3rUBSAAAAAABsALHNyaXZhc3RhQGdvbGRlbi1ncnlwaG9u LmNvbUFCQTcxMDI1QTFCNUE4OEE0RTVGNjhDMjM2QkQ3MjBGNkY1NzY0NzJfNjA0 AAoJEDa9cg9vV2Ry+TUH/RSRK2MFX+C8wLAOXazdMk71yhi2qTPHz3IghdGYARAN mq+p3tWklESiq3mcBdFlzz6CiycAR/Ku0TyTLuw8LX170jsAUQKbk5b7xDuno0Cm soXo9USspcV5vXBjlJgMoP7S6nMIy7paOPe6Grc+Cr7DnutFq2GdCt1mebwFQz7R qSI8eJfrvoRAuAJmY8RVNOR61pdt4/bPwkiPwI+02ZKtmj/YdazgBjOlQmYT7lOo /n7ox/yHomqP4UqRBegFXyR4KBMTohA4o1UTjEeq6GtrYfYsnrxdMsmFo6hOOQ8N b2ZnDVK4sEKIrOc62olGnRUkMxSbWYlEIUCPw1Qos14= =OTMe -----END PGP SIGNATURE-----
--- End Message ---

