Summary: | app-text/lowdown-1.1.2 has implicit function declarations in configure logs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | 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
![]() Created attachment 907227 [details]
build.log
build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:8 - arc4random config.log:17 - b64_ntop config.log:24 - b64_ntop Those feel like safe to ignore if there's correct substitutes. Yeah, compats.c contain local implementation for b64_ntop, arc4random is not used anywhere. 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(+) |