Closed
Bug 659888
Opened 14 years ago
Closed 14 years ago
./assembler/jit/ExecutableAllocator.h:395:6: error: #error "The cacheFlush support is missing on this platform."
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 638056
People
(Reporter: mexas, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; FreeBSD ia64; en-US; rv:1.9.2.17) Gecko/20110523 Firefox/3.6.17
Build Identifier: ia64-portbld-freebsd9.0
ia64 FreeBSD 9.0 -current
Building firefox-4.0.1 from ports.
Get this error:
ExecutableAllocatorWin.cpp
c++ -o ExecutableAllocatorWin.o -c -fvisibility=hidden -DOSTYPE=\"FreeBSD9\" -DOSARCH=FreeBSD -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DJS_HAS_CTYPES -DDLL_PREFIX=\"lib\" -DDLL_SUFFIX=\".so\" -DFREEBSD -Ictypes/libffi/include -I. -I. -I. -I./../../dist/include -I./../../dist/include/nsprpub -I/usr/local/include -I/usr/local/include/nspr -I. -I./assembler -I./yarr -fPIC -I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -O2 -pipe -O2 -fno-strict-aliasing -fno-strict-aliasing -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -I/usr/local/include -DMOZILLA_CLIENT -include ./js-confdefs.h ./assembler/jit/ExecutableAllocatorWin.cpp
In file included from ./assembler/jit/ExecutableAllocatorPosix.cpp:26:
./assembler/jit/ExecutableAllocator.h:395:6: error: #error "The cacheFlush support is missing on this platform."
In file included from ./assembler/jit/ExecutableAllocatorWin.cpp:27:
./assembler/jit/ExecutableAllocator.h:395:6: error: #error "The cacheFlush support is missing on this platform."
gmake[3]: *** [ExecutableAllocatorWin.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: *** [ExecutableAllocatorPosix.o] Error 1
gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla-2.0/js/src'
config.log:
http://eis.bris.ac.uk/~mexas/ia64-portbld-freebsd9.0-firefox-4.0.1-config.log
build log:
http://eis.bris.ac.uk/~mexas/ia64-portbld-freebsd9.0-firefox-4.0.1-build.log
Reproducible: Always
Steps to Reproduce:
1. get FreeBSD ia64 9.0 -current
2. cd /usr/ports/www/firefox
3. make
![]() |
||
Comment 1•14 years ago
|
||
Fixed in Gecko 6, but in the meantime if you configure without the jits (which is all the fix does) things should work...
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 2•14 years ago
|
||
Though with ia64, you'll hit bug 589735
You need to log in
before you can comment on or make changes to this bug.
Description
•