semantic: 0.170 other: 0.164 files: 0.113 device: 0.084 PID: 0.072 network: 0.061 vnc: 0.056 socket: 0.047 graphic: 0.047 permissions: 0.046 performance: 0.041 debug: 0.039 boot: 0.039 KVM: 0.022 files: 0.284 debug: 0.146 other: 0.132 network: 0.077 device: 0.067 PID: 0.060 semantic: 0.052 socket: 0.034 boot: 0.033 performance: 0.031 graphic: 0.027 vnc: 0.020 KVM: 0.019 permissions: 0.018 QEMU does not build with vte v2.91 when I build qemu with vte support and vte-2.91 installed I get the following deprecation warning: error: ‘vte_terminal_set_encoding’ is deprecated [-Werror=deprecated-declarations] vte_terminal_set_encoding(VTE_TERMINAL(vc->vte.terminal), "UTF-8", NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/vte-2.91/vte/vte.h:35 I looked for the commit in vte that deprecated the offending function (a17e714d), which led me to the thread: https://gitlab.gnome.org/GNOME/vte/issues/3 It looks like from this version forward vte forces us to use utf-8, such that this function call becomes unnecessary in QEMU. Cheers, Bastian Hi Bastian, I got past this error by installing libvte-dev instead of libvte-2.91-dev. I'm not sure if it actually works however. Cheers, Berg Hi Berg, thanks for the tip, a fix has also been commited already :) Cheers, Bastian https://git.qemu.org/?p=qemu.git;a=commitdiff;h=6415994ffcc6d22b3f5a