Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 942443

Summary: app-text/lowdown-1.1.2 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal CC: jy6x2b32pie9
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40274
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027, 941869    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-10-29 08:33:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/lowdown-1.1.2 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-29 08:33:38 UTC
Created attachment 907227 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-29 08:33:39 UTC
Found the following implicit function declarations in configure logs:

config.log:8 - arc4random
config.log:17 - b64_ntop
config.log:24 - b64_ntop
Comment 3 NHO 2025-01-21 08:58:17 UTC
Those feel like safe to ignore if there's correct substitutes.
Comment 4 NHO 2025-01-23 15:29:41 UTC
Yeah, compats.c contain local implementation for b64_ntop, arc4random is not used anywhere.
Comment 5 Larry the Git Cow gentoo-dev 2025-02-01 09:22:32 UTC
The bug has been closed via the following commit(s):

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

commit 9f5cbbc41af9f796add55e7a0dbc1ea04243c698
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-23 15:31:55 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2025-02-01 09:20:52 +0000

    app-text/lowdown: Add config tests that fail on MUSL to ignore list
    
    Closes: https://bugs.gentoo.org/942443
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 app-text/lowdown/lowdown-1.3.2.ebuild | 2 ++
 app-text/lowdown/lowdown-1.4.0.ebuild | 2 ++
 2 files changed, 4 insertions(+)