Closed
Bug 1065372
Opened 11 years ago
Closed 11 years ago
build fails on s390(x)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1014375
People
(Reporter: jcajka, Unassigned)
Details
Attachments
(1 file)
|
564 bytes,
patch
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0
Build ID: 20140730101922
Steps to reproduce:
build firefox-32.0 from source on s390(x)
Actual results:
build fails with lot of undefined stuff in Value.h
small except from build log:
.
.
.
In file included from /builddir/build/BUILD/firefox-32.0/mozilla-release/js/src/jsalloc.h:18:0,
from /builddir/build/BUILD/firefox-32.0/mozilla-release/js/src/jsatom.h:12,
from /builddir/build/BUILD/firefox-32.0/mozilla-release/js/src/vm/Runtime.h:20,
from /builddir/build/BUILD/firefox-32.0/mozilla-release/js/src/jscntxt.h:15,
from /builddir/build/BUILD/firefox-32.0/mozilla-release/js/src/vm/RegExpObject.h:13,
from /builddir/build/BUILD/firefox-32.0/mozilla-release/js/src/builtin/RegExp.h:10,
from /builddir/build/BUILD/firefox-32.0/mozilla-release/js/src/builtin/RegExp.cpp:7:
../../dist/include/js/Value.h:339:25: error: 'jsval_layout' was not declared in this scope
JS_STATIC_ASSERT(sizeof(jsval_layout) == 8);
^
../../dist/include/js/Utility.h:54:56: note: in definition of macro 'JS_STATIC_ASSERT'
#define JS_STATIC_ASSERT(cond) static_assert(cond, "JS_STATIC_ASSERT")
.
.
.
Expected results:
build passes sucessfuly, in attachment is patch changing js/src/configure.in by adding 'missing' defines for s390(x), after this change build passes successfuly
link to fedora BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1140157
Updated•11 years ago
|
Component: Build Config → JavaScript Engine
Updated•11 years ago
|
Attachment #8487176 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Attachment #8487176 -
Flags: review?(jdemooij)
You need to log in
before you can comment on or make changes to this bug.
Description
•