Advertisement
Guest User

ujson yocto

a guest
Dec 19th, 2016
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 22.65 KB | None | 0 0
  1. DEBUG: Executing shell function do_compile
  2. running build
  3. running build_ext
  4. building 'ujson' extension
  5. creating build
  6. creating build/temp.linux-x86_64-2.7
  7. creating build/temp.linux-x86_64-2.7/python
  8. creating build/temp.linux-x86_64-2.7/lib
  9. i586-poky-linux-gcc -m32 -march=i586 -Wa,-momit-lock-prefix=yes --sysroot=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/work/i586-nlp-32-poky-linux/python-ujson/1.35-r0=/usr/src/debug/python-ujson/1.35-r0 -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark= -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -I./python -I./lib -I/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark/usr/include/python2.7 -c ./python/ujson.c -o build/temp.linux-x86_64-2.7/./python/ujson.o -D_GNU_SOURCE
  10. i586-poky-linux-gcc -m32 -march=i586 -Wa,-momit-lock-prefix=yes --sysroot=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/work/i586-nlp-32-poky-linux/python-ujson/1.35-r0=/usr/src/debug/python-ujson/1.35-r0 -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark= -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -I./python -I./lib -I/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark/usr/include/python2.7 -c ./python/objToJSON.c -o build/temp.linux-x86_64-2.7/./python/objToJSON.o -D_GNU_SOURCE
  11. i586-poky-linux-gcc -m32 -march=i586 -Wa,-momit-lock-prefix=yes --sysroot=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/work/i586-nlp-32-poky-linux/python-ujson/1.35-r0=/usr/src/debug/python-ujson/1.35-r0 -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark= -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -I./python -I./lib -I/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark/usr/include/python2.7 -c ./python/JSONtoObj.c -o build/temp.linux-x86_64-2.7/./python/JSONtoObj.o -D_GNU_SOURCE
  12. ./python/JSONtoObj.c: In function 'Object_newTrue':
  13. ./python/JSONtoObj.c:68:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  14.    Py_RETURN_TRUE;
  15.    ^
  16. ./python/JSONtoObj.c: In function 'Object_newFalse':
  17. ./python/JSONtoObj.c:73:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  18.    Py_RETURN_FALSE;
  19.    ^
  20. i586-poky-linux-gcc -m32 -march=i586 -Wa,-momit-lock-prefix=yes --sysroot=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/work/i586-nlp-32-poky-linux/python-ujson/1.35-r0=/usr/src/debug/python-ujson/1.35-r0 -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark= -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -I./python -I./lib -I/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark/usr/include/python2.7 -c ./lib/ultrajsonenc.c -o build/temp.linux-x86_64-2.7/./lib/ultrajsonenc.o -D_GNU_SOURCE
  21. ./lib/ultrajsonenc.c:156:23: warning: 'g_hexChars' is static but used in inline function 'Buffer_AppendShortHexUnchecked' which is not static
  22.    *(outputOffset++) = g_hexChars[(value & 0x000f) >> 0];
  23.                        ^
  24. ./lib/ultrajsonenc.c:155:23: warning: 'g_hexChars' is static but used in inline function 'Buffer_AppendShortHexUnchecked' which is not static
  25.    *(outputOffset++) = g_hexChars[(value & 0x00f0) >> 4];
  26.                        ^
  27. ./lib/ultrajsonenc.c:154:23: warning: 'g_hexChars' is static but used in inline function 'Buffer_AppendShortHexUnchecked' which is not static
  28.    *(outputOffset++) = g_hexChars[(value & 0x0f00) >> 8];
  29.                        ^
  30. ./lib/ultrajsonenc.c:153:23: warning: 'g_hexChars' is static but used in inline function 'Buffer_AppendShortHexUnchecked' which is not static
  31.    *(outputOffset++) = g_hexChars[(value & 0xf000) >> 12];
  32.                        ^
  33. i586-poky-linux-gcc -m32 -march=i586 -Wa,-momit-lock-prefix=yes --sysroot=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/work/i586-nlp-32-poky-linux/python-ujson/1.35-r0=/usr/src/debug/python-ujson/1.35-r0 -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark= -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 -fPIC -I./python -I./lib -I/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark/usr/include/python2.7 -c ./lib/ultrajsondec.c -o build/temp.linux-x86_64-2.7/./lib/ultrajsondec.o -D_GNU_SOURCE
  34. creating build/lib.linux-x86_64-2.7
  35. i586-poky-linux-gcc -m32 -march=i586 -Wa,-momit-lock-prefix=yes --sysroot=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark -shared -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/work/i586-nlp-32-poky-linux/python-ujson/1.35-r0=/usr/src/debug/python-ujson/1.35-r0 -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark= -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/./python/ujson.o build/temp.linux-x86_64-2.7/./python/objToJSON.o build/temp.linux-x86_64-2.7/./python/JSONtoObj.o build/temp.linux-x86_64-2.7/./lib/ultrajsonenc.o build/temp.linux-x86_64-2.7/./lib/ultrajsondec.o -o build/lib.linux-x86_64-2.7/ujson.so
  36. /mnt/storage/krogoth/yocto_build/tmp/sysroots/intel-quark/usr/lib/../lib/Scrt1.o: In function `_start':
  37. /usr/src/debug/glibc/2.23-r0/git/csu/../sysdeps/i386/start.S:98: undefined reference to `main'
  38. build/temp.linux-x86_64-2.7/./python/ujson.o: In function `initujson':
  39. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/ujson.c:100: undefined reference to `Py_InitModule4'
  40. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/ujson.c:107: undefined reference to `PyString_FromString'
  41. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/ujson.c:108: undefined reference to `PyModule_AddObject'
  42. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `Iter_iterNext':
  43. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:274: undefined reference to `PyIter_Next'
  44. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `Dir_iterNext':
  45. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:367: undefined reference to `PyObject_GetAttr'
  46. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:376: undefined reference to `PyCallable_Check'
  47. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:370: undefined reference to `PyErr_Clear'
  48. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `PyUnicodeToUTF8':
  49. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:159: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  50. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:159: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  51. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `PyDateToINT64':
  52. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:220: undefined reference to `PyObject_CallMethod'
  53. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `SortedDict_iterNext':
  54. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:526: undefined reference to `PyObject_CallMethod'
  55. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:538: undefined reference to `PyList_Sort'
  56. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:569: undefined reference to `PyTuple_Pack'
  57. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:574: undefined reference to `PyList_SetItem'
  58. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:548: undefined reference to `PyDict_GetItem'
  59. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:553: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  60. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:533: undefined reference to `PyExc_ValueError'
  61. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:533: undefined reference to `PyErr_SetString'
  62. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:557: undefined reference to `PyObject_Str'
  63. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `Object_endTypeContext':
  64. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:936: undefined reference to `PyObject_Free'
  65. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `PyDateTimeToINT64':
  66. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:188: undefined reference to `PyObject_CallMethod'
  67. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:189: undefined reference to `_Py_NoneStruct'
  68. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:190: undefined reference to `PyNumber_Subtract'
  69. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:201: undefined reference to `PyObject_CallMethod'
  70. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `PyFloatToDOUBLE':
  71. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:135: undefined reference to `PyFloat_AsDouble'
  72. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `Dict_iterNext':
  73. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:463: undefined reference to `PyDict_Next'
  74. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:471: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  75. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:476: undefined reference to `PyObject_Str'
  76. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `initObjToJSON':
  77. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:91: undefined reference to `PyImport_ImportModule'
  78. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:94: undefined reference to `PyObject_GetAttrString'
  79. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:101: undefined reference to `PyCapsule_Import'
  80. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:99: undefined reference to `PyErr_Clear'
  81. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `Object_beginTypeContext':
  82. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:657: undefined reference to `PyObject_Malloc'
  83. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:676: undefined reference to `_PyObject_NextNotImplemented'
  84. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:682: undefined reference to `PyBool_Type'
  85. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:745: undefined reference to `PyFloat_Type'
  86. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:745: undefined reference to `PyType_IsSubtype'
  87. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:745: undefined reference to `PyObject_IsInstance'
  88. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:752: undefined reference to `PyType_IsSubtype'
  89. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:759: undefined reference to `PyType_IsSubtype'
  90. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:766: undefined reference to `_Py_NoneStruct'
  91. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:694: undefined reference to `PyLong_AsLongLong'
  92. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:696: undefined reference to `PyErr_Occurred'
  93. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:702: undefined reference to `PyExc_OverflowError'
  94. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:702: undefined reference to `PyErr_ExceptionMatches'
  95. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:704: undefined reference to `PyErr_Clear'
  96. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:707: undefined reference to `PyLong_AsUnsignedLongLong'
  97. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:709: undefined reference to `PyErr_Occurred'
  98. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:710: undefined reference to `PyErr_ExceptionMatches'
  99. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:927: undefined reference to `PyObject_Free'
  100. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:685: undefined reference to `_Py_TrueStruct'
  101. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:825: undefined reference to `PyObject_HasAttrString'
  102. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:827: undefined reference to `PyObject_GetAttrString'
  103. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:828: undefined reference to `PyTuple_New'
  104. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:829: undefined reference to `PyObject_Call'
  105. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:731: undefined reference to `PyObject_HasAttrString'
  106. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:851: undefined reference to `PyObject_HasAttrString'
  107. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:853: undefined reference to `PyObject_GetAttrString'
  108. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:854: undefined reference to `PyTuple_New'
  109. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:855: undefined reference to `PyObject_Call'
  110. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:864: undefined reference to `PyErr_Occurred'
  111. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:662: undefined reference to `PyErr_NoMemory'
  112. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:885: undefined reference to `PyErr_Clear'
  113. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:887: undefined reference to `PyObject_GetIter'
  114. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:873: undefined reference to `PyExc_TypeError'
  115. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:873: undefined reference to `PyErr_Format'
  116. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:902: undefined reference to `PyErr_Clear'
  117. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:906: undefined reference to `PyObject_Dir'
  118. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:910: undefined reference to `PyErr_Clear'
  119. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `objToJSON':
  120. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1011: undefined reference to `PyObject_Malloc'
  121. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1011: undefined reference to `PyObject_Realloc'
  122. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1011: undefined reference to `PyObject_Free'
  123. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1041: undefined reference to `PyArg_ParseTupleAndKeywords'
  124. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1046: undefined reference to `PyObject_IsTrue'
  125. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1051: undefined reference to `PyObject_IsTrue'
  126. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1056: undefined reference to `PyObject_IsTrue'
  127. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1061: undefined reference to `PyObject_IsTrue'
  128. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1070: undefined reference to `PyErr_Occurred'
  129. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1082: undefined reference to `PyExc_OverflowError'
  130. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1082: undefined reference to `PyErr_Format'
  131. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1086: undefined reference to `PyString_FromString'
  132. build/temp.linux-x86_64-2.7/./python/objToJSON.o: In function `objToJSONFile':
  133. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1108: undefined reference to `PyArg_ParseTuple'
  134. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1113: undefined reference to `PyObject_HasAttrString'
  135. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1119: undefined reference to `PyObject_GetAttrString'
  136. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1121: undefined reference to `PyCallable_Check'
  137. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1128: undefined reference to `PyTuple_Pack'
  138. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1141: undefined reference to `PyTuple_Pack'
  139. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1147: undefined reference to `PyObject_CallObject'
  140. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1160: undefined reference to `_Py_NoneStruct'
  141. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1115: undefined reference to `PyExc_TypeError'
  142. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/objToJSON.c:1115: undefined reference to `PyErr_Format'
  143. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newTrue':
  144. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:68: undefined reference to `_Py_TrueStruct'
  145. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newFalse':
  146. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:73: undefined reference to `_Py_ZeroStruct'
  147. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newNull':
  148. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:78: undefined reference to `_Py_NoneStruct'
  149. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newString':
  150. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:63: undefined reference to `PyUnicodeUCS2_FromWideChar'
  151. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newObject':
  152. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:83: undefined reference to `PyDict_New'
  153. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newArray':
  154. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:88: undefined reference to `PyList_New'
  155. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newInteger':
  156. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:93: undefined reference to `PyInt_FromLong'
  157. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newLong':
  158. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:98: undefined reference to `PyLong_FromLongLong'
  159. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newUnsignedLong':
  160. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:103: undefined reference to `PyLong_FromUnsignedLongLong'
  161. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_newDouble':
  162. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:108: undefined reference to `PyFloat_FromDouble'
  163. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_objectAddKey':
  164. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:48: undefined reference to `PyDict_SetItem'
  165. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `Object_arrayAddItem':
  166. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:56: undefined reference to `PyList_Append'
  167. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `JSONToObj':
  168. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:124: undefined reference to `PyObject_Malloc'
  169. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:124: undefined reference to `PyObject_Free'
  170. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:124: undefined reference to `PyObject_Realloc'
  171. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:147: undefined reference to `PyArg_ParseTupleAndKeywords'
  172. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:152: undefined reference to `PyObject_IsTrue'
  173. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:164: undefined reference to `PyUnicodeUCS2_AsUTF8String'
  174. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:192: undefined reference to `PyExc_ValueError'
  175. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:192: undefined reference to `PyErr_Format'
  176. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:173: undefined reference to `PyExc_TypeError'
  177. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:173: undefined reference to `PyErr_Format'
  178. build/temp.linux-x86_64-2.7/./python/JSONtoObj.o: In function `JSONFileToObj':
  179. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:213: undefined reference to `PyArg_ParseTuple'
  180. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:218: undefined reference to `PyObject_HasAttrString'
  181. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:224: undefined reference to `PyObject_GetAttrString'
  182. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:226: undefined reference to `PyCallable_Check'
  183. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:232: undefined reference to `PyObject_CallObject'
  184. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:240: undefined reference to `PyTuple_Pack'
  185. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:220: undefined reference to `PyExc_TypeError'
  186. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/python/JSONtoObj.c:220: undefined reference to `PyErr_Format'
  187. build/temp.linux-x86_64-2.7/./lib/ultrajsondec.o: In function `decode_numeric':
  188. /usr/src/debug/python-ujson/1.35-r0/ujson-1.35/lib/ultrajsondec.c:309: undefined reference to `pow'
  189. collect2: error: ld returned 1 exit status
  190. error: command 'i586-poky-linux-gcc' failed with exit status 1
  191. ERROR: python setup.py build execution failed.
  192. ERROR: Function failed: do_compile (log file is located at /mnt/storage/krogoth/yocto_build/tmp/work/i586-nlp-32-poky-linux/python-ujson/1.35-r0/temp/log.do_compile.18602)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement