Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692344 - media-libs/aubio-0.4.9: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ‘channels’
Summary: media-libs/aubio-0.4.9: ‘AVFrame’ {aka ‘struct AVFrame’} has no member named ...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: CVE-2018-19800, CVE-2018-19801, CVE-2018-19802, CVE-2019-1010222, CVE-2019-1010223, CVE-2019-1010224
  Show dependency tree
 
Reported: 2019-08-17 10:31 UTC by Dominique Michel
Modified: 2020-06-16 13:32 UTC (History)
2 users (show)

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


Attachments
build log (build.log,12.82 KB, text/x-log)
2019-08-17 10:31 UTC, Dominique Michel
Details
environment file (environment,113.25 KB, text/plain)
2019-08-17 10:32 UTC, Dominique Michel
Details
emerge --info '=media-libs/aubio-0.4.9::gentoo' (emerge.info,19.46 KB, text/plain)
2019-08-17 10:40 UTC, Dominique Michel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.