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

Bug 692344

Summary: media-libs/aubio-0.4.9: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘channels’
Product: Gentoo Linux Reporter: Dominique Michel <dominique.c.michel>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED OBSOLETE    
Severity: normal CC: jstein, sam
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=667754
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 711226    
Attachments: build log
environment file
emerge --info '=media-libs/aubio-0.4.9::gentoo'

Description Dominique Michel 2019-08-17 10:31:26 UTC
Created attachment 587150 [details]
build log

../src/io/source_avcodec.c: In function ‘aubio_source_avcodec_readframe’:
../src/io/source_avcodec.c:439:14: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘channels’
   if (avFrame->channels != (sint_t)s->input_channels) {
              ^~
In file included from ../src/io/source_avcodec.c:21:
../src/io/source_avcodec.c:442:16: error: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘channels’
         avFrame->channels, s->input_channels, s->path);
Comment 1 Dominique Michel 2019-08-17 10:32:27 UTC
Created attachment 587152 [details]
environment file
Comment 2 Dominique Michel 2019-08-17 10:38:37 UTC
# emerge -pqv '=media-libs/aubio-0.4.9::gentoo'
[ebuild   R   ] media-libs/aubio-0.4.9  USE="examples ffmpeg fftw jack libav* libsamplerate sndfile -doc -double-precision -python -test" PYTHON_TARGETS="python2_7 python3_6 -python3_5 -python3_7"
Comment 3 Dominique Michel 2019-08-17 10:40:40 UTC
Created attachment 587154 [details]
emerge --info '=media-libs/aubio-0.4.9::gentoo'
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-16 13:30:54 UTC
Is this an issue with -libav?
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-16 13:32:58 UTC
(In reply to Sam James (sec padawan) from comment #4)
> Is this an issue with -libav?

libav is removed, so let us know if it happens without it.