summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1794939
blob: 01a8c05bfeb344a81d9b4e8631923357278e7c5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
device: 0.875
files: 0.851
network: 0.841
socket: 0.803
semantic: 0.788
PID: 0.748
performance: 0.725
other: 0.710
vnc: 0.705
permissions: 0.687
boot: 0.646
debug: 0.631
graphic: 0.582
KVM: 0.446

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