AdnanHodzic / AdnanHodzic/displaylink-debian
Debian 12 installation and kernel upgrade compilation error
- Lingua principale
- Shell
- Stelle
- 1.5k
- Fork
- 241
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Linux 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 GNU/Linux
In the file `/var/lib/dkms/evdi/1.13.1/source/evdi_drm.h` there is an include statement `#include "drm.h"`
In debian 12, this path should be `drm/drm.h`
I was able to trick it with a symlink
```
cd /usr/src/linux-headers-6.1.0-10-common/include/uapi
sudo ln -fs drm/drm.h drm.h
```
I assume this folder could also be added to the `-I` options when compiling
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Start by examining /var/lib/dkms/evdi/1.13.1/source/evdi_drm.h and the Debian 12 kernel-header layout under /usr/src/linux-headers-6.1.0-10-common/include/uapi. Reproduce the kernel-module compilation error without the reported symlink, then verify that the supported header-path change allows compilation to complete.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- debian, linux
- Ambito
- build-system, operating-systems
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100