Closed
Bug 875666
Opened 12 years ago
Closed 12 years ago
jsnativestack.cpp fails to build on DragonFly
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: ftigeot, Assigned: ftigeot)
Details
Attachments
(1 file)
|
740 bytes,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; DragonFly x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 (Beta/Release)
Build ID: 20130426134104
Steps to reproduce:
I tried to build libxul on DragonFly without support patches.
Actual results:
Compilation failed with this error:
/usr/obj/dports/www/libxul/work/mozilla-esr10/js/src/jsnativestack.cpp: In function 'void* js::GetNativeStackBaseImpl()':
/usr/obj/dports/www/libxul/work/mozilla-esr10/js/src/jsnativestack.cpp:156: error: 'pthread_getattr_np' was not declared in this scope
Expected results:
Compilation should have succeeded.
The attached patch fixes this particular build error.
| Assignee | ||
Updated•12 years ago
|
Attachment #753642 -
Flags: review?(luke)
Comment 1•12 years ago
|
||
Comment on attachment 753642 [details] [diff] [review]
patch-Fix_jsnativestack.cpp_compilation_on_DragonFly.txt
Thanks!
Attachment #753642 -
Attachment is patch: true
Attachment #753642 -
Flags: review?(luke) → review+
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•12 years ago
|
Assignee: general → ftigeot
You need to log in
before you can comment on or make changes to this bug.
Description
•