marss icon indicating copy to clipboard operation
marss copied to clipboard

Does not compile due to remove function in dependency of old version of QEMU

Open 4X3L opened this issue 7 years ago • 3 comments

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.

4X3L avatar May 22 '17 22:05 4X3L

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.

fitzfitsahero avatar May 25 '17 01:05 fitzfitsahero

Fedora 25

4X3L avatar May 25 '17 18:05 4X3L

Are there any plans to upgrade qemu?

rhklinux avatar Oct 28 '19 18:10 rhklinux