undefined symbol g_unix_fd_list_get when set '--disable-webrtc'
Categories
(Core :: WebRTC, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: chengyangyang-hf, Assigned: chengyangyang-hf)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux loongarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.349 Safari/537.36
Steps to reproduce:
1, Add 'ac_add_options --disable-webrtc' to your mozconfig file.
2, make a clean build, (rm -r obj*** and ./mach build)
Actual results:
0:25.07 ld.lld: error: undefined hidden symbol: g_unix_fd_list_get
0:25.08 >>> referenced by NativeMessagingPortal.cpp:656 (/mnt/chengyangyang/firefox/Firefox-Loong64-CI/mozilla-unified/toolkit/components/extensions/NativeMessagingPortal.cpp:656)
0:25.08 >>> ../../components/extensions/Unified_cpp_extensions0.o:(mozilla::extensions::GetFD(RefPtr<_GVariant> const&, _GUnixFDList*, int))
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::WebRTC' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 year ago
|
Comment 4•1 year ago
|
||
| bugherder | ||
Description
•