akvcam icon indicating copy to clipboard operation
akvcam copied to clipboard

akvcam-1.2.2 can't be installed - can' find linux-headers

Open fancywriter opened this issue 2 years ago • 3 comments

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?

fancywriter avatar Apr 28 '22 08:04 fancywriter

Here is the code for the installer, the kernel headers should be at /lib/modules/$(uname -r)/build.

hipersayanX avatar Apr 28 '22 12:04 hipersayanX

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

fancywriter avatar Apr 28 '22 13:04 fancywriter

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.

hipersayanX avatar Apr 28 '22 21:04 hipersayanX

Issue not reproducible with 1.2.3, closing.

hipersayanX avatar Oct 02 '22 17:10 hipersayanX