https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-debug/valgrind-3.23.0 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 894493 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:4655 - aio_readv
gcc14_tinderbox has reproduced this issue with version 3.23.0_p1 - Updating summary.
ci has reproduced this issue with version 3.23.0_p2 - Updating summary.
ci has reproduced this issue with version 3.23.0_p3 - Updating summary.
ci has reproduced this issue with version 3.24.0 - Updating summary.
ci has reproduced this issue with version 3.24.0_p1 - Updating summary.
This checks for presence of aio_readv() function from FreeBSD False alert or needs configure.ac fixed to be more platform-dependent and not fire on Linux. Not blocking for gcc-14
tinderbox-stable has reproduced this issue in a STABLE environment with version 3.23.0_p3
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6caa05480fe95b856f82213e0b7977451ea2bf commit dc6caa05480fe95b856f82213e0b7977451ea2bf Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-26 12:48:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 08:54:29 +0000 dev-debug/valgrind: add FreeBSD function to false positive configure implicit decls aio_readv() is not a linux function and should be safely ignored. Patch to add vectored async io functions to linux was not accepted back in 2004 Closes: https://bugs.gentoo.org/932822 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40314 Signed-off-by: Sam James <sam@gentoo.org> dev-debug/valgrind/valgrind-3.23.0_p3.ebuild | 4 +++- dev-debug/valgrind/valgrind-3.24.0.ebuild | 4 +++- dev-debug/valgrind/valgrind-3.24.0_p1.ebuild | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-)