Your message dated Fri, 31 Mar 2023 11:02:57 +0200
with message-id <[email protected]>
and subject line Re: Bug#848608: dkms: bogus warning: version 'xxx\nyyy' has
bad syntax: invalid character in version number
has caused the Debian Bug report #848608,
regarding dkms: bogus warning: version 'xxx\nyyy' has bad syntax: invalid
character in version number
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.)
--
848608: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848608
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dkms
Version: 2.3-1
Severity: normal
Hi!
When doing any package installation that involves dkms building new modules,
I get the following message:
dpkg: warning: version '4.8.15+
4.9.0-debug3+' has bad syntax: invalid character in version number
dpkg: warning: version '4.8.15+
4.9.0-debug3+' has bad syntax: invalid character in version number
As you can see, both version numbers are concatenated with a \n in between.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'),
(150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.8.15+ (SMP w/6 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages dkms depends on:
ii build-essential 12.2
ii coreutils 8.26-1
ii dpkg-dev 1.18.16
ii gcc 4:6.2.1-1
ii kmod 23-1
ii make 4.1-9
ii patch 2.7.5-1
Versions of packages dkms recommends:
ii fakeroot 1.21-3
ii linux-headers-4.8.15+ [linux-headers] 4.8.15+-1
ii linux-headers-4.9.0-debug3+ [linux-headers] 4.9.0-debug3+-2
pn sudo <none>
Versions of packages dkms suggests:
pn menu <none>
pn python3-apport <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.6.1-1
On Sun, 19 Feb 2017 14:46:14 +0100 Marc Haber
<[email protected]> wrote:
...
KERNELS=$(ls /lib/modules/ 2>/dev/null || true)
On most Debian systems, this is more than one. Usually, the list
...
In line 202, get_newest_kernel gets called with this variable as
parameter:
NEWEST_KERNEL=$(get_newest_kernel "$KERNELS")
This funktion is defined starting line 112, and the Debian-related
part of the code:
get_newest_kernel() {
...
CURRENT_KERNEL=$1
Clearly expects only one kernel version in $1, the current one. The
This was fixed in upstream release 2.4.0.
Andreas
--- End Message ---