https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-proxy/squidguard-1.6.0-r1 fails to compile (MUSL-CLANG-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Created attachment 854946 [details] build.log build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62dd665656426d5e0e21d55da493db14559c61f commit d62dd665656426d5e0e21d55da493db14559c61f Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-16 14:36:58 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 09:24:00 +0000 net-proxy/squidguard: update EAPI 7 -> 8, fix implicit defines in configure Nothing defined HAVE_STDLIB_H, so configure test failed, so wrong version of BerkleyDB was chosen, so compilation failed. Also included extended patch of stdlib.h in configure from the bug tracker, with all attribution. Closes: https://bugs.gentoo.org/898084 Bug: https://bugs.gentoo.org/932312 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40160 Signed-off-by: Sam James <sam@gentoo.org> .../squidguard/files/squidguard-1.6.0-C23.patch | 37 ++++++++ .../squidguard/files/squidguard-1.6.0-stdlib.patch | 40 +++++++- net-proxy/squidguard/squidguard-1.6.0-r2.ebuild | 104 +++++++++++++++++++++ 3 files changed, 177 insertions(+), 4 deletions(-)