DisplayLink / evdi

Extensible Virtual Display Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation fails for 6.3 kernel

opirko-ui opened this issue · comments

Environment:
6.3.0-1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.3.7-1 (2023-06-12) x86_64 GNU/Linux - Debian Trixie
xorg-server 2:21.1.7-1

Issue:
Apt install fails as follows:

sudo apt install evdi-dkms 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  evdi-dkms
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/30.6 kB of archives.
After this operation, 172 kB of additional disk space will be used.
Selecting previously unselected package evdi-dkms.
(Reading database ... 258204 files and directories currently installed.)
Preparing to unpack .../evdi-dkms_1.12.0+dfsg-0.3_all.deb ...
Unpacking evdi-dkms (1.12.0+dfsg-0.3) ...
Setting up evdi-dkms (1.12.0+dfsg-0.3) ...
Loading new evdi-1.12.0+dfsg DKMS files...
Building for 6.3.0-1-amd64
Building initial module for 6.3.0-1-amd64
Error! Bad return status for module build on kernel: 6.3.0-1-amd64 (x86_64)
Consult /var/lib/dkms/evdi/1.12.0+dfsg/build/make.log for more information.
dpkg: error processing package evdi-dkms (--configure):
 installed evdi-dkms package post-installation script subprocess returned error exit status 10
Errors were encountered while processing:
 evdi-dkms

The make log is this:
make.log

This works with the latest master / 1.14. I'll be NMU'ing the package over in Debian; @opirko-ui, should be fixed in trixie in a couple of days.

Alright, thanks @hlieberman 👍

Tried it out today and works now. Thanks again.