https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-libs/fftw-3.3.10 has implicit function declarations in configure logs (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 855252 [details] build.log.xz build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Reproducible with glibc as well.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd20dfdcbc8a3eae3ac88c6e7198af0a0fff7584 commit fd20dfdcbc8a3eae3ac88c6e7198af0a0fff7584 Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: 2024-07-15 03:48:01 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-07-15 08:01:30 +0000 sci-libs/fftw: set QA_CONFIG_IMPL_DECL_SKIP for false positive The autotools check is written to always fail to link. It includes a header which on some systems contains: "UNICOS _rtc() intrinsic." On linux, it fails to link and with gcc 14 fails to compile as well, which is all as expected. Closes: https://bugs.gentoo.org/898442 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> sci-libs/fftw/fftw-3.3.10.ebuild | 6 ++++++ sci-libs/fftw/fftw-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+)