Your message dated Wed, 27 Aug 2025 23:18:53 +0000
with message-id <[email protected]>
and subject line Bug#1112182: fixed in evdi 1.14.10+dfsg-1
has caused the Debian Bug report #1112182,
regarding evdi-dkms: building fails with linux 6.16.3+deb14-amd64
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.)


-- 
1112182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112182
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: evdi-dkms
Version: 1.14.8+dfsg-1
Severity: normal
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: amd64

Dear Maintainer,

upon doing a dist-upgrade on my sid machine, the kernel 6.16.3+deb14-amd64 was 
pulled in, but dkms failed to build evdi modules for it. I attach the make.log. 
I am not sure whether some of the errors are due to previous updates in gcc, 
making it stricter in considering errors some that before would be only 
warnings, and which are due to changes in abi interfaces in the new kernel. The 
make.log should help you, but of course you should also be easily able to 
reproduce this on any current sid machine.
Thanks in advance, best regards

Giacomo Mulas

Here is the make.log:

DKMS (dkms-3.2.0) make.log for evdi/1.14.8+dfsg for kernel 6.16.3+deb14-amd64 
(x86_64)
mer 27 ago 2025, 10:51:05, CEST

Building module(s)
# command: make -j12 KERNELRELEASE=6.16.3+deb14-amd64 -C 
/lib/modules/6.16.3+deb14-amd64/build M=/var/lib/dkms/evdi/1.14.8+dfsg/build 
DKMS_BUILD=1
make: ingresso nella directory «/usr/src/linux-headers-6.16.3+deb14-amd64»
make[1]: ingresso nella directory «/var/lib/dkms/evdi/1.14.8+dfsg/build»
  CC [M]  evdi_platform_drv.o
  CC [M]  evdi_platform_dev.o
  CC [M]  evdi_sysfs.o
  CC [M]  evdi_modeset.o
  CC [M]  evdi_connector.o
  CC [M]  evdi_encoder.o
  CC [M]  evdi_drm_drv.o
  CC [M]  evdi_fb.o
  CC [M]  evdi_gem.o
  CC [M]  evdi_painter.o
  CC [M]  evdi_params.o
  CC [M]  evdi_cursor.o
evdi_drm_drv.c:150:10: error: ‘struct drm_driver’ has no member named ‘date’
  150 |         .date = DRIVER_DATE,
      |          ^~~~
In file included from evdi_drm_drv.c:32:
evdi_platform_drv.h:28:23: error: initialization of ‘unsigned int’ from ‘char 
*’ makes integer from pointer without a cast [-Wint-conversion]
   28 | #define DRIVER_DATE   "20241216"
      |                       ^~~~~~~~~~
evdi_drm_drv.c:150:17: note: in expansion of macro ‘DRIVER_DATE’
  150 |         .date = DRIVER_DATE,
      |                 ^~~~~~~~~~~
evdi_platform_drv.h:28:23: note: (near initialization for 
‘driver.driver_features’)
   28 | #define DRIVER_DATE   "20241216"
      |                       ^~~~~~~~~~
evdi_drm_drv.c:150:17: note: in expansion of macro ‘DRIVER_DATE’
  150 |         .date = DRIVER_DATE,
      |                 ^~~~~~~~~~~
evdi_platform_drv.h:28:23: error: initializer element is not computable at load 
time
   28 | #define DRIVER_DATE   "20241216"
      |                       ^~~~~~~~~~
evdi_drm_drv.c:150:17: note: in expansion of macro ‘DRIVER_DATE’
  150 |         .date = DRIVER_DATE,
      |                 ^~~~~~~~~~~
evdi_platform_drv.h:28:23: note: (near initialization for 
‘driver.driver_features’)
   28 | #define DRIVER_DATE   "20241216"
      |                       ^~~~~~~~~~
evdi_drm_drv.c:150:17: note: in expansion of macro ‘DRIVER_DATE’
  150 |         .date = DRIVER_DATE,
      |                 ^~~~~~~~~~~
evdi_connector.c:165:23: error: initialization of ‘enum drm_mode_status 
(*)(struct drm_connector *, const struct drm_display_mode *)’ from incompatible 
pointer type ‘enum drm_mode_status (*)(struct drm_connector *, struct 
drm_display_mode *)’ [-Wincompatible-pointer-types]
  165 |         .mode_valid = evdi_mode_valid,
      |                       ^~~~~~~~~~~~~~~
evdi_connector.c:165:23: note: (near initialization for 
‘evdi_connector_helper_funcs.mode_valid’)
make[3]: *** 
[/usr/src/linux-headers-6.16.3+deb14-common/scripts/Makefile.build:292: 
evdi_drm_drv.o] Error 1
make[3]: *** Attesa per i processi non terminati....
make[3]: *** 
[/usr/src/linux-headers-6.16.3+deb14-common/scripts/Makefile.build:292: 
evdi_connector.o] Error 1
evdi_fb.c:459:10: error: ‘struct drm_fb_helper_funcs’ has no member named 
‘fb_probe’
  459 |         .fb_probe = evdifb_create,
      |          ^~~~~~~~
evdi_fb.c:459:21: error: initialization of ‘int (*)(struct drm_fb_helper *, 
struct drm_clip_rect *)’ from incompatible pointer type ‘int (*)(struct 
drm_fb_helper *, struct drm_fb_helper_surface_size *)’ 
[-Wincompatible-pointer-types]
  459 |         .fb_probe = evdifb_create,
      |                     ^~~~~~~~~~~~~
