Your message dated Sun, 08 Dec 2024 09:06:07 +0000
with message-id <e1tkdet-00clfz...@fasolo.debian.org>
and subject line Bug#1089494: fixed in digimend-dkms 13-2
has caused the Debian Bug report #1089494,
regarding digimend-dkms: module fails to build for Linux 6.12: asm/unaligned.h
moved to linux/unaligned.h
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.)
--
1089494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089494
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: digimend-dkms
Version: 13-1
Severity: serious
Tags: upstream
Control: forwarded -1
https://github.com/DIGImend/digimend-kernel-drivers/issues/706
Since Linux v6.12-rc2 asm/unaligned.h has moved to linux/unaligned.h,
causing the module build to fail.
DKMS make.log for digimend/13 for kernel 6.12.3-amd64 (x86_64)
Sat Dec 7 23:29:12 UTC 2024
make -C /lib/modules/6.12.3-amd64/build M=/var/lib/dkms/digimend/13/build
modules
make[1]: Entering directory '/usr/src/linux-headers-6.12.3-amd64'
CC [M] /var/lib/dkms/digimend/13/build/hid-kye.o
CC [M] /var/lib/dkms/digimend/13/build/hid-uclogic-core.o
CC [M] /var/lib/dkms/digimend/13/build/hid-uclogic-rdesc.o
CC [M] /var/lib/dkms/digimend/13/build/hid-uclogic-params.o
CC [M] /var/lib/dkms/digimend/13/build/hid-polostar.o
CC [M] /var/lib/dkms/digimend/13/build/hid-viewsonic.o
/var/lib/dkms/digimend/13/build/hid-uclogic-rdesc.c:19:10: fatal error:
asm/unaligned.h: No such file or directory
19 | #include <asm/unaligned.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [/usr/src/linux-headers-6.12.3-common/scripts/Makefile.build:234:
/var/lib/dkms/digimend/13/build/hid-uclogic-rdesc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/var/lib/dkms/digimend/13/build/hid-uclogic-params.c:22:10: fatal error:
asm/unaligned.h: No such file or directory
22 | #include <asm/unaligned.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [/usr/src/linux-headers-6.12.3-common/scripts/Makefile.build:234:
/var/lib/dkms/digimend/13/build/hid-uclogic-params.o] Error 1
/var/lib/dkms/digimend/13/build/hid-viewsonic.c:123:25: error: initialization
of 'const __u8 * (*)(struct hid_device *, __u8 *, unsigned int *)' {aka 'const
unsigned char * (*)(struct hid_device *, unsigned char *, unsigned int *)'}
from incompatible pointer type '__u8 * (*)(struct hid_device *, __u8 *,
unsigned int *)' {aka 'unsigned char * (*)(struct hid_device *, unsigned char
*, unsigned int *)'} [-Wincompatible-pointer-types]
123 | .report_fixup = viewsonic_report_fixup,
| ^~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/digimend/13/build/hid-viewsonic.c:123:25: note: (near
initialization for 'viewsonic_driver.report_fixup')
make[3]: *** [/usr/src/linux-headers-6.12.3-common/scripts/Makefile.build:234:
/var/lib/dkms/digimend/13/build/hid-viewsonic.o] Error 1
/var/lib/dkms/digimend/13/build/hid-kye.c:790:25: error: initialization of
'const __u8 * (*)(struct hid_device *, __u8 *, unsigned int *)' {aka 'const
unsigned char * (*)(struct hid_device *, unsigned char *, unsigned int *)'}
from incompatible pointer type '__u8 * (*)(struct hid_device *, __u8 *,
unsigned int *)' {aka 'unsigned char * (*)(struct hid_device *, unsigned char
*, unsigned int *)'} [-Wincompatible-pointer-types]
790 | .report_fixup = kye_report_fixup,
| ^~~~~~~~~~~~~~~~
/var/lib/dkms/digimend/13/build/hid-kye.c:790:25: note: (near initialization
for 'kye_driver.report_fixup')
make[3]: *** [/usr/src/linux-headers-6.12.3-common/scripts/Makefile.build:234:
/var/lib/dkms/digimend/13/build/hid-kye.o] Error 1
/var/lib/dkms/digimend/13/build/hid-uclogic-core.c:577:25: error:
initialization of 'const __u8 * (*)(struct hid_device *, __u8 *, unsigned int
*)' {aka 'const unsigned char * (*)(struct hid_device *, unsigned char *,
unsigned int *)'} from incompatible pointer type '__u8 * (*)(struct hid_device
*, __u8 *, unsigned int *)' {aka 'unsigned char * (*)(struct hid_device *,
unsigned char *, unsigned int *)'} [-Wincompatible-pointer-types]
577 | .report_fixup = uclogic_report_fixup,
| ^~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/digimend/13/build/hid-uclogic-core.c:577:25: note: (near
initialization for 'uclogic_driver.report_fixup')
/var/lib/dkms/digimend/13/build/hid-polostar.c:210:25: error: initialization of
'const __u8 * (*)(struct hid_device *, __u8 *, unsigned int *)' {aka 'const
unsigned char * (*)(struct hid_device *, unsigned char *, unsigned int *)'}
from incompatible pointer type '__u8 * (*)(struct hid_device *, __u8 *,
unsigned int *)' {aka 'unsigned char * (*)(struct hid_device *, unsigned char
*, unsigned int *)'} [-Wincompatible-pointer-types]
210 | .report_fixup = polostar_report_fixup,
| ^~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/digimend/13/build/hid-polostar.c:210:25: note: (near
initialization for 'polostar_driver.report_fixup')
make[3]: *** [/usr/src/linux-headers-6.12.3-common/scripts/Makefile.build:234:
/var/lib/dkms/digimend/13/build/hid-polostar.o] Error 1
make[3]: *** [/usr/src/linux-headers-6.12.3-common/scripts/Makefile.build:234:
/var/lib/dkms/digimend/13/build/hid-uclogic-core.o] Error 1
make[2]: *** [/usr/src/linux-headers-6.12.3-common/Makefile:1961:
/var/lib/dkms/digimend/13/build] Error 2
make[1]: *** [/usr/src/linux-headers-6.12.3-common/Makefile:236: __sub-make]
Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.12.3-amd64'
make: *** [Makefile:26: modules] Error 2
Andreas
--- End Message ---
--- Begin Message ---
Source: digimend-dkms
Source-Version: 13-2
Done: Kentaro Hayashi <ken...@xdump.org>
We believe that the bug you reported is fixed in the latest version of
digimend-dkms, 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 1089...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kentaro Hayashi <ken...@xdump.org> (supplier of updated digimend-dkms 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, 08 Dec 2024 16:47:09 +0900
Source: digimend-dkms
Architecture: source
Version: 13-2
Distribution: unstable
Urgency: medium
Maintainer: Kentaro Hayashi <ken...@xdump.org>
Changed-By: Kentaro Hayashi <ken...@xdump.org>
Closes: 1089494
Changes:
digimend-dkms (13-2) unstable; urgency=medium
.
* d/control
- Bump Standards-Version to 4.7.0. no changes are required.
* debian/patches/support-linux-6.12.patch
- Add patch to support 6.12 (Closes: #1089494)
* debian/patches/skip-without-CONFIG_USB_HID.patch
debian/patches/udev-udevdir.patch
- Update patchset comment
Checksums-Sha1:
5acb400c95ca7ebbaab03e10f989bbb3625b14a7 2162 digimend-dkms_13-2.dsc
e772b6a4c69d200bf38fccc769cc9a1c80b2bd68 5564 digimend-dkms_13-2.debian.tar.xz
77684ff6c100c40537b65ac429e7d31a188928b4 5846
digimend-dkms_13-2_amd64.buildinfo
Checksums-Sha256:
7269c356cfd396537df519aabcfec8fad90fa95d89ed48b6ac579a9754c7b3ee 2162
digimend-dkms_13-2.dsc
b4faee4ab95cca9948a387db2ce3b8626c0784ac661eeaf974f9da28c4a4ce06 5564
digimend-dkms_13-2.debian.tar.xz
fc7e91f0aa372ef9c5bd66caa3b05446f7ab382e66b880559f9665cd55d08b56 5846
digimend-dkms_13-2_amd64.buildinfo
Files:
d129f07c700277b6ad35622a8d9c988a 2162 kernel optional digimend-dkms_13-2.dsc
6405270f22fe404caf21abad34af089a 5564 kernel optional
digimend-dkms_13-2.debian.tar.xz
08f55b2c15c52d0da405d89a127c7127 5846 kernel optional
digimend-dkms_13-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEcZ6y2T2+nE0h+6Bk9/t1xWbtIOMFAmdVXGEACgkQ9/t1xWbt
IOPtrBAAx2WqVs0dgacgoApxFFnHkd+c2nC08hK0Kybm90FBJ2Ma5hnCy3np9hiC
cYB9OW/G2EfRriKYy63Ohr9xHivlm1/Id6dYQon9IFcVNvo19YTFfrkG44pAwstA
FK8h/5GfoE3UGiqn1RpyCdh6VTZ+6d95x48NNJBqVUvKNdRYoBCz61r63ZZwgNbq
yYKiUG5DqCyASv5GGbmcnk+f3iLwK6guNr9EWy5CHVICM97X33CiiAfC23B02lS5
fZELyRBP2IIgPJliq3+FFb4Wg56K2CROvqG4DdTSGN3uFZ4KrOkcXHxsGPYu5j/L
qM1/8fJTUMfpVya9FSH7J+qo4Q7a0d3o8OfpO0Os9MM+Mfv5ouqc/ezDraojb/k0
1C18ef1FMTwjOnPRVYTEt40rDH8JY7Qt/j7vFzYc42LePbC16j4BXgR1NWA+i0eM
jmPtIkhAklNwVJ9S+99vSmsMrT2BeUa7keWWDBmfr6nsbQne7uSZtgTiWwUfInOj
VbhWFcBHVyq8kgbHxhkjh9wuzhMMCwNHmA7hB+YQwAJRGXoYH4AeS8ggLjQnKZj0
qNF0wzxmbW2YsyAftXQs6c2B8jahQq91o8pnTi2dENosmo7bTATcHd9EZjyyfHLw
7QhFhNxMAsIqwuU59yRgptzSILc8Oq2pVR8VV+kTb2nh5V7foP8=
=9VSY
-----END PGP SIGNATURE-----
pgpNrn7RohOta.pgp
Description: PGP signature
--- End Message ---