checking pkg-config is at least version 0.9.0... yes configure: WARNING: Defaulting to the builtin regex library for Unicode build. checking for zlib.h >= 1.1.4... no checking for zlib.h... (cached) no configure: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version !!! Please attach the following file when seeking support: ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j4-20221002-133630 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12.2.0 * clang/llvm (if any): clang version 15.0.1 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin /usr/lib/llvm/15 15.0.1 Python 3.10.7 Available Ruby profiles: [1] ruby30 * Available Rust versions: [1] rust-bin-1.64.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17] 2) Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 system-vm php cli (if any): GNU Make 4.3 HEAD of ::gentoo commit f0563c90e636da833af43e4a5334c6ebddd3cf6a Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Oct 2 22:16:57 2022 +0000 2022-10-02 22:16:57 UTC emerge -qpvO x11-libs/wxGTK [ebuild N ] x11-libs/wxGTK-3.0.5.1 USE="X libnotify opengl sdl tiff -debug -doc -gstreamer (-pch) -webkit" ABI_X86="(64) -32 (-x32)"
Created attachment 816607 [details] emerge-info.txt
Created attachment 816610 [details] emerge-history.txt
Created attachment 816613 [details] environment
Created attachment 816616 [details] etc.portage.tar.bz2
Created attachment 816619 [details] logs.tar.bz2
Created attachment 816622 [details] temp.tar.bz2
Created attachment 816625 [details] x11-libs:wxGTK-3.0.4-r3:20221002-234918.log
Created attachment 842347 [details, diff] configure,configure.in: Include stdlib.h on all conftest using exit() It's because of exit() relying on an implicit function declaration in the configure.in code.
clang-stricter_tinderbox has reproduced this issue with version 3.0.4-r5 - Updating summary.
Fixed in 3.2.1 but we should backport/fix for older anyway. Just need to apply the above fix.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad105d9d002da5a860de683cf6bf4b229091afbd commit ad105d9d002da5a860de683cf6bf4b229091afbd Author: Sam James <sam@gentoo.org> AuthorDate: 2023-06-26 14:02:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-06-26 14:03:11 +0000 x11-libs/wxGTK: fix modern C issue in configure Closes: https://bugs.gentoo.org/874441 Signed-off-by: Sam James <sam@gentoo.org> .../files/wxGTK-3.0.5.1-configure-modern-c.patch | 54 ++++++++++++++++++++++ x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild | 5 +- 2 files changed, 57 insertions(+), 2 deletions(-)
Re-opening since 3.0.4 is a different slot from 3.0.5 (and still unfixed)
*** Bug 920802 has been marked as a duplicate of this bug. ***
patches from 3.0.5-r3 apply cleanly and appear to work. With them configure passes and code compiles with GCC-14
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfcf77c1d125fb4733898621a528bcbee471ae9 commit dbfcf77c1d125fb4733898621a528bcbee471ae9 Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-18 17:57:31 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 09:26:58 +0000 x11-libs/wxGTK: apply patches from 3.0.5.1-r3 to 3.0.4 Fixes configure errors. Closes: https://bugs.gentoo.org/874441 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40194 Signed-off-by: Sam James <sam@gentoo.org> x11-libs/wxGTK/wxGTK-3.0.4-r6.ebuild | 130 +++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+)