X-Loop: owner@bugs.devuan.org Subject: bug#305: kernel-package: latest post 5.0.0 kernels fail to build Reply-To: Arthur Marsh <arthur.marsh@internode.on.net>, 305@bugs.devuan.org Resent-From: Arthur Marsh <arthur.marsh@internode.on.net> Resent-To: devuan-bugs@lists.dyne.org Resent-CC: owner@bugs.devuan.org Resent-Date: Wed, 13 Mar 2019 10:33:01 UTC Resent-Message-ID: <handler.305.B.15523719859641@bugs.devuan.org> Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: report 305 X-Devuan-PR-Package: kernel-package X-Devuan-PR-Keywords: Received: via spool by submit@bugs.devuan.org id=B.15523719859641 (code B ref -1); Wed, 13 Mar 2019 10:33:01 UTC Received: (at submit) by bugs.devuan.org; 12 Mar 2019 06:26:25 +0000 Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for <debbugs@localhost> (single-drop); Tue, 12 Mar 2019 07:26:25 +0100 (CET) Received: from ipmail03.adl6.internode.on.net (ipmail03.adl6.internode.on.net [150.101.137.143]) by vm6.ganeti.dyne.org (Postfix) with ESMTP id 7A023F60A61 for <submit@bugs.devuan.org>; Tue, 12 Mar 2019 00:52:19 +0100 (CET) Received: from unknown (HELO localhost) ([118.211.7.183]) by ipmail03.adl6.internode.on.net with ESMTP; 12 Mar 2019 10:22:16 +1030 Received: from amarsh04 by localhost with local (Exim 4.92) (envelope-from <arthur.marsh@internode.on.net>) id 1h3UiL-00031F-K9; Tue, 12 Mar 2019 10:22:13 +1030 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Arthur Marsh <arthur.marsh@internode.on.net> To: Devuan Bug Tracking System <submit@bugs.devuan.org> Message-ID: <155234833360.11446.6375527721557177650.reportbug@localhost> X-Mailer: reportbug 7.5.1+devuan1 Date: Tue, 12 Mar 2019 10:22:13 +1030 X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Package: kernel-package Version: 13.018+nmu1 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Did a git pull to get the latest kernel. * What exactly did you do (or not do) that was effective (or ineffective)? git pull;time ../amd64.sh Already up to date. exec make kpkg_version=13.018+nmu1 -f /usr/share/kernel-package/ruleset/minimal.mk debian CONFIG_TARGET=menuconfig 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 13.018+nmu1. 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/5.0.0+-10.00.Custom/g' -e 's/=A/amd64/g' \ -e 's/=SA//g' \ -e 's/=I//g' \ -e 's/=CV/./g' \ -e 's/=M/Arthur Marsh <arthur.marsh@internode.on.net>/g' \ -e 's/=ST/linux/g' -e 's/=B/x86_64/g' \ -e 's/=R/initramfs-tools | linux-initramfs-tool,/g' /usr/share/kernel-package/Control > debian/control test -f debian/changelog || sed -e 's/=V/../g' \ -e 's/=D/5.0.0+-10.00.Custom/g' -e 's/=A/amd64/g' \ -e 's/=ST/linux/g' -e 's/=B/x86_64/g' \ -e 's/=M/Arthur Marsh <arthur.marsh@internode.on.net>/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 ARCH=x86_64 \ menuconfig; make[2]: Entering directory '/usr/src/linux' scripts/kconfig/mconf Kconfig *** End of the configuration. *** Execute 'make' to start the build or try 'make help'. make[2]: Leaving directory '/usr/src/linux' make \ ARCH=x86_64 -j4 dep make[2]: Entering directory '/usr/src/linux' make[3]: *** No rule to make target 'dep'. Stop. make[2]: *** [Makefile:160: sub-make] Error 2 make[2]: Leaving directory '/usr/src/linux' make[1]: *** [debian/ruleset/targets/common.mk:200: debian/stamp/conf/kernel-conf] Error 2 make[1]: Leaving directory '/usr/src/linux' make: *** [/usr/share/kernel-package/ruleset/minimal.mk:106: debian/stamp/conf/minimal_debian] Error 2 Failed to create a ./debian directory: at /usr/bin/make-kpkg line 970. * What was the outcome of this action? Fails to build kernel. * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Distributor ID: Devuan Description: Devuan GNU/Linux beowulf/ceres Release: 10 Codename: n/a Architecture: x86_64 Kernel: Linux 5.0.0+ (SMP w/4 CPU cores; PREEMPT) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) Versions of packages kernel-package depends on: ii bc 1.07.1-2+b1 ii binutils 2.31.1-15 ii build-essential 12.6 ii bzip2 1.0.6-9 ii dpkg-dev 1.19.5 ii file 1:5.35-4 ii gettext 0.19.8.1-9 ii kmod 26-1 ii po-debconf 1.0.21 ii xmlto 0.0.28-2.1 ii xz-utils [lzma] 5.2.4-1 Versions of packages kernel-package recommends: ii cpio 2.12+dfsg-6 ii docbook-utils 0.6.14-3.3 ii kernel-common 13.018+nmu1 pn uboot-mkimage <none> Versions of packages kernel-package suggests: ii libncurses-dev 6.1+20181013-2 pn linux-source <none> -- Configuration Files: /etc/kernel-pkg.conf changed: maintainer := Arthur Marsh email := arthur.marsh@internode.on.net priority := Low -- no debconf information -- debsums errors found: debsums: changed file /usr/share/kernel-package/ruleset/misc/version_vars.mk (from kernel-package package) debsums: changed file /usr/share/kernel-package/ruleset/targets/common.mk (from kernel-package package)
X-Loop: owner@bugs.devuan.org From: owner@bugs.devuan.org (Devuan bug Tracking System) To: Arthur Marsh <arthur.marsh@internode.on.net> Subject: bug#305: Acknowledgement (kernel-package: latest post 5.0.0 kernels fail to build) Message-ID: <handler.305.B.15523719859641.ack@bugs.devuan.org> In-Reply-To: <155234833360.11446.6375527721557177650.reportbug@localhost> References: <155234833360.11446.6375527721557177650.reportbug@localhost> Precedence: bulk X-Devuan-PR-Message: ack 305 X-Devuan-PR-Package: kernel-package X-Devuan-PR-Keywords: Reply-To: 305@bugs.devuan.org Thank you for the problem report you have sent regarding Devuan. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): owner@bugs.devuan.org If you wish to submit further information on your problem, please send it to 305@bugs.devuan.org (and *not* to submit@bugs.devuan.org). Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Your message specified a Severity: in the pseudo-header, but the severity value important was not recognised. The default severity normal is being used instead. The recognised values are: critical, grave, normal, minor, wishlist. Devuan Bugs Owner (administrator, Devuan bugs database)
Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified:
Sun, 22 May 2022 08:39:01 UTC