Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.23 KB | None | 0 0
  1. DEBUG: Executing shell function do_compile
  2. NOTE: make -j 8 MAKEFLAGS=-j 8 OE_QMAKE_COMPILER=x86_64-custom_distro-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/home/ryan/development/wayland/build/tmp/sysroots/minnowboard OE_QMAKE_CC=x86_64-custom_distro-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/home/ryan/development/wayland/build/tmp/sysroots/minnowboard OE_QMAKE_CXX=x86_64-custom_distro-linux-g++ -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/home/ryan/development/wayland/build/tmp/sysroots/minnowboard OE_QMAKE_CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types OE_QMAKE_CXXFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden OE_QMAKE_LINK=x86_64-custom_distro-linux-g++ -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/home/ryan/development/wayland/build/tmp/sysroots/minnowboard OE_QMAKE_LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed OE_QMAKE_AR=x86_64-custom_distro-linux-ar OE_QMAKE_STRIP=echo OE_QMAKE_WAYLAND_SCANNER=/home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/wayland-scanner OE_QMAKE_INCDIR_QT=/home/ryan/development/wayland/build/tmp/sysroots/minnowboard//usr/include/qt5
  3. cd src/ && ( test -e Makefile || /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/src.pro -o Makefile ) && make -f Makefile
  4. make[1]: Entering directory '/home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/build/src'
  5. cd script/ && ( test -e Makefile || /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/script/script.pro -o Makefile ) && make -f Makefile
  6. make[2]: Entering directory '/home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/build/src/script'
  7. rm -f libQt5Script.so.5.5.1 libQt5Script.so libQt5Script.so.5 libQt5Script.so.5.5
  8. linking ../../lib/libQt5Script.so.5.5.1
  9. /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-custom_distro-linux/x86_64-custom_distro-linux-ld.gold: error: obj/release/JITArithmetic.o: requires dynamic R_X86_64_PC32 reloc against 'cti_op_bitand' which may overflow at runtime; recompile with -fPIC
  10. /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-custom_distro-linux/x86_64-custom_distro-linux-ld.gold: error: obj/release/JITCall.o: requires dynamic R_X86_64_PC32 reloc against 'cti_op_call_NotJSFunction' which may overflow at runtime; recompile with -fPIC
  11. /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-custom_distro-linux/x86_64-custom_distro-linux-ld.gold: error: obj/release/JIT.o: requires dynamic R_X86_64_PC32 reloc against 'cti_timeout_check' which may overflow at runtime; recompile with -fPIC
  12. /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-custom_distro-linux/x86_64-custom_distro-linux-ld.gold: error: obj/release/JITOpcodes.o: requires dynamic R_X86_64_PC32 reloc against 'cti_op_get_by_id_string_fail' which may overflow at runtime; recompile with -fPIC
  13. /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-custom_distro-linux/x86_64-custom_distro-linux-ld.gold: error: obj/release/JITPropertyAccess.o: requires dynamic R_X86_64_PC32 reloc against 'cti_op_get_by_id_self_fail' which may overflow at runtime; recompile with -fPIC
  14. /home/ryan/development/wayland/build/tmp/sysroots/x86_64-linux/usr/bin/x86_64-custom_distro-linux/x86_64-custom_distro-linux-ld.gold: error: obj/release/ProfileGenerator.o: requires dynamic R_X86_64_PC32 reloc against '.LC15' which may overflow at runtime; recompile with -fPIC
  15. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:113: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, QTJSC::JSValue)'
  16. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:675: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveBase(QTJSC::RegisterID*, QTJSC::Identifier const&)'
  17. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:676: error: undefined reference to 'QTJSC::BytecodeGenerator::emitGetById(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  18. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:676: error: undefined reference to 'QTJSC::BytecodeGenerator::emitGetById(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  19. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:329: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveWithBase(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  20. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:330: error: undefined reference to 'QTJSC::BytecodeGenerator::emitCallEval(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::ArgumentsNode*, unsigned int, unsigned int, unsigned int)'
  21. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:330: error: undefined reference to 'QTJSC::BytecodeGenerator::emitCallEval(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::ArgumentsNode*, unsigned int, unsigned int, unsigned int)'
  22. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:618: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveBase(QTJSC::RegisterID*, QTJSC::Identifier const&)'
  23. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:618: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveBase(QTJSC::RegisterID*, QTJSC::Identifier const&)'
  24. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:347: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, QTJSC::JSValue)'
  25. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:348: error: undefined reference to 'QTJSC::BytecodeGenerator::emitCall(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::ArgumentsNode*, unsigned int, unsigned int, unsigned int)'
  26. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:356: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, QTJSC::JSValue)'
  27. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:365: error: undefined reference to 'QTJSC::BytecodeGenerator::emitCall(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::ArgumentsNode*, unsigned int, unsigned int, unsigned int)'
  28. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:364: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveWithBase(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  29. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:348: error: undefined reference to 'QTJSC::BytecodeGenerator::emitCall(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::ArgumentsNode*, unsigned int, unsigned int, unsigned int)'
  30. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:365: error: undefined reference to 'QTJSC::BytecodeGenerator::emitCall(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::ArgumentsNode*, unsigned int, unsigned int, unsigned int)'
  31. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:702: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, double)'
  32. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:722: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveWithBase(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  33. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:724: error: undefined reference to 'QTJSC::BytecodeGenerator::emitPutById(QTJSC::RegisterID*, QTJSC::Identifier const&, QTJSC::RegisterID*)'
  34. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:724: error: undefined reference to 'QTJSC::BytecodeGenerator::emitPutById(QTJSC::RegisterID*, QTJSC::Identifier const&, QTJSC::RegisterID*)'
  35. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:542: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveWithBase(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  36. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:550: error: undefined reference to 'QTJSC::BytecodeGenerator::emitPutById(QTJSC::RegisterID*, QTJSC::Identifier const&, QTJSC::RegisterID*)'
  37. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:87: error: undefined reference to 'QTJSC::BytecodeGenerator::emitNewError(QTJSC::RegisterID*, QTJSC::ErrorType, QTJSC::JSValue)'
  38. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:97: error: undefined reference to 'QTJSC::BytecodeGenerator::emitNewError(QTJSC::RegisterID*, QTJSC::ErrorType, QTJSC::JSValue)'
  39. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:303: error: undefined reference to 'QTJSC::BytecodeGenerator::emitGetById(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  40. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:319: error: undefined reference to 'QTJSC::BytecodeGenerator::emitConstruct(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::ArgumentsNode*, unsigned int, unsigned int, unsigned int)'
  41. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:338: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, QTJSC::JSValue)'
  42. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:585: error: undefined reference to 'QTJSC::BytecodeGenerator::emitGetById(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  43. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:597: error: undefined reference to 'QTJSC::BytecodeGenerator::emitPutById(QTJSC::RegisterID*, QTJSC::Identifier const&, QTJSC::RegisterID*)'
  44. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:640: error: undefined reference to 'QTJSC::BytecodeGenerator::emitDeleteById(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  45. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1172: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolveBase(QTJSC::RegisterID*, QTJSC::Identifier const&)'
  46. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1903: error: undefined reference to 'QTJSC::BytecodeGenerator::emitPushNewScope(QTJSC::RegisterID*, QTJSC::Identifier const&, QTJSC::RegisterID*)'
  47. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:183: error: undefined reference to 'QTJSC::BytecodeGenerator::emitThrowExpressionTooDeepException()'
  48. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:183: error: undefined reference to 'QTJSC::BytecodeGenerator::emitThrowExpressionTooDeepException()'
  49. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:183: error: undefined reference to 'QTJSC::BytecodeGenerator::emitThrowExpressionTooDeepException()'
  50. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/BytecodeGenerator.h:183: error: undefined reference to 'QTJSC::BytecodeGenerator::emitThrowExpressionTooDeepException()'
  51. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:276: error: undefined reference to 'QTJSC::BytecodeGenerator::emitPutSetter(QTJSC::RegisterID*, QTJSC::Identifier const&, QTJSC::RegisterID*)'
  52. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:272: error: undefined reference to 'QTJSC::BytecodeGenerator::emitPutGetter(QTJSC::RegisterID*, QTJSC::Identifier const&, QTJSC::RegisterID*)'
  53. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1983: error: undefined reference to 'QTJSC::ScopeNode::singleStatement() const'
  54. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:200: error: undefined reference to 'QTJSC::BytecodeGenerator::emitNewArray(QTJSC::RegisterID*, QTJSC::ElementNode*)'
  55. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1815: error: undefined reference to 'QTJSC::BytecodeGenerator::endSwitch(unsigned int, QTWTF::RefPtr<QTJSC::Label>*, QTJSC::ExpressionNode**, QTJSC::Label*, int, int)'
  56. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:122: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, bool)'
  57. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:131: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, double)'
  58. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:140: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, QTJSC::Identifier const&)'
  59. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:615: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, bool)'
  60. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:619: error: undefined reference to 'QTJSC::BytecodeGenerator::emitDeleteById(QTJSC::RegisterID*, QTJSC::RegisterID*, QTJSC::Identifier const&)'
  61. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:180: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolve(QTJSC::RegisterID*, QTJSC::Identifier const&)'
  62. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:650: error: undefined reference to 'QTJSC::BytecodeGenerator::emitLoad(QTJSC::RegisterID*, bool)'
  63. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:1269: error: undefined reference to 'QTJSC::BytecodeGenerator::emitResolve(QTJSC::RegisterID*, QTJSC::Identifier const&)'
  64. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/NodesCodegen.cpp:198: error: undefined reference to 'QTJSC::BytecodeGenerator::emitNewArray(QTJSC::RegisterID*, QTJSC::ElementNode*)'
  65. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:468: error: undefined reference to 'QTJSC::Profiler::s_sharedEnabledProfilerReference'
  66. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:470: error: undefined reference to 'QTJSC::Profiler::didExecute(QTJSC::ExecState*, QTJSC::JSValue)'
  67. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:472: error: undefined reference to 'QTJSC::Profiler::didExecute(QTJSC::ExecState*, QTJSC::UString const&, int)'
  68. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:551: error: undefined reference to 'QTJSC::Profiler::s_sharedEnabledProfilerReference'
  69. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:560: error: undefined reference to 'QTJSC::Profiler::didExecute(QTJSC::ExecState*, QTJSC::JSValue)'
  70. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:643: error: undefined reference to 'QTJSC::Profiler::s_sharedEnabledProfilerReference'
  71. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:644: error: undefined reference to 'QTJSC::Profiler::willExecute(QTJSC::ExecState*, QTJSC::UString const&, int)'
  72. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCode.h:79: error: undefined reference to 'ctiTrampoline'
  73. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:660: error: undefined reference to 'QTJSC::Profiler::didExecute(QTJSC::ExecState*, QTJSC::UString const&, int)'
  74. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:709: error: undefined reference to 'QTJSC::Profiler::s_sharedEnabledProfilerReference'
  75. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:710: error: undefined reference to 'QTJSC::Profiler::willExecute(QTJSC::ExecState*, QTJSC::JSValue)'
  76. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCode.h:79: error: undefined reference to 'ctiTrampoline'
  77. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:726: error: undefined reference to 'QTJSC::Profiler::didExecute(QTJSC::ExecState*, QTJSC::JSValue)'
  78. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:778: error: undefined reference to 'QTJSC::Profiler::willExecute(QTJSC::ExecState*, QTJSC::JSValue)'
  79. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCode.h:79: error: undefined reference to 'ctiTrampoline'
  80. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:794: error: undefined reference to 'QTJSC::Profiler::didExecute(QTJSC::ExecState*, QTJSC::JSValue)'
  81. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:880: error: undefined reference to 'QTJSC::Profiler::willExecute(QTJSC::ExecState*, QTJSC::UString const&, int)'
  82. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCode.h:79: error: undefined reference to 'ctiTrampoline'
  83. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:896: error: undefined reference to 'QTJSC::Profiler::didExecute(QTJSC::ExecState*, QTJSC::UString const&, int)'
  84. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/Interpreter.cpp:3932: error: undefined reference to 'QTJSC::Profiler::willExecute(QTJSC::ExecState*, QTJSC::JSValue)'
  85. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_bitand'
  86. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_bitand'
  87. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_bitand'
  88. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_div'
  89. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITArithmetic.cpp:2199: error: undefined reference to 'cti_op_add'
  90. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITArithmetic.cpp:2199: error: undefined reference to 'cti_op_sub'
  91. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITArithmetic.cpp:2199: error: undefined reference to 'cti_op_mul'
  92. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jless'
  93. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jless'
  94. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jless'
  95. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jless'
  96. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jlesseq'
  97. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jlesseq'
  98. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jlesseq'
  99. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_post_dec'
  100. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_post_inc'
  101. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_lshift'
  102. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_mod'
  103. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_rshift'
  104. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_pre_dec'
  105. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_pre_inc'
  106. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_add'
  107. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h:86: error: undefined reference to 'cti_op_call_NotJSFunction'
  108. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCall.cpp:718: error: undefined reference to 'cti_op_call_NotJSFunction'
  109. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITCall.cpp:718: error: undefined reference to 'cti_op_construct_NotJSConstruct'
  110. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h:86: error: undefined reference to 'cti_op_construct_JSConstruct'
  111. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_call_eval'
  112. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_construct_JSConstruct'
  113. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h:86: error: undefined reference to 'cti_timeout_check'
  114. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_del_by_val'
  115. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_in'
  116. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_is_function'
  117. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_is_object'
  118. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_is_string'
  119. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_is_number'
  120. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_is_boolean'
  121. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_is_undefined'
  122. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_typeof'
  123. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_urshift'
  124. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_negate'
  125. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_lesseq'
  126. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_less'
  127. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JIT.h:86: error: undefined reference to 'cti_register_file_check'
  128. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/AssemblerBuffer.h:106: error: undefined reference to 'ctiVMThrowTrampoline'
  129. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_get_by_id_string_fail'
  130. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_get_by_id_string_fail'
  131. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_call_arityCheck'
  132. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_call_JSFunction'
  133. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_call_arityCheck'
  134. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_call_JSFunction'
  135. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_vm_lazyLinkCall'
  136. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1597: error: undefined reference to 'cti_op_call_JSFunction'
  137. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1597: error: undefined reference to 'cti_op_call_arityCheck'
  138. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1597: error: undefined reference to 'cti_op_call_JSFunction'
  139. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1597: error: undefined reference to 'cti_op_call_arityCheck'
  140. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1597: error: undefined reference to 'cti_vm_lazyLinkCall'
  141. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_new_array'
  142. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_new_error'
  143. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_push_activation'
  144. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_strcat'
  145. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_convert_this'
  146. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_to_primitive'
  147. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_get_by_val'
  148. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_not'
  149. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_bitnot'
  150. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_bitxor'
  151. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_bitor'
  152. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_stricteq'
  153. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_nstricteq'
  154. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_instanceof'
  155. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_to_jsnumber'
  156. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_resolve'
  157. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_resolve_base'
  158. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_resolve_skip'
  159. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_resolve_with_base'
  160. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_push_new_scope'
  161. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_resolve_global'
  162. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_new_func'
  163. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_new_func_exp'
  164. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_new_regexp'
  165. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_throw'
  166. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_load_varargs'
  167. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_loop_if_lesseq'
  168. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_loop_if_lesseq'
  169. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jtrue'
  170. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jtrue'
  171. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_eq'
  172. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_eq'
  173. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_end'
  174. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_tear_off_activation'
  175. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_tear_off_arguments'
  176. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_debug_return'
  177. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_ret_scopeChain'
  178. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_pop_scope'
  179. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_debug_catch'
  180. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_debug'
  181. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_create_arguments_no_params'
  182. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_create_arguments'
  183. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_profile_will_call'
  184. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_profile_did_call'
  185. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_put_by_val'
  186. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_new_object'
  187. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_push_scope'
  188. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_jmp_scopes'
  189. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_switch_string'
  190. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_switch_imm'
  191. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_switch_char'
  192. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_get_pnames'
  193. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_to_object'
  194. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_has_property'
  195. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_get_by_id_self_fail'
  196. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_get_by_id'
  197. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_put_by_id_generic'
  198. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_get_by_id_proto_list'
  199. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_get_by_id_array_fail'
  200. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_get_by_val'
  201. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_put_by_index'
  202. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_put_getter'
  203. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_put_setter'
  204. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_put_by_id'
  205. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_del_by_id'
  206. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITPropertyAccess.cpp:1387: error: undefined reference to 'cti_op_get_by_id_method_check'
  207. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITPropertyAccess.cpp:1387: error: undefined reference to 'cti_op_get_by_id'
  208. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_get_by_id_proto_list'
  209. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:77: error: undefined reference to 'cti_op_put_by_id_transition_realloc'
  210. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_put_by_id_fail'
  211. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1592: error: undefined reference to 'cti_op_put_by_id_transition_realloc'
  212. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/X86Assembler.h:1597: error: undefined reference to 'cti_op_put_by_id_transition_realloc'
  213. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:66: error: undefined reference to 'QTJSC::Profiler::createCallIdentifier(QTJSC::ExecState*, QTJSC::JSValue, QTJSC::UString const&, int)'
  214. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/profiler/ProfileGenerator.cpp:126: error: undefined reference to '.LC15'
  215. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayConstructor.cpp:41: error: undefined reference to 'QTJSC::ArrayPrototype::info'
  216. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/ArrayPrototype.h:36: error: undefined reference to 'QTJSC::ArrayPrototype::info'
  217. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:249: error: undefined reference to 'QTJSC::ScopeNode::singleStatement() const'
  218. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:121: error: undefined reference to 'QTJSC::FunctionBodyNode::finishParsing(QTWTF::PassRefPtr<QTJSC::FunctionParameters>, QTJSC::Identifier const&)'
  219. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:186: error: undefined reference to 'QTJSC::FunctionBodyNode::finishParsing(QTWTF::PassRefPtr<QTJSC::FunctionParameters>, QTJSC::Identifier const&)'
  220. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/Executable.cpp:108: error: undefined reference to 'QTJSC::BytecodeGenerator::BytecodeGenerator(QTJSC::ProgramNode*, QTJSC::Debugger const*, QTJSC::ScopeChain const&, QTWTF::HashMap<QTWTF::RefPtr<QTJSC::UStringImpl>, QTJSC::SymbolTableEntry, QTJSC::IdentifierRepHash, QTWTF::HashTraits<QTWTF::RefPtr<QTJSC::UStringImpl> >, QTJSC::SymbolTableIndexHashTraits>*, QTJSC::ProgramCodeBlock*)'
  221. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:79: error: undefined reference to 'QTJSC::EvalNode::create(QTJSC::JSGlobalData*, QTJSC::SourceElements*, QTWTF::Vector<std::pair<QTJSC::Identifier const*, unsigned int>, 0ul>*, QTWTF::Vector<QTJSC::FunctionBodyNode*, 0ul>*, QTJSC::SourceCode const&, unsigned int, int)'
  222. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:86: error: undefined reference to 'QTJSC::StatementNode::setLoc(int, int)'
  223. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:79: error: undefined reference to 'QTJSC::ProgramNode::create(QTJSC::JSGlobalData*, QTJSC::SourceElements*, QTWTF::Vector<std::pair<QTJSC::Identifier const*, unsigned int>, 0ul>*, QTWTF::Vector<QTJSC::FunctionBodyNode*, 0ul>*, QTJSC::SourceCode const&, unsigned int, int)'
  224. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:86: error: undefined reference to 'QTJSC::StatementNode::setLoc(int, int)'
  225. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:79: error: undefined reference to 'QTJSC::FunctionBodyNode::create(QTJSC::JSGlobalData*, QTJSC::SourceElements*, QTWTF::Vector<std::pair<QTJSC::Identifier const*, unsigned int>, 0ul>*, QTWTF::Vector<QTJSC::FunctionBodyNode*, 0ul>*, QTJSC::SourceCode const&, unsigned int, int)'
  226. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/Parser.h:86: error: undefined reference to 'QTJSC::StatementNode::setLoc(int, int)'
  227. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:105: error: undefined reference to 'QTJSC::arrayTable'
  228. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.cpp:145: error: undefined reference to 'QTJSC::JITThunks::JITThunks(QTJSC::JSGlobalData*)'
  229. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:104: error: undefined reference to 'QTJSC::Profiler::stopProfiling(QTJSC::ExecState*, QTJSC::UString const&)'
  230. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.cpp:226: error: undefined reference to 'QTJSC::ArrayPrototype::ArrayPrototype(QTWTF::NonNullPassRefPtr<QTJSC::Structure>)'
  231. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:811: error: undefined reference to 'QTJSC::FunctionBodyNode::finishParsing(QTJSC::SourceCode const&, QTJSC::ParameterNode*, QTJSC::Identifier const&)'
  232. parser/Grammar.y:182: error: undefined reference to 'QTJSC::StatementNode::setLoc(int, int)'
  233. parser/Grammar.y:1231: error: undefined reference to 'QTJSC::SourceElements::append(QTJSC::StatementNode*)'
  234. parser/Grammar.y:1237: error: undefined reference to 'QTJSC::SourceElements::append(QTJSC::StatementNode*)'
  235. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:818: error: undefined reference to 'QTJSC::FunctionBodyNode::finishParsing(QTJSC::SourceCode const&, QTJSC::ParameterNode*, QTJSC::Identifier const&)'
  236. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:811: error: undefined reference to 'QTJSC::FunctionBodyNode::finishParsing(QTJSC::SourceCode const&, QTJSC::ParameterNode*, QTJSC::Identifier const&)'
  237. /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/parser/NodeConstructors.h:811: error: undefined reference to 'QTJSC::FunctionBodyNode::finishParsing(QTJSC::SourceCode const&, QTJSC::ParameterNode*, QTJSC::Identifier const&)'
  238. parser/Grammar.y:1219: error: undefined reference to 'QTJSC::FunctionBodyNode::create(QTJSC::JSGlobalData*)'
  239. parser/Grammar.y:1220: error: undefined reference to 'QTJSC::FunctionBodyNode::create(QTJSC::JSGlobalData*)'
  240. collect2: error: ld returned 1 exit status
  241. Makefile:681: recipe for target '../../lib/libQt5Script.so.5.5.1' failed
  242. make[2]: *** [../../lib/libQt5Script.so.5.5.1] Error 1
  243. make[2]: Leaving directory '/home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/build/src/script'
  244. Makefile:43: recipe for target 'sub-script-make_first-ordered' failed
  245. make[1]: *** [sub-script-make_first-ordered] Error 2
  246. make[1]: Leaving directory '/home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/build/src'
  247. Makefile:44: recipe for target 'sub-src-make_first' failed
  248. make: *** [sub-src-make_first] Error 2
  249. ERROR: oe_runmake failed
  250. ERROR: Function failed: do_compile (log file is located at /home/ryan/development/wayland/build/tmp/work/corei7-64-custom_distro-linux/qtscript/5.5.1+gitAUTOINC+50446e4edb-r0/temp/log.do_compile.5697)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement