akvcam
akvcam copied to clipboard
akvcam-1.2.2 can't be installed - can' find linux-headers
Hello!
Trying to install akvcam-1.2.2, it's complaining that linux-headers isn't installed:
The following dependencies are missing: linux-headers. Install them and try again
But it is installed (5.15, Gentoo).
Where does akvcam try to find it?
Here is the code for the installer, the kernel headers should be at /lib/modules/$(uname -r)/build
.
That's weird... it is there.
$ cat /lib/modules/$(uname -r)/build/include/generated/uapi/linux/version.h
#define LINUX_VERSION_CODE 331552
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
#define LINUX_VERSION_MAJOR 5
#define LINUX_VERSION_PATCHLEVEL 15
#define LINUX_VERSION_SUBLEVEL 32
I've tested, and its working fine for me and the code is correct, maybe its a bug in QtIFW or something else. Try installing it manually.
Issue not reproducible with 1.2.3, closing.