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

Bug 677686

Summary: firefox-65.0 fails to build with media-libs/libvpx-1.8.0
Product: Gentoo Linux Reporter: wolfwood <jamesbuyacar>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: viklevin2
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 677626    
Attachments: build log
emerge info

Description wolfwood 2019-02-10 23:12:34 UTC
Created attachment 564640 [details]
build log

8 1:22.36^O In file included from /var/tmp/portage/www-client/firefox-65.0/work/firefox-65.0/ff/media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp9_gn/Unified_cpp_webrt
c_vp9_gn0.cpp:20:^O
8 1:22.36^O /var/tmp/portage/www-client/firefox-65.0/work/firefox-65.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc: In member function 'vpx_svc_ref_frame_config webrtc::VP9EncoderImpl::GenerateRefsAndFlags(const webrtc::VP9EncoderImpl::SuperFrameRefSettings&)':^O                                                          
8 1:22.36^O /var/tmp/portage/www-client/firefox-65.0/work/firefox-65.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:821:17: error: 'struct vpx_svc_re
f_frame_config' has no member named 'frame_flags'^O
8 1:22.36^O          sf_conf.frame_flags[layer_idx] = layer_flags;^O
8 1:22.36^O                  ^~~~~~~~~~~^O

seems like a breaking change in the bump from libvpx 1.7->1.8
in the header libvpx/vpx/vp8cx.h

the intention to remove frame_flags from struct vpx_svc_ref_frame_config is mentioned in 43c58df34e85396a2064ebd0c014bd58e3a2bb3b and the removal is in a66da313805f41076fd05358a65c1084f646f348

for now firefox dependencies should probably be modified to =media-libs/libvpx-1.7.*, as bug #676762 mentions at least 1.7 is required. dev-qt/qtwebengine also has this issue, ala #677612
Comment 1 wolfwood 2019-02-10 23:13:46 UTC
Created attachment 564642 [details]
emerge info
Comment 2 wolfwood 2019-02-10 23:16:47 UTC

*** This bug has been marked as a duplicate of bug 677604 ***