Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906596 - dev-perl/File-RsyncP-0.760.0-r2 has implicit function declarations in configure logs (MUSL-SYSTEM)
Summary: dev-perl/File-RsyncP-0.760.0-r2 has implicit function declarations in configu...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-05-17 08:11 UTC by Agostino Sarubbo
Modified: 2024-05-13 12:38 UTC (History)
0 users

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


Attachments
build.log (build.log,55.63 KB, text/plain)
2023-05-17 08:11 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-05-17 08:11:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-perl/File-RsyncP-0.760.0-r1 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-05-17 08:11:38 UTC
Created attachment 861831 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-17 08:11:40 UTC
Found the following implicit function declarations in configure logs:

config.log:183 - fork
config.log:186 - _exit
config.log:190 - unlink
config.log:1390 - makedev
config.log:3345 - lstat64
Comment 3 Agostino Sarubbo gentoo-dev 2023-12-24 06:07:54 UTC
gcc14_tinderbox has reproduced this issue with version 0.760.0-r2 - Updating summary.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-09 22:41:34 UTC
This should have been mostly fixed in..

commit 3b9650101eabb2a5c4f2619dc8e94c37e4bbbb30
Author: Sam James <sam@gentoo.org>
Date:   Tue Dec 19 11:09:45 2023 +0000

    dev-perl/File-RsyncP: further modern C fixes

    Signed-off-by: Sam James <sam@gentoo.org>

New log please?
Comment 5 Agostino Sarubbo gentoo-dev 2024-05-13 12:38:42 UTC
(In reply to Sam James from comment #4)
> This should have been mostly fixed in..
> 
> commit 3b9650101eabb2a5c4f2619dc8e94c37e4bbbb30
> Author: Sam James <sam@gentoo.org>
> Date:   Tue Dec 19 11:09:45 2023 +0000
> 
>     dev-perl/File-RsyncP: further modern C fixes
> 
>     Signed-off-by: Sam James <sam@gentoo.org>
> 
> New log please?

I still get it about makedev (build log does not says more):

 * QA Notice: Found the following implicit function declarations in configure logs:
 *   /var/tmp/portage/dev-perl/File-RsyncP-0.760.0-r2/work/File-RsyncP-0.76/FileList/config.log:1150 - makedev
 * Check that no features were accidentally disabled.
 * See https://wiki.gentoo.org/wiki/Modern_C_porting.