summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/manual-review/1794939
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/manual-review/1794939')
-rw-r--r--results/classifier/deepseek-2-tmp/output/manual-review/179493918
1 files changed, 0 insertions, 18 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/manual-review/1794939 b/results/classifier/deepseek-2-tmp/output/manual-review/1794939
deleted file mode 100644
index a8b15db6c..000000000
--- a/results/classifier/deepseek-2-tmp/output/manual-review/1794939
+++ /dev/null
@@ -1,18 +0,0 @@
-
-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
\ No newline at end of file