Your message dated Sat, 24 Apr 2021 23:48:23 +0000
with message-id <e1las0d-0000fl...@fasolo.debian.org>
and subject line Bug#987309: fixed in dahdi-linux 1:2.11.1.0.20170917~dfsg-7.4
has caused the Debian Bug report #987309,
regarding dahdi-dkms: insufficient dkms dependency
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 ow...@bugs.debian.org
immediately.)


-- 
987309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987309
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dahdi-dkms
Version: 2.11.1.0.20170917~dfsg-7.3
Severity: serious
Tags: patch
User: debian...@lists.debian.org
Usertags: piuparts
Control: found -1 2.11.1.0.20170917~dfsg-7

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'buster'.
It installed fine in 'buster', then the upgrade to 'bullseye' fails.

>From the attached log (scroll to the bottom...):

[...]
  Setting up dahdi-dkms (1:2.11.1.0.20170917~dfsg-7.3~deb11anbe1) ...
  Loading new dahdi-2.11.1.0.20170917~dfsg-7.3~deb11anbe1 DKMS files...
  It is likely that 4.19.0-9-amd64 belongs to a chroot's host
  Building for 4.19.0-16-amd64
  Building initial module for 4.19.0-16-amd64
  Error! Bad return status for module build on kernel: 4.19.0-16-amd64 (x86_64)
  Consult 
/var/lib/dkms/dahdi/2.11.1.0.20170917~dfsg-7.3~deb11anbe1/build/make.log for 
more information.
  dpkg: error processing package dahdi-dkms (--configure):
   installed dahdi-dkms package post-installation script subprocess returned 
error exit status 10
  dpkg: dependency problems prevent configuration of dahdi-linux:
   dahdi-linux depends on dahdi-dkms | dahdi-source; however:
    Package dahdi-dkms is not configured yet.
    Package dahdi-source is not installed.
  
  dpkg: error processing package dahdi-linux (--configure):
   dependency problems - leaving unconfigured
  Processing triggers for libc-bin (2.28-10) ...
  Processing triggers for mime-support (3.62) ...
  Errors were encountered while processing:
   dahdi-dkms
   dahdi-linux

In this upgrade path dahdi-dkms was upgraded before dkms.
This is probably related to the compiler used to build the module.
This can be fixed by bumping the dkms dependency s.t. a dkms version
is used that exports the compiler used to build the kernel (and
depended upon by the kernel headers) as CC.

The version is set s.t. it does not block of the current version in sid.
I'll NMU this fix after the current sid version has migrated to testing.


cheers,

