-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora 31 fails to compile evdi #198
Comments
I also tried the prerelease v5.2.14-3-rc1, here the result looks like this. /var/lib/dkms/evdi/1.6.4/build/evdi_drv.c:11:10: fatal error: drm/drmP.h: No such file or directory |
The fail for the prerelease seems to be handled in #185 |
It would appear that you have created the issue to the wrong repo. The rpms you reference are not maintained by the evdi team. This issue has been solved by the evdi team and current master of displaylink-rpm is able to build against the devel branch of evdi. |
Of course, you are correct. Thanks for the reminder |
Fedora 31:
Linux xxxxx 5.5.17-200.fc31.x86_64 #1 SMP Mon Apr 13 15:29:42 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
evdi/1.6.4
Path to Error:
Install prereqs for building kernel-devel, dkms, bison, flex, ....
sudo dnf install https://github.com/displaylink-rpm/displaylink-rpm/releases/download/v5.2.14-2/fedora-31-displaylink-1.6.4-1.x86_64.rpm
Error Message:
make.log
make -f ./scripts/Makefile.modbuiltin obj=kernel/debug
make -f ./scripts/Makefile.modbuiltin obj=security/selinux
/usr/src/kernels/5.5.17-200.fc31.x86_64/tools/build/Makefile.build:37: /usr/src/kernels/5.5.17-200.fc31.x86_64/tools/build/Build.include: No such file or directory
make[5]: *** No rule to make target '/usr/src/kernels/5.5.17-200.fc31.x86_64/tools/build/Build.include'. Stop.
make[4]: *** [Makefile:43: /usr/src/kernels/5.5.17-200.fc31.x86_64/tools/objtool/fixdep-in.o] Error 2
make[3]: *** [/usr/src/kernels/5.5.17-200.fc31.x86_64/tools/build/Makefile.include:5: fixdep] Error 2
make -f ./scripts/Makefile.modbuiltin obj=block
make[2]: *** [Makefile:67: objtool] Error 2
make[1]: *** [Makefile:1797: tools/objtool] Error 2
The text was updated successfully, but these errors were encountered: