diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:24:58 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:27:06 +0000 |
| commit | 33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch) | |
| tree | 406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1925449 | |
| parent | adedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff) | |
| download | emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip | |
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1925449')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1925449 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1925449 b/results/scraper/launchpad-without-comments/1925449 new file mode 100644 index 00000000..2778cdf1 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1925449 @@ -0,0 +1,37 @@ +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. \ No newline at end of file |