Andreas
diff -Nru dahdi-linux-2.11.1.0.20170917~dfsg/debian/changelog 
dahdi-linux-2.11.1.0.20170917~dfsg/debian/changelog
--- dahdi-linux-2.11.1.0.20170917~dfsg/debian/changelog 2021-04-04 
22:42:52.000000000 +0200
+++ dahdi-linux-2.11.1.0.20170917~dfsg/debian/changelog 2021-04-21 
10:54:41.000000000 +0200
@@ -1,3 +1,12 @@
+dahdi-linux (1:2.11.1.0.20170917~dfsg-7.4) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * dahdi-dkms: Bump dkms dependency to (>= 2.8.4-3~) to reliably use the
+    kernel's compiler to compile the module.  (Closes: #-1)
+  * dahdi-dkms: Drop wget dependency. Downloading firmware is disabled.
+
+ -- Andreas Beckmann <a...@debian.org>  Wed, 21 Apr 2021 10:54:41 +0200
+
 dahdi-linux (1:2.11.1.0.20170917~dfsg-7.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru dahdi-linux-2.11.1.0.20170917~dfsg/debian/control 
dahdi-linux-2.11.1.0.20170917~dfsg/debian/control
--- dahdi-linux-2.11.1.0.20170917~dfsg/debian/control   2021-04-02 
22:51:16.000000000 +0200
+++ dahdi-linux-2.11.1.0.20170917~dfsg/debian/control   2021-04-21 
10:54:41.000000000 +0200
@@ -18,7 +18,7 @@
 Multi-Arch: foreign
 Depends: ${misc:Depends}, procps, fxload, dahdi-dkms | dahdi-source
 Description: DAHDI telephony interface - Linux userspace parts
- DAHDI (formly Zaptel) is an interface for telephony devices used by e.g.
+ DAHDI (formerly Zaptel) is an interface for telephony devices used by e.g.
  the Asterisk PBX software. The dahdi-* packages provide the kernel
  DAHDI kernel modules and their required setup environment.
  .
@@ -32,7 +32,7 @@
 Depends: ${misc:Depends}, debhelper (>> 4.0), module-assistant (>= 0.8.1), 
bzip2
 Recommends: dahdi-linux
 Description: DAHDI telephony interface - source code for kernel driver
- DAHDI (formly Zaptel) is an interface for telephony devices used by e.g.
+ DAHDI (formerly Zaptel) is an interface for telephony devices used by e.g.
  the Asterisk PBX software. The dahdi-* packages provide the kernel
  DAHDI kernel modules and their required setup environment, as well as
  basic headers for building DAHDI modules and utilities.
@@ -42,10 +42,10 @@
 Package: dahdi-dkms
 Section: kernel
 Architecture: all
-Depends: ${misc:Depends}, dkms, make, libc6-dev, dpkg-dev, gcc, wget, gawk
+Depends: ${misc:Depends}, dkms, make, libc6-dev, dpkg-dev, gcc, gawk, dkms (>= 
2.8.4-3~)
 Recommends: dahdi-linux
 Description: DAHDI telephony interface (dkms kernel driver)
- DAHDI (formly Zaptel) is an interface for telephony devices used by e.g.
+ DAHDI (formerly Zaptel) is an interface for telephony devices used by e.g.
  the Asterisk PBX software. The dahdi-* packages provide the kernel
  DAHDI kernel modules and their required setup environment.
  .

--- End Message ---
--- Begin Message ---
Source: dahdi-linux
Source-Version: 1:2.11.1.0.20170917~dfsg-7.4
Done: Andreas Beckmann <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dahdi-linux, 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 987...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated dahdi-linux 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 25 Apr 2021 01:31:54 +0200
Source: dahdi-linux
Architecture: source
Version: 1:2.11.1.0.20170917~dfsg-7.4
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 987309
Changes:
 dahdi-linux (1:2.11.1.0.20170917~dfsg-7.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * dahdi-dkms: Bump dkms dependency to (>= 2.8.4-3~) to reliably use the
     kernel's compiler to compile the module.  (Closes: #987309)
   * dahdi-dkms: Drop wget dependency. Downloading firmware is disabled.
Checksums-Sha1:
 4f1fc4cc9e95c99eb9075e524aee0a1233512c3a 2482 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4.dsc
 65ba7e25340ecae743de04b5ff9f4c4e74b76474 94392 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4.debian.tar.xz
 0cdcb4265445992d5163ee97055fda656d6974bd 6412 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4_source.buildinfo
Checksums-Sha256:
 aeb16a0afe07f985b93843ce797c0e2c144e7f84faa65b1ac90974c17c6828b2 2482 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4.dsc
 613473e8b02340592a5d890ebdd8e52ad629aaefcc138fe53270b18ab6f98075 94392 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4.debian.tar.xz
 61fd752c028b2394ad978e11016472233da9f5ee0739c026a26c2cb5913120ce 6412 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4_source.buildinfo
Files:
 d82b213bedf81442426f9ab064187c7c 2482 comm optional 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4.dsc
 9c50587ee2170c8197599c9112933305 94392 comm optional 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4.debian.tar.xz
 090da2effefb062307fe8bd3939c13e7 6412 comm optional 
dahdi-linux_2.11.1.0.20170917~dfsg-7.4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmCEq9wQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCPNrD/oCURi1KM2WuDYu3dzmT+mBOe9CdGPnBqtg
Gyn/GoCOdc3ith/1F02qQ+jHvvCkGBqfghV6MDXPepGC6k8spDyJYdsI0pithiae
3W1xqtd5pRw7sUXMfZxY9TGcCQiYRjawUFzOTvwQtOJV71hYCSWpyiD3C5P5VKcS
tzbfE0DnD6qpEzf/v+6Uw+jbF0cdbu14Y9l6wAKwL1rqsgKP4icjMU1FlDaUcsM5
aYtozUXVUO+pirhmpsVXnJUAi86visgNtMuQOM9cNrDoTYXj9kzeDJIa4a8CvEcL
SOaJLKOisVvvqcmBbNesmiCH7V6hW5J1Asydo3e2Vo7D3Z9geZMf+i+33zs7qYIh
7B/JfmuXiBhiT3+OEUPFcImjxyoU91Jdr2XDCQ9aD4dy8u6Tq9ofxMM0OfPuC0ZX
YMpywk0br6h+1jHbaibE6t5GIz9idG4vTHUDwwy4I6I3T4WReFWqgXolaItsGgBz
jQK8tyh83W1SA1VhDfsWoKefRUxaQPgrDmayJmZVdidZXb1Jufiur77tMfXueyRv
kFdt4mwgVllHSXE2so4JixGkSn9wztA0vCubytf+y0EvYNeMXqdchAdoBBSBue6/
x+9L8gLaisuVvFkG3bka+Eoz3Ju3mEILRsck1or9gt7pO1Cp++IPAyhDYX8bQRLQ
4Z++VvZnaA==
=M4y8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to