Your message dated Mon, 15 Sep 2025 12:15:23 +0200
with message-id <[email protected]>
and subject line Re: dkms: error message that tells that signing will not be
made not outputted
has caused the Debian Bug report #1025785,
regarding dkms: error message that tells that signing will not be made not
outputted
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.)
--
1025785: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025785
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dkms
Version: 3.0.8-3
Severity: normal
When dkms filas to find the sign-file if I add "set -x" in dkms script
I get:
+ echo 'Binary /usr/lib/linux-kbuild-6.0.0-0.deb11/scripts/sign-file not found,
modules won'\''t be signed'
on hte console.
But without set -x I get no message. It makes it hard to know what was wrong.
Console on acpi-cal-dkms install:
"
Preparing to unpack .../acpi-call-dkms_1.1.0-6_all.deb ...
Unpacking acpi-call-dkms (1.1.0-6) ...
Setting up acpi-call-dkms (1.1.0-6) ...
Loading new acpi-call-1.1.0 DKMS files...
Building for 6.0.0-0.deb11.2-amd64
Building initial module for 6.0.0-0.deb11.2-amd64
Done.
acpi_call.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/6.0.0-0.deb11.2-amd64/updates/dkms/
depmod...
"
/var/lib/dkms/acpi-call/kernel-6.0.0-0.deb11.2-amd64-x86_64/log/make.log "
DKMS make.log for acpi-call-1.1.0 for kernel 6.0.0-0.deb11.2-amd64 (x86_64)
Fri Dec 9 02:23:27 CET 2022
make: Entering directory '/usr/src/linux-headers-6.0.0-0.deb11.2-amd64'
CC [M] /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.o
MODPOST /var/lib/dkms/acpi-call/1.1.0/build/Module.symvers
CC [M] /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.mod.o
LD [M] /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.ko
BTF [M] /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.ko
Skipping BTF generation for /var/lib/dkms/acpi-call/1.1.0/build/acpi_call.ko
due to unavailability of vmlinux
make: Leaving directory '/usr/src/linux-headers-6.0.0-0.deb11.2-amd64'
"
Cheers,
Alban
-- System Information:
Debian Release: 11.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable-debug'), (500, 'stable'), (500, 'oldstable'), (90, 'unstable-debug'),
(90, 'testing-debug'), (90, 'unstable'), (90, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.0.0-0.deb11.2-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages dkms depends on:
ii build-essential 12.9
ii clang-11 [c-compiler] 1:11.0.1-2
ii dctrl-tools 2.24-3+b1
ii dh-dkms 3.0.8-3
ii dpkg-dev 1.20.12
ii gcc [c-compiler] 4:10.2.1-1
ii gcc-10 [c-compiler] 10.2.1-6
ii gcc-11 [c-compiler] 11.3.0-5
ii gcc-9 [c-compiler] 9.3.0-22
ii kmod 28-1
ii lsb-release 11.1.0
ii make 4.3-4.1
ii patch 2.7.6-7
Versions of packages dkms recommends:
ii fakeroot 1.25.3-1.1
ii linux-headers-amd64 [linux-headers-generic] 6.0.3-1~bpo11+1
ii sudo 1.9.5p2-3
Versions of packages dkms suggests:
ii e2fsprogs 1.46.2-2
ii menu 2.1.48
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 3.1.7-1
On Fri, 09 Dec 2022 02:26:19 +0100 Alban Browaeys <[email protected]> wrote:
Package: dkms
Version: 3.0.8-3
Setting up acpi-call-dkms (1.1.0-6) ...
Loading new acpi-call-1.1.0 DKMS files...
Building for 6.0.0-0.deb11.2-amd64
Building initial module for 6.0.0-0.deb11.2-amd64
Done.
acpi_call.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/6.0.0-0.deb11.2-amd64/updates/dkms/
depmod...
"
Since 3.1.7 common.postinst no longer discards the output from dkms build:
Setting up acpi-call-dkms (1.2.2-2.1) ...
Loading new acpi-call/1.2.2 DKMS files...
Building for 6.16.5+deb14-amd64
Building initial module acpi-call/1.2.2 for 6.16.5+deb14-amd64
Sign command: /path/to/sign-file
Binary /path/to/sign-file not found, modules won't be signed
Building module(s).... done.
Installing /lib/modules/6.16.5+deb14-amd64/updates/dkms/acpi_call.ko.xz
Running depmod....... done.
--- End Message ---