Devuan logs - #305, boring messages


Message sent to [email protected], [email protected]:


X-Loop: [email protected]
Subject: bug#305: kernel-package: latest post 5.0.0 kernels fail to build
Reply-To: Arthur Marsh <[email protected]>, [email protected]
Resent-From: Arthur Marsh <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected]
Resent-Date: Wed, 13 Mar 2019 10:33:01 UTC
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: report 305
X-Devuan-PR-Package: kernel-package
X-Devuan-PR-Keywords: 
Received: via spool by [email protected] 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: [email protected]
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 <[email protected]>; 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 <[email protected]>)
	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 <[email protected]>
To: Devuan Bug Tracking System <[email protected]>
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 <[email protected]>/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 <[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    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 := [email protected]
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)


Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: Arthur Marsh <[email protected]>
Subject: bug#305: Acknowledgement (kernel-package: latest post 5.0.0 kernels fail to build)
Message-ID: <[email protected]>
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: [email protected]

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):
 [email protected]

If you wish to submit further information on your problem, please send
it to [email protected] (and *not* to
[email protected]).

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)


Message sent to [email protected], [email protected]:


X-Loop: [email protected]
Subject: bug#305: kernel-package: latest post 5.0.0 kernels fail to build
Reply-To: Mark Hindley <[email protected]>, [email protected]
Resent-From: Mark Hindley <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected]
X-Loop: [email protected]
Resent-Date: Wed, 08 Feb 2023 16:32:02 +0000
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: followup 305
X-Devuan-PR-Package: kernel-package
X-Devuan-PR-Keywords: 
References: <155234833360.11446.6375527721557177650.reportbug@localhost> <155234833360.11446.6375527721557177650.reportbug@localhost>
Received: via spool by [email protected] id=B305.167587380323713
          (code B ref 305); Wed, 08 Feb 2023 16:32:02 +0000
Received: (at 305) by bugs.devuan.org; 8 Feb 2023 16:30:03 +0000
Delivered-To: [email protected]
Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 08 Feb 2023 16:30:03 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id WkNAMsjN42MbNwAAmSBk0A
	(envelope-from <[email protected]>)
	for <[email protected]>; Wed, 08 Feb 2023 16:28:56 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id B5165B14; Wed,  8 Feb 2023 16:28:56 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id 617FB84
	for <[email protected]>; Wed,  8 Feb 2023 16:28:56 +0000 (UTC)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1pPnJU-0004kN-EF; Wed, 08 Feb 2023 16:28:52 +0000
Received: (nullmailer pid 15814 invoked by uid 1000);
	Wed, 08 Feb 2023 16:28:52 -0000
Date: Wed, 8 Feb 2023 16:28:52 +0000
From: Mark Hindley <[email protected]>
To: Arthur Marsh <[email protected]>, [email protected]
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <155234833360.11446.6375527721557177650.reportbug@localhost>

Control: tags -1 moreinfo

Arthur,

Is this still an issue?

Thanks

Mark

Message received at [email protected]:


Received: (at 305) by bugs.devuan.org; 8 Feb 2023 16:30:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 08 Feb 2023 16:30:03 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id WkNAMsjN42MbNwAAmSBk0A
	(envelope-from <[email protected]>)
	for <[email protected]>; Wed, 08 Feb 2023 16:28:56 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id B5165B14; Wed,  8 Feb 2023 16:28:56 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id 617FB84
	for <[email protected]>; Wed,  8 Feb 2023 16:28:56 +0000 (UTC)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1pPnJU-0004kN-EF; Wed, 08 Feb 2023 16:28:52 +0000
Received: (nullmailer pid 15814 invoked by uid 1000);
	Wed, 08 Feb 2023 16:28:52 -0000
Date: Wed, 8 Feb 2023 16:28:52 +0000
From: Mark Hindley <[email protected]>
To: Arthur Marsh <[email protected]>, [email protected]
Subject: Re: bug#305: kernel-package: latest post 5.0.0 kernels fail to build
Message-ID: <[email protected]>
References: <155234833360.11446.6375527721557177650.reportbug@localhost>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <155234833360.11446.6375527721557177650.reportbug@localhost>
X-Debbugs-No-Ack: No Thanks

Control: tags -1 moreinfo

Arthur,

Is this still an issue?

Thanks

Mark

Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: [email protected]
From: "Devuan bug Tracking System" <[email protected]>
To: Mark Hindley <[email protected]>
Subject: bug#305: marked as done (kernel-package: latest post 5.0.0
 kernels fail to build)
Message-ID: <[email protected]>
References: <[email protected]>
 <155234833360.11446.6375527721557177650.reportbug@localhost>
X-Devuan-PR-Message: closed 305
X-Devuan-PR-Package: kernel-package
X-Devuan-PR-Keywords: moreinfo
Reply-To: [email protected]
Date: Thu, 09 Feb 2023 09:28:02 +0000
Content-Type: multipart/mixed; boundary="----------=_1675934882-1033-0"

This is a multi-part message in MIME format...

------------=_1675934882-1033-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

Your message dated Thu, 9 Feb 2023 09:26:50 +0000
with message-id <[email protected]>
and subject line Re: bug#305: kernel-package: latest post 5.0.0 kernels fai=
l to build
has caused the Devuan bug report #305,
regarding kernel-package: latest post 5.0.0 kernels fail to build
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.)


