Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932822 - dev-debug/valgrind-3.24.0_p1 has implicit function declarations in configure logs
Summary: dev-debug/valgrind-3.24.0_p1 has implicit function declarations in configure ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2024-05-27 06:43 UTC by Agostino Sarubbo
Modified: 2025-02-10 08:56 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,785.83 KB, text/plain)
2024-05-27 06:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-05-27 06:43:16 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-27 06:43:18 UTC
Created attachment 894493 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-27 06:43:20 UTC
Found the following implicit function declarations in configure logs:

config.log:4655 - aio_readv
Comment 3 Agostino Sarubbo gentoo-dev 2024-06-16 12:32:14 UTC
gcc14_tinderbox has reproduced this issue with version 3.23.0_p1 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2024-06-24 07:01:29 UTC
ci has reproduced this issue with version 3.23.0_p2 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2024-07-07 05:03:19 UTC
ci has reproduced this issue with version 3.23.0_p3 - Updating summary.
Comment 6 Agostino Sarubbo gentoo-dev 2024-11-02 18:41:21 UTC
ci has reproduced this issue with version 3.24.0 - Updating summary.
Comment 7 Agostino Sarubbo gentoo-dev 2024-11-27 08:00:22 UTC
ci has reproduced this issue with version 3.24.0_p1 - Updating summary.
Comment 8 NHO 2024-12-29 12:17:46 UTC
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
Comment 9 Agostino Sarubbo gentoo-dev 2025-01-24 15:48:19 UTC
tinderbox-stable has reproduced this issue in a STABLE environment with version 3.23.0_p3
Comment 10 Larry the Git Cow gentoo-dev 2025-02-10 08:56:29 UTC
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(-)