Advertisement
Guest User

Untitled

a guest
Dec 30th, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/powerpc/ppc_closure.lo -MD -MP -MF src/powerpc/.deps/ppc_closure.Tpo -c src/powerpc/ppc_closure.S -fPIC -DPIC -o src/powerpc/ppc_closure.o
  2. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/powerpc/linux64.lo -MD -MP -MF src/powerpc/.deps/linux64.Tpo -c src/powerpc/linux64.S -fPIC -DPIC -o src/powerpc/linux64.o
  3. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -MT src/powerpc/linux64_closure.lo -MD -MP -MF src/powerpc/.deps/linux64_closure.Tpo -c src/powerpc/linux64_closure.S -fPIC -DPIC -o src/powerpc/linux64_closure.o
  4. libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/powerpc/ffi.o src/powerpc/sysv.o src/powerpc/ppc_closure.o src/powerpc/linux64.o src/powerpc/linux64_closure.o
  5. libtool: link: ranlib .libs/libffi.a
  6. libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" )
  7. libtool: link: ar cru .libs/libffi_convenience.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/powerpc/ffi.o src/powerpc/sysv.o src/powerpc/ppc_closure.o src/powerpc/linux64.o src/powerpc/linux64_closure.o
  8. libtool: link: ranlib .libs/libffi_convenience.a
  9. libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" )
  10. jsoplengen.cpp
  11. jsalloc.cpp
  12. jsanalyze.cpp
  13. jsapi.cpp
  14. jsarena.cpp
  15. jsarray.cpp
  16. jsatom.cpp
  17. jsbool.cpp
  18. jsclone.cpp
  19. jscntxt.cpp
  20. jscompartment.cpp
  21. In file included from /home/username/build-farm/_BIGSYSTEM/icecat-v9.0.1.builddir/js/src/jscompartment.cpp:53:0:
  22. /home/username/build-farm/_BIGSYSTEM/icecat-v9.0.1.builddir/js/src/assembler/jit/ExecutableAllocator.h:440:6: error: #error "The cacheFlush support is missing on this platform."
  23.  
  24. In the directory /home/username/build-farm/_BIGSYSTEM/icecat-v9.0.1.builddir/js/src
  25. The following command failed to execute properly:
  26. c++ -o jscompartment.o -c -fvisibility=hidden -DOSTYPE="Linux3.1" -DOSARCH=Linux -DEXPORT_JS_API -DIMPL_MFBT -DJS_HAS_CTYPES -DDLL_PREFIX="lib" -DDLL_SUFFIX=".so" -Ictypes/libffi/include -I. -I. -I. -I./../../dist/include -I./../../dist/include/nsprpub -I/home/username/build-farm/_BIGSYSTEM/icecat-v9.0.1.builddir/dist/include/nspr -I. -I./assembler -I./yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -pthread -pipe -DNDEBUG -DTRIMMED -g -pipe -O3 -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jscompartment.pp /home/username/build-farm/_BIGSYSTEM/icecat-v9.0.1.builddir/js/src/jscompartment.cpp
  27. make[3]: *** [jscompartment.o] Error 1
  28. make[2]: *** [libs_tier_js] Error 2
  29. make[1]: *** [tier_js] Error 2
  30. make: *** [default] Error 2
  31. ERROR: 'make' error. Abort.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement