Closed
Bug 1421147
Opened 7 years ago
Closed 7 years ago
link error with --disable-webrtc: undefined reference to 'mozilla::MediaEngineSource::AllocationHandle::sId'
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
DUPLICATE
of bug 1421025
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
STR:
1. add "ac_add_options --disable-webrtc" to .mozconfig
2. ./mach build
ACTUAL RESULTS:
../../build/unix/gold/ld: error: dom/media/webrtc/Unified_cpp_dom_media_webrtc0.o: requires dynamic R_X86_64_PC32 reloc against '_ZN7mozilla17MediaEngineSource16AllocationHandle3sIdE' which may overflow at runtime; recompile with -fPIC
../../build/unix/gold/ld: error: read-only segment has dynamic relocations
dom/media/webrtc/MediaEngine.h:231: error: undefined reference to 'mozilla::MediaEngineSource::AllocationHandle::sId'
dom/media/webrtc/MediaEngine.h:231: error: undefined reference to 'mozilla::MediaEngineSource::AllocationHandle::sId'
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•