/var/tmp/portage/dev-scheme/guile-ssh-0.16.4-r100/work/guile-ssh-0.16.4/libguile-ssh/session-func.c:233:3: warning: useless type name in empty declaration 233 | int32_t bool; | ^~~~~~~ /var/tmp/portage/dev-scheme/guile-ssh-0.16.4-r100/work/guile-ssh-0.16.4/libguile-ssh/session-func.c:237:8: error: expected identifier or '(' before '=' token 237 | bool = scm_to_bool (value); | ^ /var/tmp/portage/dev-scheme/guile-ssh-0.16.4-r100/work/guile-ssh-0.16.4/libguile-ssh/session-func.c:238:43: error: expected expression before '_Bool' 238 | return ssh_options_set (session, type, &bool); | ^~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_systemd-20241105-145436 UNMASKED: <sys-devel/gcc-15.0.9999:15 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang version 18.1.8 llvm-config: 19.1.3 Python 3.12.7 [1] php8.3 * Available Ruby profiles: [1] ruby32 (with Rubygems) [2] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.82.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-21 system-vm HEAD of ::gentoo commit d842cad6d9e28c6dd6823fca4d03a8bc374127b3 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Nov 6 11:48:37 2024 +0000 2024-11-06 11:48:36 UTC emerge -qpvO =dev-scheme/guile-ssh-0.16.4-r100 [ebuild N ] dev-scheme/guile-ssh-0.16.4-r100 GUILE_TARGETS="3-0 -2-2"
Created attachment 908015 [details] emerge-info.txt
Created attachment 908016 [details] dev-scheme:guile-ssh-0.16.4-r100:20241106-132518.log
Created attachment 908017 [details] emerge-history.txt
Created attachment 908018 [details] environment
Created attachment 908019 [details] etc.clang.tar.xz
Created attachment 908020 [details] etc.portage.tar.xz
Created attachment 908021 [details] logs.tar.xz
Created attachment 908022 [details] qlist-info.txt
Created attachment 908023 [details] temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2facc542948cfb79193220e7beb9d1c9837df8a commit d2facc542948cfb79193220e7beb9d1c9837df8a Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-19 03:48:42 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-19 03:52:22 +0000 sys-devel/gcc: backport C23 fix to 15.0.0_pre20241117 Backport a -std=gnu23/-std=c23 fix to 15.0.0_pre20241117 which prevented coersion from _Bool to NULL. Note that this is still dodgy code and some are proposing this be banned in a future C version (maybe even C2y), but it shouldn't be rejected in this version at least. I've added Closes tags for all bugs which, at a glance, look related, but I haven't re-tested them all and one or two might need reopening. Bug: https://gcc.gnu.org/PR112556 Closes: https://bugs.gentoo.org/943862 Closes: https://bugs.gentoo.org/943861 Closes: https://bugs.gentoo.org/943843 Closes: https://bugs.gentoo.org/943811 Closes: https://bugs.gentoo.org/943809 Closes: https://bugs.gentoo.org/943753 Closes: https://bugs.gentoo.org/943715 Closes: https://bugs.gentoo.org/943704 Closes: https://bugs.gentoo.org/942958 Signed-off-by: Sam James <sam@gentoo.org> ...llow-bool-and-enum-null-pointer-constants.patch | 244 +++++++++++++++++++++ sys-devel/gcc/gcc-15.0.0_pre20241117-r2.ebuild | 54 +++++ 2 files changed, 298 insertions(+)