Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 924246

Summary: media-sound/gtick-0.5.5 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: alexander, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/36306
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-02-10 20:38:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/gtick-0.5.5 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-10 20:38:04 UTC
Created attachment 884698 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-10 20:38:06 UTC
Found the following implicit function declarations in configure logs:

config.log:2628 - _exit
Comment 3 Larry the Git Cow gentoo-dev 2024-04-18 07:59:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a3d2a62e51708ba105f47d0a0a34953b8c64f3

commit 48a3d2a62e51708ba105f47d0a0a34953b8c64f3
Author:     Alexander Tsoy <alexander@tsoy.me>
AuthorDate: 2024-04-18 05:15:24 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-04-18 07:59:43 +0000

    media-sound/gtick: Fix various build system issues
    
    * Fix automagic dependency on sndfile
    * Fix broken SIGFPE config test on musl
    * Use external libintl
    * EAPI 8
    
    Closes: https://bugs.gentoo.org/924246
    Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
    Closes: https://github.com/gentoo/gentoo/pull/36306
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 .../gtick/files/gtick-0.5.5-autotools.patch        | 27 ++++++++++++++++++++++
 .../{gtick-0.5.5.ebuild => gtick-0.5.5-r1.ebuild}  | 16 ++++++++-----
 2 files changed, 37 insertions(+), 6 deletions(-)