Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924961 - sys-devel/autogen-5.18.16-r4 has implicit function declarations in configure logs
Summary: sys-devel/autogen-5.18.16-r4 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: fixed in 5.18.16-r3
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-19 08:06 UTC by Agostino Sarubbo
Modified: 2024-11-04 00:46 UTC (History)
0 users

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


Attachments
build.log (build.log,212.70 KB, text/plain)
2024-02-19 08:06 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-02-19 08:06:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-devel/autogen-5.18.16-r3 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-19 08:06:04 UTC
Created attachment 885395 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-19 08:06:06 UTC
Found the following implicit function declarations in configure logs:

config.log:5943 - pathfind
Comment 3 Agostino Sarubbo gentoo-dev 2024-04-15 07:27:48 UTC
ci has reproduced this issue with version 5.18.16-r4 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-05-22 01:06:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104d2e0b10d4e336a6cc7c466a42aa04cded2af4

commit 104d2e0b10d4e336a6cc7c466a42aa04cded2af4
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-21 22:54:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-22 01:06:18 +0000

    sys-devel/autogen: add whitelist for false positive configure implicit decls
    
    These might exist on Solaris but anywhere they error out it's a false
    positive.
    
    Closes: https://bugs.gentoo.org/924961
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-devel/autogen/autogen-5.18.16-r3.ebuild | 6 ++++++
 sys-devel/autogen/autogen-5.18.16-r4.ebuild | 6 ++++++
 2 files changed, 12 insertions(+)