Advertisement
Guest User

wesam log

a guest
Feb 23rd, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.13 KB | None | 0 0
  1. DEBUG: Executing shell function do_compile
  2. running build
  3. running build_py
  4. running build_ext
  5. building 'pysqlite2._sqlite' extension
  6. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/module.c -o build/temp.linux-x86_64-2.7/src/module.o
  7. src/module.c: In function 'init_sqlite':
  8. src/module.c:329:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  9. Py_INCREF(&pysqlite_ConnectionType);
  10. ^
  11. src/module.c:331:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  12. Py_INCREF(&pysqlite_CursorType);
  13. ^
  14. src/module.c:333:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  15. Py_INCREF(&pysqlite_CacheType);
  16. ^
  17. src/module.c:335:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  18. Py_INCREF(&pysqlite_StatementType);
  19. ^
  20. src/module.c:337:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  21. Py_INCREF(&pysqlite_PrepareProtocolType);
  22. ^
  23. src/module.c:339:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  24. Py_INCREF(&pysqlite_RowType);
  25. ^
  26. src/module.c:406:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  27. Py_INCREF((PyObject*)&PyCell_Type);
  28. ^
  29. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/connection.c -o build/temp.linux-x86_64-2.7/src/connection.o
  30. src/connection.c: In function 'pysqlite_connection_init':
  31. src/connection.c:98:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  32. Py_INCREF(&PyUnicode_Type);
  33. ^
  34. src/connection.c: In function '_pysqlite_final_callback':
  35. src/connection.c:787:15: warning: variable 'aggregate_class' set but not used [-Wunused-but-set-variable]
  36. PyObject* aggregate_class;
  37. ^
  38. src/connection.c: In function 'pysqlite_connection_exit':
  39. src/connection.c:1582:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  40. Py_INCREF(Py_False);
  41. ^
  42. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/cursor.c -o build/temp.linux-x86_64-2.7/src/cursor.o
  43. src/cursor.c: In function 'pysqlite_cursor_dealloc':
  44. src/cursor.c:129:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
  45. int rc;
  46. ^
  47. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/cache.c -o build/temp.linux-x86_64-2.7/src/cache.o
  48. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/microprotocols.c -o build/temp.linux-x86_64-2.7/src/microprotocols.o
  49. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/prepare_protocol.c -o build/temp.linux-x86_64-2.7/src/prepare_protocol.o
  50. src/prepare_protocol.c: In function 'pysqlite_prepare_protocol_setup_types':
  51. src/prepare_protocol.c:82:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  52. Py_TYPE(&pysqlite_PrepareProtocolType)= &PyType_Type;
  53. ^
  54. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/statement.c -o build/temp.linux-x86_64-2.7/src/statement.o
  55. src/statement.c: In function 'pysqlite_statement_dealloc':
  56. src/statement.c:410:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
  57. int rc;
  58. ^
  59. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/util.c -o build/temp.linux-x86_64-2.7/src/util.o
  60. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/xdt/build/tmp/sysroots/intel-corei7-64/usr/include/python2.7 -c src/row.c -o build/temp.linux-x86_64-2.7/src/row.o
  61. x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 --sysroot=/xdt/build/tmp/sysroots/intel-corei7-64 -shared -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now -O2 -pipe -g -feliminate-unused-debug-types -fstack-protector-all -pie -fpie -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/src/module.o build/temp.linux-x86_64-2.7/src/connection.o build/temp.linux-x86_64-2.7/src/cursor.o build/temp.linux-x86_64-2.7/src/cache.o build/temp.linux-x86_64-2.7/src/microprotocols.o build/temp.linux-x86_64-2.7/src/prepare_protocol.o build/temp.linux-x86_64-2.7/src/statement.o build/temp.linux-x86_64-2.7/src/util.o build/temp.linux-x86_64-2.7/src/row.o -lsqlite3 -o build/lib.linux-x86_64-2.7/pysqlite2/_sqlite.so
  62. /xdt/build/tmp/sysroots/intel-corei7-64/usr/lib/../lib/Scrt1.o: In function `_start':
  63. /xdt/build/tmp/work/corei7-64-poky-linux/glibc/2.22-r0/git/csu/../sysdeps/x86_64/start.S:104: undefined reference to `main'
  64. build/temp.linux-x86_64-2.7/src/module.o: In function `enable_callback_tracebacks':
  65. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:215: undefined reference to `PyArg_ParseTuple'
  66. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:219: undefined reference to `_Py_NoneStruct'
  67. build/temp.linux-x86_64-2.7/src/module.o: In function `module_register_converter':
  68. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:187: undefined reference to `PyArg_ParseTuple'
  69. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:192: undefined reference to `PyObject_CallMethod'
  70. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:197: undefined reference to `PyDict_SetItem'
  71. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:201: undefined reference to `_Py_NoneStruct'
  72. build/temp.linux-x86_64-2.7/src/module.o: In function `module_register_adapter':
  73. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:156: undefined reference to `PyArg_ParseTuple'
  74. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:163: undefined reference to `PyLong_Type'
  75. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:163: undefined reference to `PyInt_Type'
  76. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:163: undefined reference to `PyFloat_Type'
  77. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:163: undefined reference to `PyString_Type'
  78. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:163: undefined reference to `PyUnicode_Type'
  79. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:163: undefined reference to `PyBuffer_Type'
  80. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:171: undefined reference to `_Py_NoneStruct'
  81. build/temp.linux-x86_64-2.7/src/module.o: In function `module_complete':
  82. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:98: undefined reference to `PyArg_ParseTupleAndKeywords'
  83. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:106: undefined reference to `_Py_ZeroStruct'
  84. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:104: undefined reference to `_Py_TrueStruct'
  85. build/temp.linux-x86_64-2.7/src/module.o: In function `module_connect':
  86. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:68: undefined reference to `PyArg_ParseTupleAndKeywords'
  87. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:78: undefined reference to `PyObject_Call'
  88. build/temp.linux-x86_64-2.7/src/module.o: In function `module_enable_shared_cache':
  89. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:127: undefined reference to `PyArg_ParseTupleAndKeywords'
  90. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:138: undefined reference to `_Py_NoneStruct'
  91. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:135: undefined reference to `PyErr_SetString'
  92. build/temp.linux-x86_64-2.7/src/module.o: In function `init_sqlite':
  93. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:313: undefined reference to `Py_InitModule4_64'
  94. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:330: undefined reference to `PyModule_AddObject'
  95. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:332: undefined reference to `PyModule_AddObject'
  96. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:334: undefined reference to `PyModule_AddObject'
  97. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:336: undefined reference to `PyModule_AddObject'
  98. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:338: undefined reference to `PyModule_AddObject'
  99. build/temp.linux-x86_64-2.7/src/module.o:/xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:340: more undefined references to `PyModule_AddObject' follow
  100. build/temp.linux-x86_64-2.7/src/module.o: In function `init_sqlite':
  101. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:342: undefined reference to `PyModule_GetDict'
  102. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:348: undefined reference to `PyExc_StandardError'
  103. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:348: undefined reference to `PyErr_NewException'
  104. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:351: undefined reference to `PyDict_SetItemString'
  105. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:353: undefined reference to `PyErr_NewException'
  106. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:356: undefined reference to `PyDict_SetItemString'
  107. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:360: undefined reference to `PyErr_NewException'
  108. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:363: undefined reference to `PyDict_SetItemString'
  109. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:365: undefined reference to `PyErr_NewException'
  110. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:368: undefined reference to `PyDict_SetItemString'
  111. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:372: undefined reference to `PyErr_NewException'
  112. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:375: undefined reference to `PyDict_SetItemString'
  113. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:377: undefined reference to `PyErr_NewException'
  114. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:380: undefined reference to `PyDict_SetItemString'
  115. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:382: undefined reference to `PyErr_NewException'
  116. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:385: undefined reference to `PyDict_SetItemString'
  117. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:387: undefined reference to `PyErr_NewException'
  118. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:390: undefined reference to `PyDict_SetItemString'
  119. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:392: undefined reference to `PyErr_NewException'
  120. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:395: undefined reference to `PyDict_SetItemString'
  121. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:397: undefined reference to `PyErr_NewException'
  122. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:400: undefined reference to `PyDict_SetItemString'
  123. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:406: undefined reference to `PyCell_Type'
  124. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:408: undefined reference to `PyDict_SetItemString'
  125. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:412: undefined reference to `PyInt_FromLong'
  126. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:416: undefined reference to `PyDict_SetItemString'
  127. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:420: undefined reference to `PyString_FromString'
  128. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:423: undefined reference to `PyDict_SetItemString'
  129. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:426: undefined reference to `PyString_FromString'
  130. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:429: undefined reference to `PyDict_SetItemString'
  131. build/temp.linux-x86_64-2.7/src/module.o: In function `converters_init':
  132. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:230: undefined reference to `PyDict_New'
  133. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:235: undefined reference to `PyDict_SetItemString'
  134. build/temp.linux-x86_64-2.7/src/module.o: In function `init_sqlite':
  135. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:456: undefined reference to `PyEval_InitThreads'
  136. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:460: undefined reference to `PyErr_Occurred'
  137. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:462: undefined reference to `PyExc_ImportError'
  138. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/module.c:462: undefined reference to `PyErr_SetString'
  139. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_dealloc':
  140. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:277: undefined reference to `PyEval_SaveThread'
  141. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:279: undefined reference to `PyEval_RestoreThread'
  142. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:287: undefined reference to `PyMem_Free'
  143. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:281: undefined reference to `PyObject_CallMethod'
  144. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_execute':
  145. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1277: undefined reference to `PyObject_CallMethod'
  146. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1282: undefined reference to `PyObject_GetAttrString'
  147. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1288: undefined reference to `PyObject_CallObject'
  148. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_executemany':
  149. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1306: undefined reference to `PyObject_CallMethod'
  150. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1311: undefined reference to `PyObject_GetAttrString'
  151. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1317: undefined reference to `PyObject_CallObject'
  152. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_executescript':
  153. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1335: undefined reference to `PyObject_CallMethod'
  154. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1340: undefined reference to `PyObject_GetAttrString'
  155. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1346: undefined reference to `PyObject_CallObject'
  156. build/temp.linux-x86_64-2.7/src/connection.o: In function `_authorizer_callback':
  157. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:963: undefined reference to `PyGILState_Ensure'
  158. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:965: undefined reference to `PyObject_CallFunction'
  159. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:985: undefined reference to `PyGILState_Release'
  160. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:977: undefined reference to `PyInt_AsLong'
  161. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:969: undefined reference to `PyErr_Print'
  162. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:971: undefined reference to `PyErr_Clear'
  163. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_exit':
  164. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1566: undefined reference to `PyArg_ParseTuple'
  165. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1570: undefined reference to `_Py_NoneStruct'
  166. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1576: undefined reference to `PyObject_CallMethod'
  167. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1582: undefined reference to `_Py_ZeroStruct'
  168. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_collation_callback':
  169. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1375: undefined reference to `PyGILState_Ensure'
  170. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1378: undefined reference to `PyErr_Occurred'
  171. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1406: undefined reference to `PyGILState_Release'
  172. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1382: undefined reference to `PyString_FromStringAndSize'
  173. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1383: undefined reference to `PyString_FromStringAndSize'
  174. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1389: undefined reference to `PyObject_CallFunctionObjArgs'
  175. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1396: undefined reference to `PyInt_AsLong'
  176. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1397: undefined reference to `PyErr_Occurred'
  177. build/temp.linux-x86_64-2.7/src/connection.o: In function `_progress_handler':
  178. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:997: undefined reference to `PyGILState_Ensure'
  179. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:999: undefined reference to `PyObject_CallFunction'
  180. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1011: undefined reference to `PyObject_IsTrue'
  181. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1016: undefined reference to `PyGILState_Release'
  182. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1003: undefined reference to `PyErr_Print'
  183. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1005: undefined reference to `PyErr_Clear'
  184. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_drop_unused_statement_references':
  185. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:839: undefined reference to `PyList_New'
  186. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:845: undefined reference to `PyList_GetItem'
  187. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:846: undefined reference to `PyWeakref_GetObject'
  188. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:846: undefined reference to `_Py_NoneStruct'
  189. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:847: undefined reference to `PyList_Append'
  190. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:844: undefined reference to `PyList_Size'
  191. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_flush_statement_cache':
  192. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:233: undefined reference to `PyObject_CallFunction'
  193. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_do_all_statements':
  194. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:246: undefined reference to `PyList_Size'
  195. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:247: undefined reference to `PyList_GetItem'
  196. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:248: undefined reference to `PyWeakref_GetObject'
  197. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:249: undefined reference to `_Py_NoneStruct'
  198. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:260: undefined reference to `PyList_GetItem'
  199. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:261: undefined reference to `PyWeakref_GetObject'
  200. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:262: undefined reference to `_Py_NoneStruct'
  201. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:259: undefined reference to `PyList_Size'
  202. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_register_cursor':
  203. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:309: undefined reference to `PyWeakref_NewRef'
  204. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:314: undefined reference to `PyList_Append'
  205. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_check_connection':
  206. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:437: undefined reference to `PyErr_SetString'
  207. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:442: undefined reference to `PyErr_SetString'
  208. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_iterdump':
  209. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1445: undefined reference to `PyImport_ImportModule'
  210. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1450: undefined reference to `PyModule_GetDict'
  211. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1455: undefined reference to `PyDict_GetItemString'
  212. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1461: undefined reference to `PyTuple_New'
  213. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1466: undefined reference to `PyTuple_SetItem'
  214. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1467: undefined reference to `PyObject_CallObject'
  215. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1457: undefined reference to `PyErr_SetString'
  216. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_interrupt':
  217. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1422: undefined reference to `_Py_NoneStruct'
  218. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_connection_begin':
  219. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:455: undefined reference to `PyEval_SaveThread'
  220. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:457: undefined reference to `PyEval_RestoreThread'
  221. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:480: undefined reference to `PyErr_Occurred'
  222. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:483: undefined reference to `_Py_NoneStruct'
  223. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:471: undefined reference to `PyEval_SaveThread'
  224. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:473: undefined reference to `PyEval_RestoreThread'
  225. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:475: undefined reference to `PyErr_Occurred'
  226. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_set_result':
  227. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:587: undefined reference to `PyErr_Occurred'
  228. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:589: undefined reference to `_Py_NoneStruct'
  229. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:594: undefined reference to `PyFloat_Type'
  230. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:594: undefined reference to `PyType_IsSubtype'
  231. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:596: undefined reference to `PyBuffer_Type'
  232. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:605: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  233. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:607: undefined reference to `PyString_AsString'
  234. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:595: undefined reference to `PyFloat_AsDouble'
  235. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:592: undefined reference to `PyInt_AsLong'
  236. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:603: undefined reference to `PyString_AsString'
  237. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:597: undefined reference to `PyObject_AsCharBuffer'
  238. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:598: undefined reference to `PyExc_ValueError'
  239. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:598: undefined reference to `PyErr_SetString'
  240. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_final_callback':
  241. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:792: undefined reference to `PyGILState_Ensure'
  242. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:805: undefined reference to `PyObject_CallMethod'
  243. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:810: undefined reference to `PyErr_Clear'
  244. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:808: undefined reference to `PyErr_Print'
  245. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_build_py_params':
  246. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:626: undefined reference to `PyTuple_New'
  247. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:653: undefined reference to `PyBuffer_New'
  248. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:657: undefined reference to `PyObject_AsWriteBuffer'
  249. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:675: undefined reference to `PyTuple_SetItem'
  250. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:636: undefined reference to `PyInt_FromLong'
  251. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:639: undefined reference to `PyFloat_FromDouble'
  252. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:666: undefined reference to `_Py_NoneStruct'
  253. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:643: undefined reference to `PyUnicodeUCS2_DecodeUTF8'
  254. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:646: undefined reference to `PyErr_Clear'
  255. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:647: undefined reference to `_Py_NoneStruct'
  256. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_func_callback':
  257. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:691: undefined reference to `PyGILState_Ensure'
  258. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:698: undefined reference to `PyObject_CallObject'
  259. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:709: undefined reference to `PyErr_Clear'
  260. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:707: undefined reference to `PyErr_Print'
  261. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_step_callback':
  262. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:730: undefined reference to `PyGILState_Ensure'
  263. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:752: undefined reference to `PyObject_GetAttrString'
  264. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:762: undefined reference to `PyObject_CallObject'
  265. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:769: undefined reference to `PyErr_Clear'
  266. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:738: undefined reference to `PyObject_CallFunction'
  267. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:740: undefined reference to `PyErr_Occurred'
  268. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:743: undefined reference to `PyErr_Print'
  269. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:745: undefined reference to `PyErr_Clear'
  270. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:767: undefined reference to `PyErr_Print'
  271. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_check_thread':
  272. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1134: undefined reference to `PyThread_get_thread_ident'
  273. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1135: undefined reference to `PyThread_get_thread_ident'
  274. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1135: undefined reference to `PyErr_Format'
  275. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_cursor':
  276. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:332: undefined reference to `PyArg_ParseTupleAndKeywords'
  277. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:345: undefined reference to `PyObject_CallFunction'
  278. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:349: undefined reference to `_Py_NoneStruct'
  279. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_close':
  280. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:406: undefined reference to `PyObject_CallMethod'
  281. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:425: undefined reference to `_Py_NoneStruct'
  282. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:412: undefined reference to `PyEval_SaveThread'
  283. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:414: undefined reference to `PyEval_RestoreThread'
  284. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_commit':
  285. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:526: undefined reference to `PyErr_Occurred'
  286. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:529: undefined reference to `_Py_NoneStruct'
  287. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:501: undefined reference to `PyEval_SaveThread'
  288. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:503: undefined reference to `PyEval_RestoreThread'
  289. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:516: undefined reference to `PyEval_SaveThread'
  290. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:518: undefined reference to `PyEval_RestoreThread'
  291. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:519: undefined reference to `PyErr_Occurred'
  292. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_set_isolation_level':
  293. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1171: undefined reference to `PyMem_Free'
  294. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1175: undefined reference to `_Py_NoneStruct'
  295. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1190: undefined reference to `PyString_FromString'
  296. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1194: undefined reference to `PyString_Concat'
  297. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1199: undefined reference to `PyString_AsString'
  298. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1204: undefined reference to `PyMem_Malloc'
  299. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_init':
  300. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:81: undefined reference to `PyArg_ParseTupleAndKeywords'
  301. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:95: undefined reference to `_Py_NoneStruct'
  302. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:98: undefined reference to `PyUnicode_Type'
  303. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:112: undefined reference to `PyEval_SaveThread'
  304. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:113: undefined reference to `PyString_AsString'
  305. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:114: undefined reference to `PyEval_RestoreThread'
  306. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:162: undefined reference to `PyObject_CallFunction'
  307. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:163: undefined reference to `PyErr_Occurred'
  308. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:171: undefined reference to `PyList_New'
  309. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:172: undefined reference to `PyList_New'
  310. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:190: undefined reference to `PyThread_get_thread_ident'
  311. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:194: undefined reference to `PyDict_New'
  312. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:199: undefined reference to `PyDict_New'
  313. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:124: undefined reference to `PyObject_GetAttrString'
  314. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:126: undefined reference to `PyObject_Str'
  315. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:128: undefined reference to `PyString_AsString'
  316. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:145: undefined reference to `PyExc_ValueError'
  317. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:145: undefined reference to `PyErr_SetString'
  318. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:106: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  319. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:151: undefined reference to `PyString_FromString'
  320. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_rollback':
  321. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:572: undefined reference to `PyErr_Occurred'
  322. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:575: undefined reference to `_Py_NoneStruct'
  323. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:547: undefined reference to `PyEval_SaveThread'
  324. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:549: undefined reference to `PyEval_RestoreThread'
  325. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:562: undefined reference to `PyEval_SaveThread'
  326. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:564: undefined reference to `PyEval_RestoreThread'
  327. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:565: undefined reference to `PyErr_Occurred'
  328. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_create_function':
  329. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:903: undefined reference to `PyArg_ParseTupleAndKeywords'
  330. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:916: undefined reference to `_Py_NoneStruct'
  331. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:916: undefined reference to `PyDict_SetItem'
  332. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:913: undefined reference to `PyErr_SetString'
  333. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_create_aggregate':
  334. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:937: undefined reference to `PyArg_ParseTupleAndKeywords'
  335. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:948: undefined reference to `_Py_NoneStruct'
  336. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:948: undefined reference to `PyDict_SetItem'
  337. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:945: undefined reference to `PyErr_SetString'
  338. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_call':
  339. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1228: undefined reference to `PyArg_ParseTuple'
  340. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1234: undefined reference to `_PyObject_New'
  341. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1253: undefined reference to `PyWeakref_NewRef'
  342. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1259: undefined reference to `PyList_Append'
  343. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1245: undefined reference to `PyErr_SetString'
  344. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1243: undefined reference to `PyErr_SetString'
  345. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_create_collation':
  346. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1538: undefined reference to `PyErr_Occurred'
  347. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1541: undefined reference to `_Py_NoneStruct'
  348. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1489: undefined reference to `PyString_Type'
  349. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1489: undefined reference to `PyArg_ParseTuple'
  350. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1493: undefined reference to `PyObject_CallMethod'
  351. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1498: undefined reference to `PyString_AsString'
  352. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1506: undefined reference to `PyErr_SetString'
  353. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1511: undefined reference to `_Py_NoneStruct'
  354. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1511: undefined reference to `PyCallable_Check'
  355. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1517: undefined reference to `PyDict_SetItem'
  356. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1525: undefined reference to `PyString_AsString'
  357. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1530: undefined reference to `PyDict_DelItem'
  358. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1520: undefined reference to `PyDict_DelItem'
  359. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1512: undefined reference to `PyExc_TypeError'
  360. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1512: undefined reference to `PyErr_SetString'
  361. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_set_progress_handler':
  362. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1062: undefined reference to `PyArg_ParseTupleAndKeywords'
  363. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1067: undefined reference to `_Py_NoneStruct'
  364. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1072: undefined reference to `PyDict_SetItem'
  365. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_set_authorizer':
  366. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1032: undefined reference to `PyArg_ParseTupleAndKeywords'
  367. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1043: undefined reference to `_Py_NoneStruct'
  368. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1043: undefined reference to `PyDict_SetItem'
  369. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1040: undefined reference to `PyErr_SetString'
  370. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_setup_types':
  371. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1702: undefined reference to `PyType_GenericNew'
  372. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_get_total_changes':
  373. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1158: undefined reference to `Py_BuildValue'
  374. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_final_callback':
  375. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:822: undefined reference to `PyGILState_Release'
  376. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_func_callback':
  377. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:715: undefined reference to `PyGILState_Release'
  378. build/temp.linux-x86_64-2.7/src/connection.o: In function `_pysqlite_step_callback':
  379. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:779: undefined reference to `PyGILState_Release'
  380. build/temp.linux-x86_64-2.7/src/connection.o: In function `pysqlite_connection_setup_types':
  381. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/connection.c:1703: undefined reference to `PyType_Ready'
  382. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_noop':
  383. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:1035: undefined reference to `_Py_NoneStruct'
  384. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_close':
  385. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:1052: undefined reference to `_Py_NoneStruct'
  386. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_init':
  387. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:83: undefined reference to `PyArg_ParseTuple'
  388. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:94: undefined reference to `PyList_New'
  389. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:99: undefined reference to `_Py_NoneStruct'
  390. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_dealloc':
  391. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:145: undefined reference to `PyObject_ClearWeakRefs'
  392. build/temp.linux-x86_64-2.7/src/cursor.o: In function `check_cursor':
  393. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:450: undefined reference to `PyErr_SetString'
  394. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:440: undefined reference to `PyErr_SetString'
  395. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:445: undefined reference to `PyErr_SetString'
  396. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_executescript':
  397. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:811: undefined reference to `PyArg_ParseTuple'
  398. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:824: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  399. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:829: undefined reference to `PyString_AsString'
  400. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:843: undefined reference to `PyEval_SaveThread'
  401. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:849: undefined reference to `PyEval_RestoreThread'
  402. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:882: undefined reference to `PyErr_Occurred'
  403. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:831: undefined reference to `PyExc_ValueError'
  404. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:831: undefined reference to `PyErr_SetString'
  405. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:822: undefined reference to `PyString_AsString'
  406. build/temp.linux-x86_64-2.7/src/cursor.o: In function `_pysqlite_get_converter':
  407. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:156: undefined reference to `PyObject_CallMethod'
  408. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:161: undefined reference to `PyDict_GetItem'
  409. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_build_row_cast_map':
  410. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:184: undefined reference to `PyList_New'
  411. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:235: undefined reference to `_Py_NoneStruct'
  412. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:238: undefined reference to `PyList_Append'
  413. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:196: undefined reference to `PyString_FromStringAndSize'
  414. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:221: undefined reference to `PyString_FromStringAndSize'
  415. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:239: undefined reference to `_Py_NoneStruct'
  416. build/temp.linux-x86_64-2.7/src/cursor.o: In function `_pysqlite_build_column_name':
  417. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:953: undefined reference to `_Py_NoneStruct'
  418. build/temp.linux-x86_64-2.7/src/cursor.o: In function `_pysqlite_fetch_one_row':
  419. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:321: undefined reference to `PyEval_SaveThread'
  420. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:323: undefined reference to `PyEval_RestoreThread'
  421. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:325: undefined reference to `PyTuple_New'
  422. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:364: undefined reference to `PyEval_SaveThread'
  423. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:366: undefined reference to `PyEval_RestoreThread'
  424. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:404: undefined reference to `PyBuffer_New'
  425. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:408: undefined reference to `PyObject_AsWriteBuffer'
  426. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:417: undefined reference to `PyTuple_SetItem'
  427. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:334: undefined reference to `PyList_GetItem'
  428. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:342: undefined reference to `_Py_NoneStruct'
  429. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:352: undefined reference to `PyString_FromStringAndSize'
  430. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:356: undefined reference to `PyObject_CallFunction'
  431. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:424: undefined reference to `PyErr_Occurred'
  432. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:368: undefined reference to `_Py_NoneStruct'
  433. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:381: undefined reference to `PyUnicode_Type'
  434. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:396: undefined reference to `PyString_Type'
  435. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:399: undefined reference to `PyObject_CallFunction'
  436. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:419: undefined reference to `_Py_NoneStruct'
  437. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:420: undefined reference to `PyTuple_SetItem'
  438. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:373: undefined reference to `PyLong_FromLongLong'
  439. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:378: undefined reference to `PyFloat_FromDouble'
  440. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:375: undefined reference to `PyInt_FromLong'
  441. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_unicode_from_string':
  442. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:288: undefined reference to `PyString_FromStringAndSize'
  443. build/temp.linux-x86_64-2.7/src/cursor.o: In function `_pysqlite_fetch_one_row':
  444. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:317: undefined reference to `PyErr_SetString'
  445. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_unicode_from_string':
  446. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:290: undefined reference to `PyUnicodeUCS2_DecodeUTF8'
  447. build/temp.linux-x86_64-2.7/src/cursor.o: In function `_pysqlite_fetch_one_row':
  448. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:392: undefined reference to `PyOS_snprintf'
  449. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:394: undefined reference to `PyErr_SetString'
  450. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:397: undefined reference to `PyString_FromStringAndSize'
  451. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_iternext':
  452. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:923: undefined reference to `_Py_NoneStruct'
  453. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:924: undefined reference to `PyObject_CallFunction'
  454. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:907: undefined reference to `PyErr_SetString'
  455. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_fetchone':
  456. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:952: undefined reference to `PyErr_Occurred'
  457. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:953: undefined reference to `_Py_NoneStruct'
  458. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_fetchmany':
  459. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:969: undefined reference to `PyArg_ParseTupleAndKeywords'
  460. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:973: undefined reference to `PyList_New'
  461. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:984: undefined reference to `PyList_Append'
  462. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:995: undefined reference to `PyErr_Occurred'
  463. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_fetchall':
  464. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:1008: undefined reference to `PyList_New'
  465. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:1019: undefined reference to `PyList_Append'
  466. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:1024: undefined reference to `PyErr_Occurred'
  467. build/temp.linux-x86_64-2.7/src/cursor.o: In function `_pysqlite_query_execute':
  468. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:484: undefined reference to `PyUnicode_Type'
  469. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:492: undefined reference to `PyArg_ParseTuple'
  470. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:783: undefined reference to `PyErr_Occurred'
  471. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:514: undefined reference to `PyArg_ParseTuple'
  472. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:523: undefined reference to `PyList_New'
  473. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:536: undefined reference to `PyList_Append'
  474. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:501: undefined reference to `_PyObject_NextNotImplemented'
  475. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:554: undefined reference to `PyString_AsString'
  476. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:566: undefined reference to `_Py_NoneStruct'
  477. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:570: undefined reference to `PyTuple_New'
  478. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:575: undefined reference to `PyTuple_SetItem'
  479. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:593: undefined reference to `_PyObject_New'
  480. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:519: undefined reference to `PyExc_ValueError'
  481. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:519: undefined reference to `PyErr_SetString'
  482. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:556: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  483. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:561: undefined reference to `PyString_AsString'
  484. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:529: undefined reference to `PyTuple_New'
  485. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:507: undefined reference to `PyObject_GetIter'
  486. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:542: undefined reference to `PyObject_GetIter'
  487. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:644: undefined reference to `PyIter_Next'
  488. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:652: undefined reference to `PyErr_Occurred'
  489. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:679: undefined reference to `PyErr_Occurred'
  490. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:682: undefined reference to `PyErr_Print'
  491. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:699: undefined reference to `_Py_NoneStruct'
  492. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:756: undefined reference to `_Py_NoneStruct'
  493. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:635: undefined reference to `PyErr_SetString'
  494. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:684: undefined reference to `PyErr_Clear'
  495. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:699: undefined reference to `_Py_NoneStruct'
  496. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:751: undefined reference to `PyEval_SaveThread'
  497. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:753: undefined reference to `PyEval_RestoreThread'
  498. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:754: undefined reference to `PyInt_FromLong'
  499. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:700: undefined reference to `PyEval_SaveThread'
  500. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:702: undefined reference to `PyEval_RestoreThread'
  501. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:705: undefined reference to `PyTuple_New'
  502. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:710: undefined reference to `PyTuple_New'
  503. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:714: undefined reference to `PyTuple_SetItem'
  504. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:715: undefined reference to `_Py_NoneStruct'
  505. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:715: undefined reference to `PyTuple_SetItem'
  506. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:716: undefined reference to `_Py_NoneStruct'
  507. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:716: undefined reference to `PyTuple_SetItem'
  508. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:717: undefined reference to `_Py_NoneStruct'
  509. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:717: undefined reference to `PyTuple_SetItem'
  510. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:718: undefined reference to `_Py_NoneStruct'
  511. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:718: undefined reference to `PyTuple_SetItem'
  512. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:719: undefined reference to `_Py_NoneStruct'
  513. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:719: undefined reference to `PyTuple_SetItem'
  514. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:720: undefined reference to `_Py_NoneStruct'
  515. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:720: undefined reference to `PyTuple_SetItem'
  516. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:721: undefined reference to `PyTuple_SetItem'
  517. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:694: undefined reference to `PyErr_SetString'
  518. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:728: undefined reference to `PyErr_SetString'
  519. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_setup_types':
  520. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:1136: undefined reference to `PyType_GenericNew'
  521. build/temp.linux-x86_64-2.7/src/cursor.o: In function `_pysqlite_build_column_name':
  522. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:266: undefined reference to `PyString_FromStringAndSize'
  523. build/temp.linux-x86_64-2.7/src/cursor.o: In function `pysqlite_cursor_setup_types':
  524. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cursor.c:1137: undefined reference to `PyType_Ready'
  525. build/temp.linux-x86_64-2.7/src/cache.o: In function `pysqlite_cache_init':
  526. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:65: undefined reference to `PyArg_ParseTuple'
  527. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:77: undefined reference to `PyDict_New'
  528. build/temp.linux-x86_64-2.7/src/cache.o: In function `pysqlite_cache_display':
  529. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:256: undefined reference to `PyObject_Print'
  530. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:241: undefined reference to `Py_BuildValue'
  531. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:245: undefined reference to `PyString_FromString'
  532. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:250: undefined reference to `PyString_Format'
  533. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:265: undefined reference to `_Py_NoneStruct'
  534. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:237: undefined reference to `_Py_NoneStruct'
  535. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:230: undefined reference to `_Py_NoneStruct'
  536. build/temp.linux-x86_64-2.7/src/cache.o: In function `pysqlite_cache_get':
  537. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:123: undefined reference to `PyDict_GetItem'
  538. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:166: undefined reference to `PyDict_Size'
  539. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:184: undefined reference to `PyObject_CallFunction'
  540. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:198: undefined reference to `PyDict_SetItem'
  541. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:170: undefined reference to `PyDict_DelItem'
  542. build/temp.linux-x86_64-2.7/src/cache.o: In function `pysqlite_cache_setup_types':
  543. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:365: undefined reference to `PyType_GenericNew'
  544. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:368: undefined reference to `PyType_Ready'
  545. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/cache.c:373: undefined reference to `PyType_Ready'
  546. build/temp.linux-x86_64-2.7/src/microprotocols.o: In function `pysqlite_microprotocols_init':
  547. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:44: undefined reference to `PyDict_New'
  548. build/temp.linux-x86_64-2.7/src/microprotocols.o: In function `pysqlite_microprotocols_add':
  549. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:62: undefined reference to `Py_BuildValue'
  550. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:67: undefined reference to `PyDict_SetItem'
  551. build/temp.linux-x86_64-2.7/src/microprotocols.o: In function `pysqlite_microprotocols_adapt':
  552. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:85: undefined reference to `Py_BuildValue'
  553. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:89: undefined reference to `PyDict_GetItem'
  554. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:97: undefined reference to `PyObject_HasAttrString'
  555. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:112: undefined reference to `PyObject_HasAttrString'
  556. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:113: undefined reference to `PyObject_CallMethod'
  557. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:115: undefined reference to `_Py_NoneStruct'
  558. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:98: undefined reference to `PyObject_CallMethod'
  559. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:100: undefined reference to `_Py_NoneStruct'
  560. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:107: undefined reference to `PyErr_Occurred'
  561. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:107: undefined reference to `PyExc_TypeError'
  562. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:107: undefined reference to `PyErr_ExceptionMatches'
  563. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:122: undefined reference to `PyErr_Occurred'
  564. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:122: undefined reference to `PyExc_TypeError'
  565. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:122: undefined reference to `PyErr_ExceptionMatches'
  566. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:128: undefined reference to `PyErr_SetString'
  567. build/temp.linux-x86_64-2.7/src/microprotocols.o: In function `pysqlite_adapt':
  568. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:140: undefined reference to `PyArg_ParseTuple'
  569. build/temp.linux-x86_64-2.7/src/microprotocols.o: In function `pysqlite_microprotocols_init':
  570. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:48: undefined reference to `PyDict_SetItemString'
  571. build/temp.linux-x86_64-2.7/src/microprotocols.o: In function `pysqlite_microprotocols_adapt':
  572. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/microprotocols.c:92: undefined reference to `PyObject_CallFunctionObjArgs'
  573. build/temp.linux-x86_64-2.7/src/prepare_protocol.o: In function `pysqlite_prepare_protocol_setup_types':
  574. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/prepare_protocol.c:81: undefined reference to `PyType_GenericNew'
  575. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/prepare_protocol.c:82: undefined reference to `PyType_Type'
  576. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/prepare_protocol.c:83: undefined reference to `PyType_Ready'
  577. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_dealloc':
  578. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:413: undefined reference to `PyEval_SaveThread'
  579. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:415: undefined reference to `PyEval_RestoreThread'
  580. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:423: undefined reference to `PyObject_ClearWeakRefs'
  581. build/temp.linux-x86_64-2.7/src/statement.o: In function `_need_adapt':
  582. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:197: undefined reference to `PyLong_Type'
  583. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:197: undefined reference to `PyInt_Type'
  584. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:197: undefined reference to `PyFloat_Type'
  585. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:197: undefined reference to `PyString_Type'
  586. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:197: undefined reference to `PyUnicode_Type'
  587. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:197: undefined reference to `PyBuffer_Type'
  588. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_create':
  589. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:80: undefined reference to `PyString_AsString'
  590. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:82: undefined reference to `PyEval_SaveThread'
  591. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:88: undefined reference to `PyEval_RestoreThread'
  592. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:67: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  593. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_bind_parameter':
  594. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:113: undefined reference to `_Py_NoneStruct'
  595. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:118: undefined reference to `PyInt_Type'
  596. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:120: undefined reference to `PyLong_Type'
  597. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:122: undefined reference to `PyFloat_Type'
  598. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:124: undefined reference to `PyString_Type'
  599. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:126: undefined reference to `PyUnicode_Type'
  600. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:128: undefined reference to `PyBuffer_Type'
  601. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:157: undefined reference to `PyInt_AsLong'
  602. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:134: undefined reference to `PyFloat_Type'
  603. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:134: undefined reference to `PyType_IsSubtype'
  604. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:170: undefined reference to `PyString_Size'
  605. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:166: undefined reference to `PyFloat_AsDouble'
  606. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:148: undefined reference to `PyErr_SetString'
  607. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:161: undefined reference to `PyLong_AsLongLong'
  608. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:181: undefined reference to `PyObject_AsCharBuffer'
  609. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:174: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  610. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:175: undefined reference to `PyString_AsString'
  611. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:176: undefined reference to `PyString_Size'
  612. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:184: undefined reference to `PyExc_ValueError'
  613. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:184: undefined reference to `PyErr_SetString'
  614. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_bind_parameters':
  615. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:222: undefined reference to `PyEval_SaveThread'
  616. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:224: undefined reference to `PyEval_RestoreThread'
  617. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:226: undefined reference to `PyTuple_Type'
  618. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:226: undefined reference to `PyList_Type'
  619. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:279: undefined reference to `PyEval_SaveThread'
  620. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:281: undefined reference to `PyEval_RestoreThread'
  621. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:288: undefined reference to `PyDict_Type'
  622. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:292: undefined reference to `PyMapping_GetItemString'
  623. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:315: undefined reference to `PyErr_Occurred'
  624. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:289: undefined reference to `PyDict_GetItemString'
  625. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:226: undefined reference to `PySequence_Check'
  626. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:228: undefined reference to `PyTuple_Type'
  627. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:230: undefined reference to `PyList_Type'
  628. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:233: undefined reference to `PySequence_Size'
  629. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:241: undefined reference to `PyTuple_Type'
  630. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:244: undefined reference to `PyList_Type'
  631. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:248: undefined reference to `PySequence_GetItem'
  632. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:322: undefined reference to `PyExc_ValueError'
  633. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:306: undefined reference to `PyErr_Clear'
  634. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:270: undefined reference to `PyErr_Occurred'
  635. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:261: undefined reference to `PyErr_Clear'
  636. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_recompile':
  637. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:333: undefined reference to `PyString_AsString'
  638. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:335: undefined reference to `PyEval_SaveThread'
  639. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:341: undefined reference to `PyEval_RestoreThread'
  640. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_finalize':
  641. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:373: undefined reference to `PyEval_SaveThread'
  642. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:375: undefined reference to `PyEval_RestoreThread'
  643. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_reset':
  644. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:391: undefined reference to `PyEval_SaveThread'
  645. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:393: undefined reference to `PyEval_RestoreThread'
  646. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_setup_types':
  647. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:543: undefined reference to `PyType_GenericNew'
  648. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_bind_parameters':
  649. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:322: undefined reference to `PyErr_SetString'
  650. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:236: undefined reference to `PyErr_Format'
  651. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:283: undefined reference to `PyErr_Format'
  652. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:316: undefined reference to `PyErr_Format'
  653. build/temp.linux-x86_64-2.7/src/statement.o: In function `pysqlite_statement_setup_types':
  654. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/statement.c:544: undefined reference to `PyType_Ready'
  655. build/temp.linux-x86_64-2.7/src/util.o: In function `pysqlite_step':
  656. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:36: undefined reference to `PyEval_SaveThread'
  657. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:38: undefined reference to `PyEval_RestoreThread'
  658. build/temp.linux-x86_64-2.7/src/util.o: In function `_pysqlite_seterror':
  659. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:100: undefined reference to `PyErr_SetString'
  660. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:94: undefined reference to `PyErr_SetString'
  661. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:97: undefined reference to `PyErr_SetString'
  662. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:62: undefined reference to `PyErr_Clear'
  663. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:84: undefined reference to `PyErr_SetString'
  664. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:66: undefined reference to `PyErr_SetString'
  665. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:69: undefined reference to `PyErr_NoMemory'
  666. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/util.c:90: undefined reference to `PyErr_SetString'
  667. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_print':
  668. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:164: undefined reference to `PyTuple_Type'
  669. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_init':
  670. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:44: undefined reference to `PyArg_ParseTuple'
  671. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:48: undefined reference to `PyObject_IsInstance'
  672. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:49: undefined reference to `PyExc_TypeError'
  673. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:49: undefined reference to `PyErr_SetString'
  674. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:54: undefined reference to `PyExc_TypeError'
  675. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:54: undefined reference to `PyErr_SetString'
  676. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_subscript':
  677. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:127: undefined reference to `PySlice_Type'
  678. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:131: undefined reference to `PyExc_IndexError'
  679. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:131: undefined reference to `PyErr_SetString'
  680. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:80: undefined reference to `PyInt_AsLong'
  681. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:86: undefined reference to `PyTuple_GetItem'
  682. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:85: undefined reference to `PyLong_AsLong'
  683. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:90: undefined reference to `PyString_AsString'
  684. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:92: undefined reference to `PyTuple_Size'
  685. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:95: undefined reference to `PyString_AsString'
  686. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:125: undefined reference to `PyExc_IndexError'
  687. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:125: undefined reference to `PyErr_SetString'
  688. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:128: undefined reference to `PyExc_ValueError'
  689. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:128: undefined reference to `PyErr_SetString'
  690. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:118: undefined reference to `PyTuple_GetItem'
  691. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_keys':
  692. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:146: undefined reference to `PyList_New'
  693. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:150: undefined reference to `PyTuple_Size'
  694. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:153: undefined reference to `PyList_Append'
  695. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_hash':
  696. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:174: undefined reference to `PyObject_Hash'
  697. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:174: undefined reference to `PyObject_Hash'
  698. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_richcompare':
  699. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:192: undefined reference to `_Py_NotImplementedStruct'
  700. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:183: undefined reference to `PyType_IsSubtype'
  701. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:185: undefined reference to `PyObject_RichCompare'
  702. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:187: undefined reference to `_Py_ZeroStruct'
  703. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:186: undefined reference to `_Py_TrueStruct'
  704. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_setup_types':
  705. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:253: undefined reference to `PyType_GenericNew'
  706. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_iter':
  707. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:169: undefined reference to `PyObject_GetIter'
  708. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_richcompare':
  709. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:189: undefined reference to `PyObject_RichCompare'
  710. build/temp.linux-x86_64-2.7/src/row.o: In function `pysqlite_row_setup_types':
  711. /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/pysqlite-2.6.3/src/row.c:255: undefined reference to `PyType_Ready'
  712. collect2: error: ld returned 1 exit status
  713. error: command 'x86_64-poky-linux-gcc' failed with exit status 1
  714. WARNING: exit code 1 from a shell command.
  715. ERROR: python setup.py build execution failed.
  716. ERROR: Function failed: do_compile (log file is located at /xdt/build/tmp/work/corei7-64-poky-linux/python-pysqlite/2.6.3-r0/temp/log.do_compile.16342)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement