Package Details: evdi 1.14.8-1

Git Clone URL: https://aur.archlinux.org/evdi.git (read-only, click to copy)
Package Base: evdi
Description: A Linux® kernel module that enables management of multiple screens.
Upstream URL: https://github.com/DisplayLink/evdi
Keywords: display displaylink dp evdi screens
Licenses: GPL
Submitter: PlusMinus
Maintainer: endorfina
Last Packager: endorfina
Votes: 56
Popularity: 1.25
First Submitted: 2016-09-16 07:44 (UTC)
Last Updated: 2024-12-19 19:13 (UTC)

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 23 Next › Last »

lordchaos commented on 2019-12-02 22:38 (UTC)

Does not seem to build against the 5.4.1-x kernel, not sure what's going on here:

make LDFLAGS= MAKEFLAGS=" --jobserver-auth=3,4" O=/usr/lib/modules/5.4.1-arch1-1/build subdir=tools -C ./tools/ objtool make -f ./scripts/Makefile.modbuiltin obj=usr make -f ./scripts/Makefile.modbuiltin obj=arch/x86 rm -f include/linux/version.h make[2]: Nothing to be done for 'objtool'. make -f ./scripts/Makefile.modbuiltin obj=kernel make -f ./scripts/Makefile.modbuiltin obj=certs scripts/Makefile.build:42: arch/x86/entry/syscalls/Makefile: No such file or directory make[2]: *** No rule to make target 'arch/x86/entry/syscalls/Makefile'. Stop.

Singularity commented on 2019-05-09 16:37 (UTC)

evdi-dkms would better represent the packages name

ghego commented on 2019-05-02 09:42 (UTC)

I'm facing an issue with kernel 5.1, line 45 of evdi_drv has an issue for incompatible pointer type.

vm_fault_t ()(struct vm_fault ) {aka unsinge int ()(struct vm_fault )} from incompatible pointer type 'int ()(struct vm_fault )

Linux headers are installed

mwawrzyniak commented on 2019-03-14 14:35 (UTC)

I have confirmed this package compiles properly on the 5.0 kernel (standard and -ck kernel). Please make sure you have the kernel headers installed. Also, marking a package out of date is only appropriate when the upstream has released a new version. That is not that case with evdi at this point.

rhermes commented on 2019-03-14 07:02 (UTC)

It is building for me @BoredCat. Do you have the kernel headers installed?

darose commented on 2019-03-14 04:16 (UTC)

Works fine over here. Do you have the linux-headers package installed?

BoredCat commented on 2019-03-14 00:14 (UTC)

Fails to build latest kernel.

Your kernel headers for kernel 5.0.0-arch1-1-ARCH cannot be found at /usr/lib/modules/5.0.0-arch1-1-ARCH/build or /usr/lib/modules/5.0.0-arch1-1-ARCH/source.

error: command failed to execute correctly

BoredCat commented on 2019-03-14 00:13 (UTC)

Fails to build latest Kernel

Your kernel headers for kernel 5.0.0-arch1-1-ARCH cannot be found at /usr/lib/modules/5.0.0-arch1-1-ARCH/build or /usr/lib/modules/5.0.0-arch1-1-ARCH/source. error: command failed to execute correctly

mwawrzyniak commented on 2018-12-28 13:37 (UTC)

You can ignore that error, it's always done that. The module still gets built and still works.

I will be doing some higher-level maintenance of the PKGBUILD at some point to get rid of some of these errors.

noraj commented on 2018-12-28 08:48 (UTC)

install of evdi seems correct now https://pastebin.com/qcgxTX1D

BUT in reality the build failed:

Something like:

ERROR: Kernel configuration is invalid.
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.