I'm trying to install darling to Debian 10, but it is failing.
I've got two .deb files from here, the first is just darling, and the second is darling-dkms.
Trying to install the first one, I get the following dependency error:
dpkg: dependency problems prevent configurtion of darling:
darling depends on libc6 (>= 2.32); however:
Version of libc6:amd64 on system is 2.28-10.
darling depends on libc6-i386 (>= 2.32); however:
Version of libc6-i386 on system is 2.28-10
darling depends on darling-dkms; however:
Package darling-dkms is not installed
I tried running sudo apt --fix-broken install, but it didn't fix the issue
The second package is no better: trying to download it, I get a build error:
'make' -C lkm/ MIGDIR=/usr/src/darling-mach=0.1/miggen MIGDIR_REL=../miggen....(bad exit status: 2)
Error! Bad return status for module build on kernel 4.19.0-16-amd64 (x86_64)
Consult /var/lib/dkms/darling-mach/0.1/build/make.log for more information.
I've tried stright away compilling the githup repo, but it was not any better.
I have gcc, clang, make and cmake installed, I'm not sure what is wrong thou. Any help with resolving this issue will be greatly appreciated!
P. s. I am very new to Unix-like systems, so just have that in mind