Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900537 - app-text/xdvik-22.87.06-r1 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: app-text/xdvik-22.87.06-r1 has implicit function declarations in configure lo...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: CJK Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-09 12:55 UTC by Agostino Sarubbo
Modified: 2025-01-09 08:26 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,98.93 KB, text/plain)
2023-03-09 12:55 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-03-09 12:55:18 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/xdvik-22.87.06-r1 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-09 12:55:20 UTC
Created attachment 856937 [details]
build.log

build log and emerge --info
Comment 2 NHO 2025-01-08 13:15:25 UTC
memicmp, same implicit declaration on glibc-gcc system.
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/memicmp?view=msvc-170
Should be safe to ignore.
Comment 3 Larry the Git Cow gentoo-dev 2025-01-09 08:26:22 UTC
The bug has been referenced in the following commit(s):

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

commit eec0cbb322075a1570a9f0a69406d944fb694013
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-08 13:21:15 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2025-01-09 08:25:10 +0000

    app-text/xdvik: silence implc-decl QA error
    
    memicmp is windows-mostly function, this is false positive due a
    configure check
    
    [flow: slightly adjust commit message]
    
    Bug: https://bugs.gentoo.org/900537
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40051
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 app-text/xdvik/xdvik-22.87.06-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)