summaryrefslogtreecommitdiffstats
path: root/mailinglist/output_launchpad/1925449
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 14:51:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 14:51:13 +0000
commit225caa38269323af1bfc2daadff5ec8bd930747f (patch)
treee0a5fefde9ee100ba6f32fb36de6707490e4164e /mailinglist/output_launchpad/1925449
parent904141bfb8d5385b75eb3b7afec1dcda89af65a7 (diff)
downloademulator-bug-study-225caa38269323af1bfc2daadff5ec8bd930747f.tar.gz
emulator-bug-study-225caa38269323af1bfc2daadff5ec8bd930747f.zip
add mailinglist scraper results
Diffstat (limited to 'mailinglist/output_launchpad/1925449')
-rw-r--r--mailinglist/output_launchpad/192544946
1 files changed, 46 insertions, 0 deletions
diff --git a/mailinglist/output_launchpad/1925449 b/mailinglist/output_launchpad/1925449
new file mode 100644
index 00000000..01ca6e55
--- /dev/null
+++ b/mailinglist/output_launchpad/1925449
@@ -0,0 +1,46 @@
+Failure building with clang-10 and libssh
+
+On Fedora 32, configuring with --enable-libssh and building with clang:
+
+qemu 5.2.94
+
+ Compilation
+ host CPU : x86_64
+ host endianness : little
+ C compiler : clang-10
+ Host C compiler : clang-10
+
+ Dependencies
+ libssh support : YES
+
+triggers:
+
+FAILED: libblock.fa.p/block_ssh.c.o
+block/ssh.c:349:13: error: 'ssh_is_server_known' is deprecated [-Werror,-Wdeprecated-declarations]
+ state = ssh_is_server_known(s->session);
+ ^
+/usr/include/libssh/libssh.h:546:1: note: 'ssh_is_server_known' has been explicitly marked deprecated here
+SSH_DEPRECATED LIBSSH_API int ssh_is_server_known(ssh_session session);
+^
+/usr/include/libssh/libssh.h:84:40: note: expanded from macro 'SSH_DEPRECATED'
+#define SSH_DEPRECATED __attribute__ ((deprecated))
+ ^
+block/ssh.c:444:9: error: 'ssh_get_publickey' is deprecated [-Werror,-Wdeprecated-declarations]
+ r = ssh_get_publickey(s->session, &pubkey);
+ ^
+/usr/include/libssh/libssh.h:543:1: note: 'ssh_get_publickey' has been explicitly marked deprecated here
+SSH_DEPRECATED LIBSSH_API int ssh_get_publickey(ssh_session session, ssh_key *key);
+^
+/usr/include/libssh/libssh.h:84:40: note: expanded from macro 'SSH_DEPRECATED'
+#define SSH_DEPRECATED __attribute__ ((deprecated))
+ ^
+2 errors generated.
+
+
+This is an automated cleanup. This bug report has been moved to QEMU's
+new bug tracker on gitlab.com and thus gets marked as 'invalid' now.
+Please continue with the discussion here:
+
+ https://gitlab.com/qemu-project/qemu/-/issues/234
+
+