--=20
305: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D305
Devuan Bug Tracking System
Contact [email protected] with problems

------------=_1675934882-1033-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.devuan.org; 12 Mar 2019 06:26:25 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
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 <[email protected]>; 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 <[email protected]>)
	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 <[email protected]>
To: Devuan Bug Tracking System <[email protected]>
Subject: kernel-package: latest post 5.0.0 kernels fail to build
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 <[email protected]>/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 <[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    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 := [email protected]
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)

------------=_1675934882-1033-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 305-done) by bugs.devuan.org; 9 Feb 2023 09:27:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Thu, 09 Feb 2023 09:27:03 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id XpK+JWO85GOzWwAAmSBk0A
	(envelope-from <[email protected]>)
	for <[email protected]>; Thu, 09 Feb 2023 09:26:59 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 80896AFF; Thu,  9 Feb 2023 09:26:59 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id 7998825
	for <[email protected]>; Thu,  9 Feb 2023 09:26:54 +0000 (UTC)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1pQ3Cd-0002GO-B4; Thu, 09 Feb 2023 09:26:51 +0000
Received: (nullmailer pid 27763 invoked by uid 1000);
	Thu, 09 Feb 2023 09:26:50 -0000
Date: Thu, 9 Feb 2023 09:26:50 +0000
From: Mark Hindley <[email protected]>
To: Arthur Marsh <[email protected]>
Cc: [email protected]
Subject: Re: bug#305: kernel-package: latest post 5.0.0 kernels fail to build
Message-ID: <[email protected]>
References: <[email protected]>
 <01087d0a4376d1dad99e09ccfcc36fc0f58c3c88@webmail.internode.on.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <01087d0a4376d1dad99e09ccfcc36fc0f58c3c88@webmail.internode.on.net>

On Thu, Feb 09, 2023 at 03:18:29PM +1030, Arthur Marsh wrote:
>    Hi Mark, package kernel-package is only now in stretch-backports on
>    Debian.

Thanks, I hadn't spotted that. I will close this since it is obsolete.

Thanks

Mark
------------=_1675934882-1033-0--

Message sent:


MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: [email protected]
From: "Devuan bug Tracking System" <[email protected]>
To: Arthur Marsh <[email protected]>
Subject: bug#305 closed by Mark Hindley <[email protected]> (Re:
 bug#305: kernel-package: latest post 5.0.0 kernels fail to build)
Message-ID: <[email protected]>
References: <[email protected]>
 <155234833360.11446.6375527721557177650.reportbug@localhost>
X-Devuan-PR-Message: they-closed 305
X-Devuan-PR-Package: kernel-package
X-Devuan-PR-Keywords: moreinfo
Reply-To: [email protected]
Date: Thu, 09 Feb 2023 09:28:05 +0000
Content-Type: multipart/mixed; boundary="----------=_1675934885-1033-1"

This is a multi-part message in MIME format...

------------=_1675934885-1033-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"

This is an automatic notification regarding your bug report
which was filed against the kernel-package package:

#305: kernel-package: latest post 5.0.0 kernels fail to build

It has been closed by Mark Hindley <[email protected]>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Mark Hindley <mark@hin=
dley.org.uk> by
replying to this email.


--=20
305: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D305
Devuan Bug Tracking System
Contact [email protected] with problems

------------=_1675934885-1033-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at 305-done) by bugs.devuan.org; 9 Feb 2023 09:27:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Thu, 09 Feb 2023 09:27:03 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id XpK+JWO85GOzWwAAmSBk0A
	(envelope-from <[email protected]>)
	for <[email protected]>; Thu, 09 Feb 2023 09:26:59 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 80896AFF; Thu,  9 Feb 2023 09:26:59 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id 7998825
	for <[email protected]>; Thu,  9 Feb 2023 09:26:54 +0000 (UTC)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1pQ3Cd-0002GO-B4; Thu, 09 Feb 2023 09:26:51 +0000
Received: (nullmailer pid 27763 invoked by uid 1000);
	Thu, 09 Feb 2023 09:26:50 -0000
Date: Thu, 9 Feb 2023 09:26:50 +0000
From: Mark Hindley <[email protected]>
To: Arthur Marsh <[email protected]>
Cc: [email protected]
Subject: Re: bug#305: kernel-package: latest post 5.0.0 kernels fail to build
Message-ID: <[email protected]>
References: <[email protected]>
 <01087d0a4376d1dad99e09ccfcc36fc0f58c3c88@webmail.internode.on.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <01087d0a4376d1dad99e09ccfcc36fc0f58c3c88@webmail.internode.on.net>

On Thu, Feb 09, 2023 at 03:18:29PM +1030, Arthur Marsh wrote:
>    Hi Mark, package kernel-package is only now in stretch-backports on
>    Debian.

Thanks, I hadn't spotted that. I will close this since it is obsolete.

Thanks

Mark
------------=_1675934885-1033-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Received: (at submit) by bugs.devuan.org; 12 Mar 2019 06:26:25 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
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 <[email protected]>; 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 <[email protected]>)
	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 <[email protected]>
To: Devuan Bug Tracking System <[email protected]>
Subject: kernel-package: latest post 5.0.0 kernels fail to build
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 <[email protected]>/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 <[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    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 := [email protected]
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)

------------=_1675934885-1033-1--

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 <[email protected]>.
Last modified: Tue, 3 Dec 2024 00:39:01 UTC