Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907682 - media-video/bino-1.6.8 fails to compile (MUSL-SYSTEM): media_object.cpp:348:5: error: av_register_all was not declared in this scope
Summary: media-video/bino-1.6.8 fails to compile (MUSL-SYSTEM): media_object.cpp:348:5...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-02 06:02 UTC by Agostino Sarubbo
Modified: 2023-06-03 07:13 UTC (History)
0 users

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


Attachments
build.log (build.log,121.15 KB, text/plain)
2023-06-02 06:02 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-06-02 06:02:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-video/bino-1.6.8 fails to compile (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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-02 06:02:15 UTC
Created attachment 863027 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-02 06:02:15 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


configure: WARNING: Package 'glewmx', required by 'virtual:world', not found
media_object.cpp:348:5: error: 'av_register_all' was not declared in this scope; did you mean 'avdevice_register_all'?
Comment 3 Larry the Git Cow gentoo-dev 2023-06-03 02:06:32 UTC
The bug has been referenced in the following commit(s):

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

commit b74599d45c359fcf495b3b580fd0d948e1eb4f39
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-06-03 02:06:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-06-03 02:06:18 +0000

    media-video/bino: depend on <ffmpeg-5 for old
    
    >=bino-2 depends on Qt 6 w/o ffmpeg.
    
    Bug: https://bugs.gentoo.org/907682
    Bug: https://bugs.gentoo.org/834400
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/bino/bino-1.6.7.ebuild | 5 +++--
 media-video/bino/bino-1.6.8.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)