marss
marss copied to clipboard
Does not compile due to remove function in dependency of old version of QEMU
QEMU depends on the gnutls library, including the functions,
- gnutls_kx_set_priority
- gnutls_certificate_type_set_priority
- gnutls_protocol_set_priority which were all removed in version 3.4.0 of the gnutls library. Hence, Marss no longer compiles.
I haven't done a compile on a fresh install in some time, but I'm fairly sure it doesn't require gnutls.
I can compile fine on Debian Stretch. It would be useful to know what OS you are using.
Fedora 25
Are there any plans to upgrade qemu?