ssh/libseahorse-ssh.a.p/key.c:239:7: warning: variable '_words_size_' set but not used [-Wunused-but-set-variable] 239 | gint _words_size_; | ^ ssh/libseahorse-ssh.a.p/key.c:241:10: warning: variable '_tmp5_' set but not used [-Wunused-but-set-variable] 241 | gchar** _tmp5_; | ^ ssh/libseahorse-ssh.a.p/key.c:903:2: error: non-void function 'seahorse_ssh_key_parse_co' should return a value [-Wreturn-type] 903 | g_return_if_fail (_data_->_tmp0_); | ^ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd_merged_usr-20231203-121010 ------------------------------------------------------------------- CC=clang CXX=clang++ gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 17.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/17 17.0.6 Python 3.11.7 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.73.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.20.1_p1 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17] 3) Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21] *) Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm [2] openjdk-bin-11 [3] openjdk-bin-17 [4] openjdk-bin-21 php cli (if any): go version go1.21.4 linux/amd64 HEAD of ::gentoo commit bdbb0ee9aec9017bbee4c84ed9d40c802ac545c8 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Dec 8 09:46:56 2023 +0000 2023-12-08 09:46:55 UTC emerge -qpvO app-crypt/seahorse [ebuild N ] app-crypt/seahorse-43.0-r3 USE="zeroconf -ldap"
Created attachment 878299 [details] emerge-info.txt
Created attachment 878300 [details] app-crypt:seahorse-43.0-r3:20231208-095907.log
Created attachment 878301 [details] emerge-history.txt.xz
Created attachment 878302 [details] environment
Created attachment 878303 [details] etc.clang.tar.xz
Created attachment 878304 [details] etc.portage.tar.xz
Created attachment 878305 [details] logs.tar.xz
Created attachment 878306 [details] qlist-info.txt.xz
Created attachment 878307 [details] temp.tar.xz
Created attachment 878308 [details] var.tmp.clang.tar.xz
The patch in https://bugs.gentoo.org/882805 seems to fix this error when applied as a user patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e1df8cd659084771c6027fbdb1255934d1f996 commit c8e1df8cd659084771c6027fbdb1255934d1f996 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-06-03 07:54:06 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-03 07:54:45 +0000 app-crypt/seahorse: fix modern C issues For c99-2.patch, we backport an upstream commit as Fedora did, as it felt like a better idea. Closes: https://bugs.gentoo.org/882805 Closes: https://bugs.gentoo.org/919323 Closes: https://bugs.gentoo.org/919458 Closes: https://bugs.gentoo.org/924997 Signed-off-by: Sam James <sam@gentoo.org> app-crypt/seahorse/files/seahorse-43.0-c99-2.patch | 517 +++++++++++++++++++++ app-crypt/seahorse/files/seahorse-43.0-c99.patch | 21 + app-crypt/seahorse/seahorse-43.0-r4.ebuild | 87 ++++ 3 files changed, 625 insertions(+)