Closed
Bug 1435455
Opened 8 years ago
Closed 8 years ago
Error with unwanted __clock_gettime symbols with local autospider.py
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
|
1.10 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
When running autospider.py to generate a local (non-automation) build, I am getting an error message.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8948051 -
Flags: review?(mh+mozilla)
Comment 2•8 years ago
|
||
Comment on attachment 8948051 [details] [diff] [review]
Only use --enable-stdcxx-compat for autospider.py in automation
Review of attachment 8948051 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/devtools/automation/autospider.py
@@ +274,5 @@
> else:
> if platform.system() == 'Windows':
> CONFIGURE_ARGS += ' --target=x86_64-pc-mingw32 --host=x86_64-pc-mingw32'
>
> +if platform.system() == 'Linux' and AUTOMATION:
I'm always amazed people are using this script.
Attachment #8948051 -
Flags: review?(mh+mozilla) → review+
Updated•8 years ago
|
status-firefox60:
--- → affected
Priority: -- → P1
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fbb2249059fa
Only use --enable-stdcxx-compat for autospider.py in automation, r=glandium
Comment 4•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•