Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654744 - dev-qt/qtwebengine-5.9.5 : ../.../ffmpeg_audio_decoder.cc:56:35: error: CODEC_CAP_DR1 was not declared in this scope
Summary: dev-qt/qtwebengine-5.9.5 : ../.../ffmpeg_audio_decoder.cc:56:35: error: CODEC...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-4
  Show dependency tree
 
Reported: 2018-05-03 14:43 UTC by Toralf Förster
Modified: 2018-07-12 10:38 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.25 KB, text/plain)
2018-05-03 14:43 UTC, Toralf Förster
Details
dev-qt:qtwebengine-5.9.5:20180503-090450.log.bz2 (dev-qt:qtwebengine-5.9.5:20180503-090450.log.bz2,132.17 KB, application/x-bzip)
2018-05-03 14:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,61.41 KB, text/plain)
2018-05-03 14:43 UTC, Toralf Förster
Details
environment (environment,153.58 KB, text/plain)
2018-05-03 14:43 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.87 KB, application/x-bzip)
2018-05-03 14:43 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,17.65 KB, application/x-bzip)
2018-05-03 14:43 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,167.47 KB, application/x-bzip)
2018-05-03 14:43 UTC, Toralf Förster
Details
build.log (dev-qt:qtwebengine-5.9.5:20180510-052410.log.xz,261.38 KB, application/x-xz)
2018-05-10 09:02 UTC, cryptopsy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-03 14:43:20 UTC
                 from ../../3rdparty/chromium/media/filters/ffmpeg_audio_decoder.cc:5:
../../3rdparty/chromium/media/filters/ffmpeg_audio_decoder.cc: In function ‘int media::GetAudioBuffer(AVCodecContext*, AVFrame*, int)’:
../../3rdparty/chromium/media/filters/ffmpeg_audio_decoder.cc:56:35: error: ‘CODEC_CAP_DR1’ was not declared in this scope
   DCHECK(s->codec->capabilities & CODEC_CAP_DR1);
                                   ^
../../3rdparty/chromium/base/logging.h:364:5: note: in definition of macro ‘LAZY_STREAM’

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_ffmpeg4_20180501-112342

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpv dev-qt/qtwebengine
[ebuild  N    ] dev-qt/qtwebengine-5.9.5  USE="alsa system-ffmpeg system-icu widgets -bindist -debug -geolocation -pax_kernel -pulseaudio {-test}"
Comment 1 Toralf Förster gentoo-dev 2018-05-03 14:43:23 UTC
Created attachment 529594 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-03 14:43:27 UTC
Created attachment 529596 [details]
dev-qt:qtwebengine-5.9.5:20180503-090450.log.bz2
Comment 3 Toralf Förster gentoo-dev 2018-05-03 14:43:30 UTC
Created attachment 529598 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-03 14:43:33 UTC
Created attachment 529600 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-03 14:43:36 UTC
Created attachment 529602 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-03 14:43:39 UTC
Created attachment 529604 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-03 14:43:42 UTC
Created attachment 529606 [details]
temp.tbz2
Comment 8 cryptopsy 2018-05-10 09:02:14 UTC
Created attachment 530700 [details]
build.log

../../3rdparty/chromium/media/filters/ffmpeg_video_decoder.cc:418:28: error: ‘CODEC_FLAG_EMU_EDGE’ was not declared in this scope
   codec_context_->flags |= CODEC_FLAG_EMU_EDGE;
../../3rdparty/chromium/media/filters/ffmpeg_video_decoder.cc:423:31: error: ‘CODEC_FLAG2_CHUNKS’ was not declared in this scope
     codec_context_->flags2 |= CODEC_FLAG2_CHUNKS;
../../3rdparty/chromium/media/filters/ffmpeg_video_decoder.cc:423:31: note: suggested alternative: ‘AV_CODEC_FLAG2_CHUNKS’
     codec_context_->flags2 |= CODEC_FLAG2_CHUNKS;
                               AV_CODEC_FLAG2_CHUNKS
Comment 9 Stoian Ivanov 2018-05-23 20:12:56 UTC
Same here!
Comment 10 Larry the Git Cow gentoo-dev 2018-07-12 10:38:09 UTC
The bug has been closed via the following commit(s):

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

commit 73383dc2a1ffffc09f6e3fa612718929e904f030
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-07-06 20:35:37 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-07-12 09:59:28 +0000

    dev-qt/qtwebengine: Restrict to <ffmpeg-4
    
    Closes: https://bugs.gentoo.org/654744
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-qt/qtwebengine/qtwebengine-5.9.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)