https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sci-misc/boinc-wrapper-26018 has implicit function declarations in configure logs (GCC-14-SYSTEM). Discovered on: amd64 (internal ref: guru_tinderbox) NOTE: (GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler See also: https://bugs.gentoo.org/898488#c4.
Created attachment 882185 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:4981 - _mm_extract_epi32 config.log:4995 - _mm_extract_epi16 config.log:5008 - _mm_extract_epi8 config.log:5021 - _mm_extract_epi64 config.log:5084 - _mm_insert_epi32 config.log:5088 - _mm256_insertf128_si256 config.log:5101 - _mm_insert_epi16 config.log:5114 - _mm_insert_epi8 config.log:5127 - _mm_insert_epi64 config.log:5265 - _mm256_insertf128_ps config.log:5269 - _mm256_castps128_ps256 config.log:5273 - _mm_loadu_ps config.log:5283 - _mm_storeu_ps config.log:5287 - _mm256_castps256_ps128 config.log:5291 - _mm256_extractf128_ps config.log:5296 - _mm256_insertf128_pd config.log:5300 - _mm256_castpd128_pd256 config.log:5304 - _mm_loadu_pd config.log:5314 - _mm_storeu_pd config.log:5318 - _mm256_castpd256_pd128 config.log:5322 - _mm256_extractf128_pd
guru_tinderbox has reproduced this issue with version 26018-r1 - Updating summary.
guru_ci has reproduced this issue with version 26018-r2 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e094406d554b1c8240a662ed0e8afa1f09cd9d1 commit 4e094406d554b1c8240a662ed0e8afa1f09cd9d1 Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> AuthorDate: 2024-10-10 21:02:56 +0000 Commit: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> CommitDate: 2024-10-10 21:02:56 +0000 sci-misc/boinc-wrapper: fix cflags Also don't link C++ stdlib statically and mark implicit decls. Closes: https://bugs.gentoo.org/887995 Closes: https://bugs.gentoo.org/904138 Closes: https://bugs.gentoo.org/922046 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> ...018-r1.ebuild => boinc-wrapper-26018-r3.ebuild} | 36 ++++++++++++++++------ .../files/boinc-wrapper-26018-makefile.patch | 13 ++++++++ 2 files changed, 39 insertions(+), 10 deletions(-)