Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900527 - app-text/lowdown-1.1.0 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM)
Summary: app-text/lowdown-1.1.0 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: Patrick McLean
URL:
Whiteboard: fixed in 1.0.1
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-09 12:48 UTC by Agostino Sarubbo
Modified: 2024-11-03 21:01 UTC (History)
1 user (show)

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


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

Issue: app-text/lowdown-1.0.0 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:49:00 UTC
Created attachment 856927 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-12 13:25:32 UTC
tinderbox_musl has reproduced this issue with version 1.0.1-r1 - Updating summary.
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-19 15:58:36 UTC
tinderbox_musl has reproduced this issue with version 1.1.0 - Updating summary.
Comment 4 Eli Schwartz gentoo-dev 2024-10-21 04:34:24 UTC
commit 3c569d19e6c3ae8ca757a60e6e23f050df0389d2
Author:     Patrick McLean <chutzpah@gentoo.org>
AuthorDate: Thu Apr 20 18:03:41 2023
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: Thu Apr 20 18:03:41 2023

    app-text/lowdown: add 1.0.1
    
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 app-text/lowdown/Manifest                                       |  1 +
 app-text/lowdown/files/lowdown-1.0.1-linking.patch              | 45 +++++++++++++++++++++++++++++++++++++++++++++
 app-text/lowdown/{lowdown-1.0.0.ebuild => lowdown-1.0.1.ebuild} | 35 +++++++++++++++++++++++++++++------
 3 files changed, 75 insertions(+), 6 deletions(-)
 create mode 100644 app-text/lowdown/files/lowdown-1.0.1-linking.patch
 copy app-text/lowdown/{lowdown-1.0.0.ebuild => lowdown-1.0.1.ebuild} (65%)



+# configure tests for a bunch of BSD functions on Linux
+QA_CONFIG_IMPL_DECL_SKIP=(
+   ........