Package: evdi-dkms
Version: 1.14.13+dfsg-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: [email protected], [email protected]
User: [email protected]
Usertags: amd64
Dear Maintainer,
* What led up to the situation?
Installing displaylink-driver wich depends on evdi-dkms.
* What exactly did you do (or not do) that was effective (or
ineffective)?
I updated linux-(miage,headers) ver. 7.0.3+deb14-amd64
* What was the outcome of this action?
Display-link package failed to build and not installed.
-- System Information:
Debian Release: forky/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.19.11-x64v3-xanmod1 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to
C.UTF-8), LANGUAGE=C.UTF.8
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.2-1
Versions of packages evdi-dkms recommends:
ii libevdi1 1.14.13+dfsg-1
evdi-dkms suggests no packages.
-- no debconf information
DKMS (dkms-3.2.2) make.log for evdi/1.14.13+dfsg for kernel 7.0.3+deb14-amd64
(x86_64)
Fri May 1 17:15:20 IST 2026
Building module(s)
# command: make -j4 KERNELRELEASE=7.0.3+deb14-amd64 -C
/lib/modules/7.0.3+deb14-amd64/build M=/var/lib/dkms/evdi/1.14.13+dfsg/build
DKMS_BUILD=1
make: Entering directory '/usr/src/linux-headers-7.0.3+deb14-amd64'
make[1]: Entering directory '/var/lib/dkms/evdi/1.14.13+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
evdi_fb.c:216:10: error: ‘const struct fb_ops’ has no member named
‘fb_debug_enter’
216 | .fb_debug_enter = drm_fb_helper_debug_enter,
| ^~~~~~~~~~~~~~
CC [M] evdi_params.o
evdi_fb.c:216:27: error: ‘drm_fb_helper_debug_enter’ undeclared here (not in a
function); did you mean ‘drm_fb_helper_damage_area’?
216 | .fb_debug_enter = drm_fb_helper_debug_enter,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| drm_fb_helper_damage_area
evdi_fb.c:217:10: error: ‘const struct fb_ops’ has no member named
‘fb_debug_leave’
217 | .fb_debug_leave = drm_fb_helper_debug_leave,
| ^~~~~~~~~~~~~~
evdi_fb.c:217:27: error: ‘drm_fb_helper_debug_leave’ undeclared here (not in a
function); did you mean ‘drm_fb_helper_damage_area’?
217 | .fb_debug_leave = drm_fb_helper_debug_leave,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| drm_fb_helper_damage_area
make[3]: ***
[/usr/src/linux-headers-7.0.3+deb14-common/scripts/Makefile.build:294:
evdi_fb.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/usr/src/linux-headers-7.0.3+deb14-common/Makefile:2129: .] Error
2
make[1]: *** [/usr/src/linux-headers-7.0.3+deb14-common/Makefile:260:
__sub-make] Error 2
make[1]: Leaving directory '/var/lib/dkms/evdi/1.14.13+dfsg/build'
make: *** [/usr/src/linux-headers-7.0.3+deb14-common/Makefile:260: __sub-make]
Error 2
make: Leaving directory '/usr/src/linux-headers-7.0.3+deb14-amd64'
# exit code: 2
# elapsed time: 00:00:02
----------------------------------------------------------------