Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924495 - net-misc/socat-1.8.0.1 has implicit function declarations in configure logs
Summary: net-misc/socat-1.8.0.1 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: Sam James
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2024-02-14 08:23 UTC by Agostino Sarubbo
Modified: 2024-12-30 14:04 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,85.75 KB, text/plain)
2024-02-14 08:23 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 2024-02-14 08:23:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/socat-1.8.0.0 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-02-14 08:23:13 UTC
Created attachment 884928 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-14 08:23:15 UTC
Found the following implicit function declarations in configure logs:

config.log:1589 - getprotobynumber_r
config.log:1678 - getprotobynumber_r
config.log:1767 - getprotobynumber_r
Comment 3 Agostino Sarubbo gentoo-dev 2024-10-24 12:37:46 UTC
tinderbox_musl has reproduced this issue with version 1.8.0.1 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-12-30 14:04:04 UTC
The bug has been closed via the following commit(s):

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

commit 1ed28d5657a40a219fd6d30d9129046d90d2bfce
Author:     Z. Liu <zhixu.liu@gmail.com>
AuthorDate: 2024-12-30 09:03:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-12-30 14:03:38 +0000

    net-misc/socat: set QA_CONFIG_IMPL_DECL_SKIP
    
    musl doesn't has getprotobynumber_r
    
    Closes: https://bugs.gentoo.org/924495
    Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/39902
    Signed-off-by: Sam James <sam@gentoo.org>

 net-misc/socat/socat-1.7.4.4-r1.ebuild | 4 ++++
 net-misc/socat/socat-1.8.0.0.ebuild    | 4 ++++
 net-misc/socat/socat-1.8.0.1.ebuild    | 4 ++++
 net-misc/socat/socat-1.8.0.2.ebuild    | 4 ++++
 4 files changed, 16 insertions(+)