Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924246 - media-sound/gtick-0.5.5 has implicit function declarations in configure logs
Summary: media-sound/gtick-0.5.5 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 (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 906027
  Show dependency tree
 
Reported: 2024-02-10 20:38 UTC by Agostino Sarubbo
Modified: 2024-04-18 07:59 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,115.69 KB, text/plain)
2024-02-10 20:38 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-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(-)