[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
This bug was fixed in the package west-chamber - 20100405+svn2007.r124-14.3build1~25.04.1 --- west-chamber (20100405+svn2007.r124-14.3build1~25.04.1) plucky; urgency=medium * No-change rebuild for dh_dkms #MODULE_VERSION# fix. (LP: #2102149) -- Massimiliano Pellizzer Wed, 14 May 2025 11:26:39 +0200 ** Changed in: west-chamber (Ubuntu Plucky) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
Tested on Plucky 6.14.0-22-generic $ uname -r 6.14.0-22-generic $ sudo apt install -t plucky-proposed west-chamber-dkms $ sudo dkms status west-chamber/20100405+svn2007.r124, 6.14.0-22-generic, x86_64: installed xtables-addons/3.27, 6.14.0-22-generic, x86_64: installed Tested on Plucky 6.14.0-15-generic to avoid regressions $ uname -r 6.14.0-15-generic $ sudo apt install -t plucky-proposed west-chamber-dkms $ sudo dkms status west-chamber/20100405+svn2007.r124, 6.14.0-15-generic, x86_64: installed xtables-addons/3.27, 6.14.0-15-generic, x86_64: installed ** Tags removed: verification-needed verification-needed-plucky ** Tags added: verification-done-plucky -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
Hello Jacob, or anyone else affected, Accepted west-chamber into plucky-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/west- chamber/20100405+svn2007.r124-14.3build1~25.04.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- plucky to verification-done-plucky. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-plucky. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: west-chamber (Ubuntu Plucky) Status: In Progress => Fix Committed ** Tags added: verification-needed verification-needed-plucky -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
This bug was fixed in the package west-chamber - 20100405+svn2007.r124-14.3build1 --- west-chamber (20100405+svn2007.r124-14.3build1) questing; urgency=medium * No-change rebuild for dh_dkms #MODULE_VERSION# fix. (LP: #2102149) -- Massimiliano Pellizzer Wed, 14 May 2025 11:05:13 +0200 ** Changed in: west-chamber (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
The debdiff in attach allows to rebuild west-chamber and solve the issue for Questing. The new package has been tested on Questing: $ dkms status west-chamber/20100405+svn2007.r124, 6.14.0-15-generic, x86_64: installed xtables-addons/3.27, 6.14.0-15-generic, x86_64: installed ** Description changed: + [ Impact ] + + Multiple DKMS packages are experiencing the following issue when + compiling: + + version fails to install with output: + Error! The directory /var/lib/dkms//#MODULE_VERSION#/source does not appear to have module source located within it. + + This is caused by the different DKMS packages being built incorrectly + due to an outdated dh_dkms helper script where #MODULE_VERSION# in DKMS + config does not get replaced unless the dh_dkms -V option is specified. + Upstream, this is resolved by a change in dh_dkms to always replace + #MODULE_VERSION# in DKMS config: + https://salsa.debian.org/debian/dkms/-/commit/a7e442244cba31800c1fef2f4890179d65531958. + + [ Fix ] + + Rebuild the affected DKMS packages since the fix landed in the archive. + + [ Test Case ] + + In order to the the fix it is possible to simple verify that the dkms + package get installed correctly. + + $ sudo apt install + + [ Possible Regressions ] + + Since the fix just requires a no-changes build, there is no possible regression. + If the fix does not work the DKMS will not compile, therefore it will not change the current situation. + + --- + nat-rtsp-dkms version 0.7+5.3-0.4 fails to install with output: Error! The directory /var/lib/dkms/nat-rtsp/#MODULE_VERSION#/source does not appear to have module source located within it. This is caused by the nat-rtsp-dkms package being built incorrectly due to an outdated dh_dkms helper script where #MODULE_VERSION# in DKMS config does not get replaced unless the dh_dkms -V option is specified. Upstream, this is resolved by a change in dh_dkms to always replace #MODULE_VERSION# in DKMS config: https://salsa.debian.org/debian/dkms/-/commit/a7e442244cba31800c1fef2f4890179d65531958. # sudo apt install nat-rtsp-dkms Installing: nat-rtsp-dkms Summary: Upgrading: 0, Installing: 1, Removing: 0, Not Upgrading: 27 Download size: 0 B / 15.2 kB Space needed: 62.5 kB / 5501 MB available Selecting previously unselected package nat-rtsp-dkms. (Reading database ... 126191 files and directories currently installed.) Preparing to unpack .../nat-rtsp-dkms_0.7+5.3-0.4_all.deb ... Unpacking nat-rtsp-dkms (0.7+5.3-0.4) ... Setting up nat-rtsp-dkms (0.7+5.3-0.4) ... Loading new nat-rtsp-#MODULE_VERSION# DKMS files... Building for 6.14.0-7-generic Building initial module for 6.14.0-7-generic Error! The directory /var/lib/dkms/nat-rtsp/#MODULE_VERSION#/source does not appear to have module source located within it. Build halted. dpkg: error processing package nat-rtsp-dkms (--configure): installed nat-rtsp-dkms package post-installation script subprocess returned error exit status 8 Errors were encountered while processing: nat-rtsp-dkms needrestart is being skipped since dpkg has failed Error: Sub-process /usr/bin/dpkg returned an error code (1) This same exact bug affects also lime-forensics-dkms version 1.9.1-7. ** Patch added: "west-chamber-questing-rebuild.debdiff" https://bugs.launchpad.net/ubuntu/plucky/+source/west-chamber/+bug/2102149/+attachment/5877384/+files/west-chamber-questing-rebuild.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
The debdiff in attach allows to rebuild west-chamber and solve the issue for Plucky. The new package has been tested on Plucky with multiple kernels: $ sudo dkms status west-chamber/20100405+svn2007.r124, 6.14.0-15-generic, x86_64: installed west-chamber/20100405+svn2007.r124, 6.14.0-17-generic, x86_64: installed xtables-addons/3.27, 6.14.0-15-generic, x86_64: installed xtables-addons/3.27, 6.14.0-17-generic, x86_64: installed ** Patch added: "west-chamber-plucky-rebuild.debdiff" https://bugs.launchpad.net/ubuntu/plucky/+source/west-chamber/+bug/2102149/+attachment/5877385/+files/west-chamber-plucky-rebuild.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
** Also affects: west-chamber (Ubuntu) Importance: Undecided Status: New ** Changed in: west-chamber (Ubuntu) Status: New => In Progress ** Changed in: west-chamber (Ubuntu Plucky) Status: New => In Progress ** Changed in: west-chamber (Ubuntu) Assignee: (unassigned) => Massimiliano Pellizzer (mpellizzer) ** Changed in: west-chamber (Ubuntu Plucky) Assignee: (unassigned) => Massimiliano Pellizzer (mpellizzer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
This bug was fixed in the package osmocom-dahdi-linux - 0.0~git20241003.b2ea348-4build1 --- osmocom-dahdi-linux (0.0~git20241003.b2ea348-4build1) plucky; urgency=medium * No-change rebuild for dh_dkms #MODULE_VERSION# fix. (LP: #2102149) -- Agathe Porte Mon, 17 Mar 2025 12:55:27 +0100 ** Changed in: osmocom-dahdi-linux (Ubuntu Plucky) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
This bug was fixed in the package lime-forensics - 1.9.1-7build1 --- lime-forensics (1.9.1-7build1) plucky; urgency=medium * No-change rebuild for dh_dkms #MODULE_VERSION# fix. (LP: #2102149) * Change maintainer to Ubuntu Developers -- Massimiliano Pellizzer Sun, 16 Mar 2025 18:59:26 +0100 ** Changed in: lime-forensics (Ubuntu Plucky) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2102149] Re: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION#
** Summary changed: - Multiple DKMS packages fail to install with DKMS unable to find module source + Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2102149 Title: Multiple DKMS packages fail to install with DKMS unable to find #MODULE_VERSION# To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/2102149/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs