Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922026 - [guru] media-sound/loudgain-0.6.8 fails to compile (GCC-14-SYSTEM): scan.c:73:5: error: implicit declaration of function av_register_all [-Wimplicit-function-declaration]
Summary: [guru] media-sound/loudgain-0.6.8 fails to compile (GCC-14-SYSTEM): scan.c:73...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: YOSHIOKA Takuma
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-13 09:42 UTC by Agostino Sarubbo
Modified: 2024-01-13 16:24 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,64.47 KB, text/plain)
2024-01-13 09:42 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-01-13 09:42:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/loudgain-0.6.8 fails to compile (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-13 09:42:56 UTC
Created attachment 882162 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-13 09:42:57 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: CMakeFiles/loudgain.dir/src/scan.c.o 
/var/tmp/portage/media-sound/loudgain-0.6.8/work/loudgain-0.6.8/src/scan.c:73:5: error: implicit declaration of function ‘av_register_all’ [-Wimplicit-function-declaration]
Comment 3 Larry the Git Cow gentoo-dev 2024-01-13 16:24:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e19fc477b916f87a5514e374064f964009e76470

commit e19fc477b916f87a5514e374064f964009e76470
Author:     YOSHIOKA Takuma <lo48576@hard-wi.red>
AuthorDate: 2024-01-13 16:14:41 +0000
Commit:     YOSHIOKA Takuma <lo48576@hard-wi.red>
CommitDate: 2024-01-13 16:14:41 +0000

    media-sound/loudgain: restrict ffmpeg dep to <5
    
    It seems like `av_register_all` is not available in ffmpeg-6, and
    I'm not sure loudgain would work without issues with ffmpeg-6.
    
    Closes: https://bugs.gentoo.org/922026
    Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red>

 .../loudgain/{loudgain-0.6.8.ebuild => loudgain-0.6.8-r1.ebuild}  | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)