https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-lang/php-8.3.3 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Created attachment 885725 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Found the following implicit function declarations in configure logs: config.log:2785 - iconv_ccs_init config.log:3064 - cstoccsid config.log:7816 - iconv_ccs_init config.log:8080 - cstoccsid
Thanks. For posterity, these are tests for alternate iconv implementations. The functions shouldn't exist because we're not using those iconv implementations.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e22a3e7f0ceb1f050498bde29d3d2885a47c51e commit 5e22a3e7f0ceb1f050498bde29d3d2885a47c51e Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2024-02-22 20:15:24 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2024-02-22 20:18:16 +0000 dev-lang/php: whitelist more implicitly defined functions in ./configure Closes: https://bugs.gentoo.org/925268 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> dev-lang/php/php-8.2.16.ebuild | 8 +++++++- dev-lang/php/php-8.3.3.ebuild | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-)