Per olof Ljungmark <[email protected]> writes: > mozilla/ipc/chromium/src/base/process_util_bsd.cc: ... undefined reference to > `environ'
Ignore this false positive. Will be fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1233275 > /usr/bin/ld: libxul.so: hidden symbol `_Z13GetDemuxerLogv' isn't defined > /usr/bin/ld: final link failed: Nonrepresentable section on output Likely FFMPEG=off regression from r404688. Before that commit --disable-ffmpeg was never passed. The fix requires figuring out why GetDemuxerLog() is not defined without MOZ_FFMPEG on ESR38 e.g., |hg blame| against the affected piece of code. Work around: comment out RUN_DEPENDS+=ffmpeg in Mk/bsd.gecko.mk. IIRC, FFMPEG is only used outside of MSE starting with 43.0. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205747
signature.asc
Description: PGP signature
