Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906534 - dev-libs/libretls-3.8.1 has implicit function declarations in configure logs (MUSL-SYSTEM)
Summary: dev-libs/libretls-3.8.1 has implicit function declarations in configure logs ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-05-16 08:56 UTC by Agostino Sarubbo
Modified: 2024-11-03 21:22 UTC (History)
0 users

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


Attachments
build.log (build.log,117.87 KB, text/plain)
2023-05-16 08:56 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 2023-05-16 08:56:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/libretls-3.7.0 has implicit function declarations in configure logs (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-16 08:56:27 UTC
Created attachment 861791 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-16 08:56:28 UTC
Found the following implicit function declarations in configure logs:

config.log:1333 - __va_copy
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-23 08:20:10 UTC
tinderbox_musl has reproduced this issue with version 3.8.1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-05-28 01:59:04 UTC
The bug has been closed via the following commit(s):

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

commit ccdca7f74543d18d60bb987a015691a4fc88143a
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-27 03:22:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-28 01:48:43 +0000

    dev-libs/libretls: add whitelist for false positive configure implicit decls
    
    checks for va_copy and __va_copy as a fallback, ignores result of latter
    if former exists. The latter is private and doesn't exist on musl;
    ignore it since it doesn't even matter.
    
    Closes: https://bugs.gentoo.org/906534
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libretls/libretls-3.8.1.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)