Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677686 - firefox-65.0 fails to build with media-libs/libvpx-1.8.0
Summary: firefox-65.0 fails to build with media-libs/libvpx-1.8.0
Status: RESOLVED DUPLICATE of bug 677604
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libvpx-1.8
  Show dependency tree
 
Reported: 2019-02-10 23:12 UTC by wolfwood
Modified: 2019-02-25 05:46 UTC (History)
1 user (show)

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


Attachments
build log (build.log.gz,199.96 KB, application/gzip)
2019-02-10 23:12 UTC, wolfwood
Details
emerge info (emerge-info.txt,6.90 KB, text/plain)
2019-02-10 23:13 UTC, wolfwood
Details

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