too long lines were shrinked: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I./src -I./gdbus -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DCONNMAN_PLUGIN_BUILTIN -DSTATEDIR=\""/run/connman"\" -DVPN_STATEDIR=\""/run/connman-vpn"\" x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I./src -I./gdbus -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DCONNMAN_PLUGIN_BUILTIN -DSTATEDIR=\""/run/connman"\" -DPLUGINDIR=\""/usr/lib64/connman/plu x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I./src -I./gdbus -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DCONNMAN_PLUGIN_BUILTIN -DSTATEDIR=\""/run/connman"\" -DVPN_STATEDIR=\""/run/connman-vpn"\" x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I./src -I./gdbus -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DCONNMAN_PLUGIN_BUILTIN -DSTATEDIR=\""/run/connman"\" -DVPN_STATEDIR=\""/run/connman-vpn"\" x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I./src -I./gdbus -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/elogind -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DCONNMAN_PLUGIN_BUILTIN -DSTATEDIR=\""/run/connman"\" -DVPN_STATEDIR=\""/run/connman-vpn"\" client/input.c: In function __connmanctl_input_init: client/input.c:276:17: error: too many arguments to function rl_message 276 | rl_message(""); | ^~~~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_plasma-20241113-211502 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 19.1.3 llvm-config: 19.1.3 Python 3.12.7 go version go1.23.2 linux/amd64 Available Ruby profiles: [1] ruby32 (with Rubygems) * Available Rust versions: [1] rust-bin-1.81.0 [2] rust-bin-1.82.0 [3] rust-1.82.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm HEAD of ::gentoo commit 2696599cc6dbd9f00d13c988da83ece659bb9ee4 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Mon Nov 18 14:33:31 2024 +0000 2024-11-18 14:33:30 UTC emerge -qpvO =net-misc/connman-1.43 [ebuild N ] net-misc/connman-1.43 USE="bluetooth ethernet networkmanager nftables (policykit) wifi -debug -doc -examples -iptables -iwd -l2tp -ofono -openconnect -openvpn -pptp -tools -vpnc -wireguard -wispr"
Created attachment 909325 [details] emerge-info.txt
Created attachment 909326 [details] emerge-history.txt
Created attachment 909327 [details] environment
Created attachment 909328 [details] etc.clang.tar.xz
Created attachment 909329 [details] etc.portage.tar.xz
Created attachment 909330 [details] logs.tar.xz
Created attachment 909331 [details] net-misc:connman-1.43:20241118-152055.log
Created attachment 909332 [details] qlist-info.txt.xz
Created attachment 909333 [details] temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9a8501590c4b1fa99ff64229a50618ec060db1 commit 6b9a8501590c4b1fa99ff64229a50618ec060db1 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-24 22:50:22 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-24 22:50:22 +0000 sys-libs/readline: fix compat in headers with C23 HAVE_STDARG_H isn't defined for readline consumers externally so we always end up using the ancient non-prototypes. Fix that as all compilers we care about since forever in Gentoo will support this path. This in particular shows up with rl_message in consumers. Closes: https://bugs.gentoo.org/943820 Closes: https://bugs.gentoo.org/944059 Closes: https://bugs.gentoo.org/944300 Closes: https://bugs.gentoo.org/944344 Signed-off-by: Sam James <sam@gentoo.org> sys-libs/readline/files/readline-8.2-c23.patch | 20 ++ sys-libs/readline/readline-8.2_p13-r1.ebuild | 269 +++++++++++++++++++++++++ 2 files changed, 289 insertions(+)