evdi_fb.c:459:21: note: (near initialization for 
‘evdi_fb_helper_funcs.fb_dirty’)
make[3]: *** 
[/usr/src/linux-headers-6.16.3+deb14-common/scripts/Makefile.build:292: 
evdi_fb.o] Error 1
make[2]: *** [/usr/src/linux-headers-6.16.3+deb14-common/Makefile:2027: .] 
Error 2
make[1]: *** [/usr/src/linux-headers-6.16.3+deb14-common/Makefile:260: 
__sub-make] Error 2
make[1]: uscita dalla directory «/var/lib/dkms/evdi/1.14.8+dfsg/build»
make: *** [/usr/src/linux-headers-6.16.3+deb14-common/Makefile:260: __sub-make] 
Error 2
make: uscita dalla directory «/usr/src/linux-headers-6.16.3+deb14-amd64»

# exit code: 2
# elapsed time: 00:00:03
----------------------------------------------------------------


-- System Information:
Debian Release: forky/sid
  APT prefers unstable
  APT policy: (401, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.12.38+deb13-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages evdi-dkms depends on:
ii  dkms  3.2.0-1

Versions of packages evdi-dkms recommends:
ii  libevdi1  1.14.8+dfsg-1

evdi-dkms suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: evdi
Source-Version: 1.14.10+dfsg-1
Done: Harlan Lieberman-Berg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
evdi, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Harlan Lieberman-Berg <[email protected]> (supplier of updated evdi 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 27 Aug 2025 18:42:29 -0400
Source: evdi
Architecture: source
Version: 1.14.10+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Harlan Lieberman-Berg <[email protected]>
Changed-By: Harlan Lieberman-Berg <[email protected]>
Closes: 1112182
Changes:
 evdi (1.14.10+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 1.14.10+dfsg (Closes: #1112182)
   * Bump S-V; no changes needed
Checksums-Sha1:
 a0d49f4cdbbeb31507e68175ef39f5b5a04ad101 2248 evdi_1.14.10+dfsg-1.dsc
 a14657c8860822da0caf6a8f3d419f7c47a2dbc2 60064 evdi_1.14.10+dfsg.orig.tar.xz
 984a325898baa7e58c6c96c8cce7b3f67fa1989b 5684 evdi_1.14.10+dfsg-1.debian.tar.xz
 11ec99916c5aefcc403feb52f30336dcfd65e733 7261 
evdi_1.14.10+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 5935a593b1a1e5008857b2e3eb91506e50727eed238193617dadd2cda26a2b25 2248 
evdi_1.14.10+dfsg-1.dsc
 0b759366de9c876253ae938bbded9fb280edab53210a4c39537de190fa313248 60064 
evdi_1.14.10+dfsg.orig.tar.xz
 e4ce242725f3a52cafe6122fcde58e3e966b4eba3da6a025d0dfeb0054aee881 5684 
evdi_1.14.10+dfsg-1.debian.tar.xz
 2610c0163bb05d8fbd8b3d8a06349a35f3f32ba99c76b8557eaea6648c4aae02 7261 
evdi_1.14.10+dfsg-1_amd64.buildinfo
Files:
 e03070223aceee878e7f75d74a644eb1 2248 misc optional evdi_1.14.10+dfsg-1.dsc
 8f9f178f4c8e458a1978f6547819c60b 60064 misc optional 
evdi_1.14.10+dfsg.orig.tar.xz
 d5428d14ccdb508ce7a6715daa2633dc 5684 misc optional 
evdi_1.14.10+dfsg-1.debian.tar.xz
 21b3e4f23361571a33c0b1fda31652fd 7261 misc optional 
evdi_1.14.10+dfsg-1_amd64.buildinfo

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

iQKqBAEBCgCUFiEEkJuOyk/uboEDRScmmz8iVE6a9FEFAmivjbZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkw
OUI4RUNBNEZFRTZFODEwMzQ1MjcyNjlCM0YyMjU0NEU5QUY0NTEWHGhsaWViZXJt
YW5AZGViaWFuLm9yZwAKCRCbPyJUTpr0UVo6D/9k8vvWlD18YIPV30OVij2rf6vz
5tYk7Okd11rWJV0FBLt2wlDF168vS1UzpEbqE3rGHbCH5H0dV/4J4XIjosH0uoRG
XvfcMkrq5jFZTMyhaYHwVLQxBJ8MtKjaTAhTk8bsHJvc9LSOjgC+HQpHC2GBRKyl
qzPr7KB1q7toEbg1J+HrOPwzMOyjpbX1Z6SWt0Wj31vopuFNuMkJn3l/zUFh6zd5
MSGMzBfqnjYsQgMcycZVuPkaND6ZFwNM+cMesxSYDdVqZWTgc9I7G7nRw4kmY4yF
MZoFb5kgGMhJ5XSzM7E1M+xuXpT9G8yje1dN2/veoU38xeQJsLlix58rwgyVT9ay
K261NxbsQ0hmT2a/Av3v3zXGhej/yl0uP/ZBCCM0A0sGUjx++ZiuI95BeGSvuRrc
Uo5NkkFlPiRzykd4htA02YIFH645WoUPbPdKRyALRRzBvo1SLVTFF2MduL/slkIQ
4j/fLW4hA9zOvoA9JvRkxZY5Z6nxXDqIfbDeayDl8LIigZs3HC+lcRv2b5SduPe+
be1ovczuHhSB4J6i7EM/f2CTjeKJlAGVMaH5OCsb+nWTumb3MAZjQj7cyr3G0POR
P84DPI2kcblp0i9IZdQOuJZO2VdUOF2PL9X5FvfCczy3UyI8RgOFgaqwjF+JhVU1
bj4BvDqAD3SzArIaNQ==
=meJR
-----END PGP SIGNATURE-----

Attachment: pgp8zbRZAofMJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to