https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-dns/nsd-4.10.1 has implicit function declarations in configure logs. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Created attachment 898997 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:216 - _mm_popcnt_64
I saw this last night and thought I was going to get a bug for it...
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab85233daba06aabebadda800b5355791a86979f commit ab85233daba06aabebadda800b5355791a86979f Author: Joshua Kinard <kumba@gentoo.org> AuthorDate: 2024-08-04 22:26:59 +0000 Commit: Joshua Kinard <kumba@gentoo.org> CommitDate: 2024-08-04 22:29:31 +0000 net-dns/nsd: Fix an autoconf check in simdzone src Added a patch to fix an autoconf check in the simdzone src configure.ac file for Westmere detection that was calling a non-existent C function and breaking the test. Patch submitted to upstream as NLnetLabs/simdzone PR#224. Closes: https://bugs.gentoo.org/937318 Reported-by: Agostino Sarubbo <ago@gentoo.org> Signed-off-by: Joshua Kinard <kumba@gentoo.org> .../nsd-4.10.1-simdzone-configure_ac-_mm_popcnt_u64.patch | 12 ++++++++++++ net-dns/nsd/{nsd-4.10.1-r1.ebuild => nsd-4.10.1-r2.ebuild} | 1 + 2 files changed, 13 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720b7d2138131bdad9f430138f328b185158c4fd commit 720b7d2138131bdad9f430138f328b185158c4fd Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-11-04 01:19:41 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-11-04 01:29:34 +0000 net-dns/nsd: drop 4.9.1 Bug: https://bugs.gentoo.org/937318 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> net-dns/nsd/Manifest | 1 - .../nsd/files/nsd-4.9.1-systemd-no-pidfile.patch | 16 --- net-dns/nsd/nsd-4.9.1.ebuild | 151 --------------------- 3 files changed, 168 deletions(-)