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

Bug 654744

Summary: dev-qt/qtwebengine-5.9.5 : ../.../ffmpeg_audio_decoder.cc:56:35: error: CODEC_CAP_DR1 was not declared in this scope
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal CC: aballier, dschridde+gentoobugs, M4rkusXXL
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 653678    
Attachments: emerge-info.txt
dev-qt:qtwebengine-5.9.5:20180503-090450.log.bz2
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2
build.log

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(-)