Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908575 - sys-apps/shadow-4.14.4 has implicit function declarations in configure logs (MUSL-SYSTEM)
Summary: sys-apps/shadow-4.14.4 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: Gentoo's Team for Core System packages
URL:
Whiteboard: fixed in 4.13-r3
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-06-16 08:04 UTC by Agostino Sarubbo
Modified: 2024-11-03 21:39 UTC (History)
0 users

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


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

Issue: sys-apps/shadow-4.13-r3 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-06-16 08:04:50 UTC
Created attachment 863901 [details]
build.log

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

config.log:4813 - sgetsgent
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-16 14:51:09 UTC
tinderbox_musl has reproduced this issue with version 4.14.3 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2024-02-12 09:55:44 UTC
tinderbox_musl has reproduced this issue with version 4.14.4 - Updating summary.
Comment 5 Larry the Git Cow gentoo-dev 2024-02-13 18:06:49 UTC
The bug has been closed via the following commit(s):

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

commit 1c0e15fa3d561b62397e695a49ad6e66628636da
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2024-02-13 18:03:05 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-02-13 18:03:05 +0000

    sys-apps/shadow: set QA_CONFIG_IMPL_DECL_SKIP for musl
    
    Closes: https://bugs.gentoo.org/908575
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/shadow/shadow-4.13-r3.ebuild   | 6 +++++-
 sys-apps/shadow/shadow-4.13-r4.ebuild   | 6 +++++-
 sys-apps/shadow/shadow-4.14.0-r3.ebuild | 6 +++++-
 sys-apps/shadow/shadow-4.14.2.ebuild    | 4 ++++
 sys-apps/shadow/shadow-4.14.3.ebuild    | 4 ++++
 sys-apps/shadow/shadow-4.14.4.ebuild    | 4 ++++
 6 files changed, 27 insertions(+), 3 deletions(-)