Devuan bug report logs - #305
kernel-package: latest post 5.0.0 kernels fail to build

Package: kernel-package; Maintainer for kernel-package is (unknown);

Reported by: Arthur Marsh <arthur.marsh@internode.on.net>

Date: Wed, 13 Mar 2019 10:33:01 UTC

Severity: normal

Tags: moreinfo

Done: Mark Hindley <mark@hindley.org.uk>

Full log


🔗 View this message in rfc822 format

MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: Mark Hindley <mark@hindley.org.uk>
Subject: bug#305: marked as done (kernel-package: latest post 5.0.0
 kernels fail to build)
Message-ID: <handler.305.D305.16759348231024.ackdone@bugs.devuan.org>
References: <Y+S8Wv58Lff0z5Dg@hindley.org.uk>
 <155234833360.11446.6375527721557177650.reportbug@localhost>
X-Devuan-PR-Message: closed 305
X-Devuan-PR-Package: kernel-package
X-Devuan-PR-Keywords: moreinfo
Reply-To: 305@bugs.devuan.org
Date: Thu, 09 Feb 2023 09:28:02 +0000
Content-Type: multipart/mixed; boundary="----------=_1675934882-1033-0"
[Message part 1 (text/plain, inline)]
Your message dated Thu, 9 Feb 2023 09:26:50 +0000
with message-id <Y+S8Wv58Lff0z5Dg@hindley.org.uk>
and subject line Re: bug#305: kernel-package: latest post 5.0.0 kernels fail 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 owner@bugs.devuan.org
immediately.)


-- 
305: https://bugs.devuan.org/cgi/bugreport.cgi?bug=305
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arthur Marsh <arthur.marsh@internode.on.net>
To: Devuan Bug Tracking System <submit@bugs.devuan.org>
Subject: kernel-package: latest post 5.0.0 kernels fail to build
Date: Tue, 12 Mar 2019 10:22:13 +1030
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)
[Message part 3 (message/rfc822, inline)]
From: Mark Hindley <mark@hindley.org.uk>
To: Arthur Marsh <arthur.marsh@internode.on.net>
Cc: 305-done@bugs.devuan.org
Subject: Re: bug#305: kernel-package: latest post 5.0.0 kernels fail to build
Date: Thu, 9 Feb 2023 09:26:50 +0000
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

Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Wed May 1 03:29:24 2024;