Date: Fri, 05 Apr 2019 12:15:32 +0200 From: Jan Beich <jbeich@FreeBSD.org> To: Graham Perrin <grahamperrin@gmail.com> Cc: gecko@freebsd.org Subject: Re: Building (deleted) Waterfox 56.2.8: error: missing documentation for macro Message-ID: <7ec8-vjuj-wny@FreeBSD.org> In-Reply-To: <46fc8fd7-20ac-5010-d5d7-13ba2f15b089@gmail.com> (Graham Perrin's message of "Fri, 5 Apr 2019 07:47:11 %2B0100") References: <496db844-cb0b-1b53-b498-beec9324b9c0@gmail.com> <mult-tqlp-wny@FreeBSD.org> <a4b30539-1fcf-e8f6-7a40-28a21f930c06@gmail.com> <lg0p-xsnt-wny@FreeBSD.org> <46fc8fd7-20ac-5010-d5d7-13ba2f15b089@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Graham Perrin <grahamperrin@gmail.com> writes: > On 05/04/2019 00:22, Jan Beich wrote: > > =E2=80=A6 > >> LLVM_CONFIG is added to mozconfig by Mk/bsd.gecko.mk in order to >> force a > specific version of devel/llvm*. Try the following instead: >> >> Index: Mk/bsd.gecko.mk >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- Mk/bsd.gecko.mk (revision 496825) >> +++ Mk/bsd.gecko.mk (working copy) >> @@ -92,7 +92,9 @@ CONFIGURE_OUTSOURCE=3D yes >> >> BUNDLE_LIBS=3D yes >> >> -.if ${MOZILLA_VER:R:R} >=3D 56 >> +.if ${MOZILLA} =3D=3D waterfox >> +MOZ_OPTIONS+=3D --disable-stylo >> +.elif ${MOZILLA_VER:R:R} >=3D 56 >> BUILD_DEPENDS+=3D llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} >> MOZ_EXPORT+=3D LLVM_CONFIG=3Dllvm-config${LLVM_DEFAULT} >> # Require newer Clang than what's in base system unless user opted out > > Failure, around two hours into the build: > > ---- =E2=80=A6 ---- > /wrkdirs/usr/ports/www/waterfox/work/Waterfox-56.2.8/media/webrtc/trunk/w= ebrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:858:17: > error: no member named 'frame_flags' in 'vpx_svc_ref_frame_config' > sf_conf.frame_flags[layer_idx] =3D layer_flags; > ~~~~~~~ ^ > 1 error generated. Did you forget to pick up USE_MOZILLA +=3D -vpx from r492305? That should omit --with-system-libvpx. Alternatively, pass --disable-webrtc but that may break some sites.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7ec8-vjuj-wny>