Package: linux-headers-6.14-amd64 Version: 6.14.5-1~exp1 Severity: important X-Debbugs-Cc: da...@otherreality.net
Dear Maintainer, * What led up to the situation? apt install linux-headers-6.14-amd64 * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? Failed to compile the DKMS evdi driver, logs attached. * What outcome did you expect instead? Normal installation -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.13-amd64 (SMP w/14 CPU threads; PREEMPT) Kernel taint flags: TAINT_AUX Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages linux-headers-6.14-amd64 depends on: ii gcc-14-for-host 14.2.0-19 ii linux-headers-6.14-common 6.14.5-1~exp1 ii linux-image-6.14-amd64 6.14.5-1~exp1 ii linux-kbuild-6.14 6.14.5-1~exp1 linux-headers-6.14-amd64 recommends no packages. linux-headers-6.14-amd64 suggests no packages. -- no debconf information
DKMS (dkms-3.1.8) make.log for evdi/1.14.8+dfsg for kernel 6.14-amd64 (x86_64) Tue May 6 09:51:06 PM CEST 2025 Building module(s) # command: make -j14 KERNELRELEASE=6.14-amd64 -C /lib/modules/6.14-amd64/build M=/var/lib/dkms/evdi/1.14.8+dfsg/build DKMS_BUILD=1 make: Entering directory '/usr/src/linux-headers-6.14-amd64' make[1]: Entering 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 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, | ^~~~~~~~~~~ make[3]: *** [/usr/src/linux-headers-6.14-common/scripts/Makefile.build:212: evdi_drm_drv.o] Error 1 make[2]: *** [/usr/src/linux-headers-6.14-common/Makefile:2021: .] Error 2 make[1]: *** [/usr/src/linux-headers-6.14-common/Makefile:263: __sub-make] Error 2 make[1]: Leaving directory '/var/lib/dkms/evdi/1.14.8+dfsg/build' make: *** [/usr/src/linux-headers-6.14-common/Makefile:263: __sub-make] Error 2 make: INTERNAL: Exiting with 1 jobserver tokens available; should be 14! make: Leaving directory '/usr/src/linux-headers-6.14-amd64' # exit code: 2 # elapsed time: 00:00:02 ----------------------------------------------------------------