Closed
Bug 1239285
Opened 10 years ago
Closed 7 years ago
build failure on linux
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bricedb, Unassigned)
Details
Attachments
(2 files)
|
554 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.94 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20150924191420
Steps to reproduce:
Compile mozilla-central (firefox) 43 from source with
ac_add_options --enable-libproxy
in .mozconfig
Actual results:
Build fails because of undefined symbol
firefox-43.0.3/toolkit/system/unixproxy/nsLibProxySettings.cpp:129:5: error: 'NS_SYSTEMPROXYSETTINGS_CONTRACTID' was not declared in this scope
Expected results:
build should have completed.
I've attached a patch and the .mozconfig
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Updated•10 years ago
|
Version: 41 Branch → Trunk
| Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Linux
Hardware: Unspecified → All
| Reporter | ||
Updated•10 years ago
|
Attachment #8707398 -
Attachment description: firefox-fix-43-unix-nsLibProxySettings.cpp → firefox-fix-43-unix-nsLibProxySettings.patch
Attachment #8707398 -
Attachment filename: firefox-fix-43-unix-nsLibProxySettings.cpp → firefox-fix-43-unix-nsLibProxySettings.patch
Attachment #8707398 -
Attachment is patch: true
Attachment #8707398 -
Attachment mime type: text/x-c++src → text/plain
Comment 2•7 years ago
|
||
closing, inactive development stream
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•