Andrei Belov
Andrei Belov
Was anyone able to build v0.2.1 on Ubuntu 16.04? Solution from @ewenmcneill does not work unfortunately, `libpcap-dev` (`libpcap0.8-dev` actually) on Ubuntu 16.04 does not contain required header (`sys/capability.h`).
@mnalis oh sorry, my bad! `libcap-dev` is the right one there as well. Thank you!
@hlandau v0.2.1 seems to work fine. Hope to expect binaries soon!
Hi @pbitty - thanks for your PR. Indeed, this is a correct place to post any fixes around crossplane, so you're doing it right - no worries at all! Unfortunately,...
@akamoroz long time no see! For the regular unit package repositories, we use language versions provided by the corresponding OS vendor. Is there any platform supported by unit with python...
@SchwingMC any luck in building xpadneo under OSMC? I'm facing exactly the same issue, still trying to figure out how to proceed.
@SchwingMC I have created a makefile to cover all steps required in order to build kernel module in chrooted environment under OSMC (https://gist.github.com/defanator/5535f0acfba6aaaa222a5439da582886), but unfortunately I'm still unable to get...
@kakra my understanding was that the `aarch64-toolchain-osmc` package is providing exactly that suitable build environment (https://discourse.osmc.tv/t/wireguard-fails-to-install-with-november-update/91569/19); I'm actually using it in my Makefile. For the reference, here's `gcc -v` output...
@kakra I do exactly bind mounts: https://gist.github.com/defanator/5535f0acfba6aaaa222a5439da582886#file-makefile-xpadneo-osmc-aarch64-L21 https://gist.github.com/defanator/5535f0acfba6aaaa222a5439da582886#file-makefile-xpadneo-osmc-aarch64-L25 Here's what I see in chroot: ``` root@rpi4-osmc:~/hid-xpadneo# ls -l /usr/src/ total 8 lrwxrwxrwx 1 root root 28 Dec 19 10:40 linux...
FWIW, I copied kernel config from /boot/ to corresponding source directory and tried to run `make modules` our of kernel source tree. The process is still going though, but I'm...