Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.74 KB | None | 0 0
  1. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_1' locally defined but not used [-Wunused-local-typedefs]
  2. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  3. ^
  4. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  5. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  6. ^
  7. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  8. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  9. ^
  10. ../glib/gatomic.h:136:5: note: in expansion of macro 'G_STATIC_ASSERT'
  11. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \
  12. ^
  13. gthread.h:213:7: note: in expansion of macro 'g_atomic_pointer_get'
  14. (!g_atomic_pointer_get (location) && \
  15. ^
  16. gutils.c:1397:7: note: in expansion of macro 'g_once_init_enter'
  17. if (g_once_init_enter (&initialised))
  18. ^
  19. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_2' locally defined but not used [-Wunused-local-typedefs]
  20. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  21. ^
  22. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  23. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  24. ^
  25. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  26. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  27. ^
  28. gthread.h:218:5: note: in expansion of macro 'G_STATIC_ASSERT'
  29. G_STATIC_ASSERT (sizeof *(location) == sizeof (gpointer)); \
  30. ^
  31. gutils.c:1401:7: note: in expansion of macro 'g_once_init_leave'
  32. g_once_init_leave (&initialised, 1);
  33. ^
  34. In file included from ./glibconfig.h:9:0,
  35. from ../glib/gtypes.h:34,
  36. from ../glib/gmessages.h:35,
  37. from ../glib/gvarianttype.h:30,
  38. from ../glib/gvarianttypeinfo.h:26,
  39. from ../glib/gvariant-core.h:24,
  40. from gvariant-core.c:21:
  41. gvariant-core.c: In function 'g_variant_unref':
  42. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_0' locally defined but not used [-Wunused-local-typedefs]
  43. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  44. ^
  45. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  46. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  47. ^
  48. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  49. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  50. ^
  51. ../glib/gatomic.h:99:5: note: in expansion of macro 'G_STATIC_ASSERT'
  52. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \
  53. ^
  54. gvariant-core.c:624:7: note: in expansion of macro 'g_atomic_int_dec_and_test'
  55. if (g_atomic_int_dec_and_test (&value->ref_count))
  56. ^
  57. gvariant-core.c: In function 'g_variant_ref':
  58. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_1' locally defined but not used [-Wunused-local-typedefs]
  59. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  60. ^
  61. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  62. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  63. ^
  64. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  65. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  66. ^
  67. ../glib/gatomic.h:93:5: note: in expansion of macro 'G_STATIC_ASSERT'
  68. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \
  69. ^
  70. gvariant-core.c:660:3: note: in expansion of macro 'g_atomic_int_inc'
  71. g_atomic_int_inc (&value->ref_count);
  72. ^
  73. gvariant-core.c: In function 'g_variant_take_ref':
  74. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_2' locally defined but not used [-Wunused-local-typedefs]
  75. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  76. ^
  77. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  78. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  79. ^
  80. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  81. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  82. ^
  83. ../glib/gatomic.h:117:5: note: in expansion of macro 'G_STATIC_ASSERT'
  84. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \
  85. ^
  86. gvariant-core.c:759:3: note: in expansion of macro 'g_atomic_int_and'
  87. g_atomic_int_and (&value->state, ~STATE_FLOATING);
  88. ^
  89. gvariant-core.c: In function 'g_variant_get_child_value':
  90. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_3' locally defined but not used [-Wunused-local-typedefs]
  91. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  92. ^
  93. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  94. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  95. ^
  96. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  97. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  98. ^
  99. ../glib/gatomic.h:79:5: note: in expansion of macro 'G_STATIC_ASSERT'
  100. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \
  101. ^
  102. gvariant-core.c:937:8: note: in expansion of macro 'g_atomic_int_get'
  103. if (~g_atomic_int_get (&value->state) & STATE_SERIALISED)
  104. ^
  105. In file included from ./glibconfig.h:9:0,
  106. from ../glib/gtypes.h:34,
  107. from ../glib/gmessages.h:35,
  108. from ../glib/gvarianttype.h:30,
  109. from gvarianttypeinfo.h:26,
  110. from gvarianttypeinfo.c:25:
  111. gvarianttypeinfo.c: In function 'g_variant_type_info_ref':
  112. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_0' locally defined but not used [-Wunused-local-typedefs]
  113. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  114. ^
  115. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  116. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  117. ^
  118. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  119. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  120. ^
  121. ../glib/gatomic.h:93:5: note: in expansion of macro 'G_STATIC_ASSERT'
  122. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \
  123. ^
  124. gvarianttypeinfo.c:815:7: note: in expansion of macro 'g_atomic_int_inc'
  125. g_atomic_int_inc (&container->ref_count);
  126. ^
  127. gvarianttypeinfo.c: In function 'g_variant_type_info_unref':
  128. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_1' locally defined but not used [-Wunused-local-typedefs]
  129. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  130. ^
  131. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  132. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  133. ^
  134. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  135. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  136. ^
  137. ../glib/gatomic.h:99:5: note: in expansion of macro 'G_STATIC_ASSERT'
  138. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gint)); \
  139. ^
  140. gvarianttypeinfo.c:838:11: note: in expansion of macro 'g_atomic_int_dec_and_test'
  141. if (g_atomic_int_dec_and_test (&container->ref_count))
  142. ^
  143. In file included from ./glibconfig.h:9:0,
  144. from ../glib/gtypes.h:34,
  145. from ../glib/gatomic.h:29,
  146. from gthread.h:34,
  147. from gthread-posix.c:44:
  148. gthread-posix.c: In function 'g_mutex_get_impl':
  149. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_0' locally defined but not used [-Wunused-local-typedefs]
  150. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  151. ^
  152. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  153. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  154. ^
  155. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  156. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  157. ^
  158. ../glib/gatomic.h:149:5: note: in expansion of macro 'G_STATIC_ASSERT'
  159. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \
  160. ^
  161. gthread-posix.c:124:12: note: in expansion of macro 'g_atomic_pointer_compare_and_exchange'
  162. if (!g_atomic_pointer_compare_and_exchange (&mutex->p, NULL, impl))
  163. ^
  164. gthread-posix.c: In function 'g_rec_mutex_get_impl':
  165. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_1' locally defined but not used [-Wunused-local-typedefs]
  166. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  167. ^
  168. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  169. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  170. ^
  171. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  172. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  173. ^
  174. ../glib/gatomic.h:149:5: note: in expansion of macro 'G_STATIC_ASSERT'
  175. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \
  176. ^
  177. gthread-posix.c:293:12: note: in expansion of macro 'g_atomic_pointer_compare_and_exchange'
  178. if (!g_atomic_pointer_compare_and_exchange (&rec_mutex->p, NULL, impl))
  179. ^
  180. gthread-posix.c: In function 'g_rw_lock_get_impl':
  181. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_2' locally defined but not used [-Wunused-local-typedefs]
  182. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  183. ^
  184. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  185. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  186. ^
  187. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  188. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  189. ^
  190. ../glib/gatomic.h:149:5: note: in expansion of macro 'G_STATIC_ASSERT'
  191. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \
  192. ^
  193. gthread-posix.c:453:12: note: in expansion of macro 'g_atomic_pointer_compare_and_exchange'
  194. if (!g_atomic_pointer_compare_and_exchange (&lock->p, NULL, impl))
  195. ^
  196. gthread-posix.c: In function 'g_cond_get_impl':
  197. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_3' locally defined but not used [-Wunused-local-typedefs]
  198. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  199. ^
  200. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  201. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  202. ^
  203. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  204. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  205. ^
  206. ../glib/gatomic.h:149:5: note: in expansion of macro 'G_STATIC_ASSERT'
  207. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \
  208. ^
  209. gthread-posix.c:670:12: note: in expansion of macro 'g_atomic_pointer_compare_and_exchange'
  210. if (!g_atomic_pointer_compare_and_exchange (&cond->p, NULL, impl))
  211. ^
  212. gthread-posix.c: In function 'g_private_get_impl':
  213. ../glib/gmacros.h:162:53: warning: typedef '_GStaticAssertCompileTimeAssertion_4' locally defined but not used [-Wunused-local-typedefs]
  214. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  215. ^
  216. ../glib/gmacros.h:159:47: note: in definition of macro 'G_PASTE_ARGS'
  217. #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2
  218. ^
  219. ../glib/gmacros.h:162:44: note: in expansion of macro 'G_PASTE'
  220. #define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
  221. ^
  222. ../glib/gatomic.h:149:5: note: in expansion of macro 'G_STATIC_ASSERT'
  223. G_STATIC_ASSERT (sizeof *(atomic) == sizeof (gpointer)); \
  224. ^
  225. gthread-posix.c:977:12: note: in expansion of macro 'g_atomic_pointer_compare_and_exchange'
  226. if (!g_atomic_pointer_compare_and_exchange (&key->p, NULL, impl))
  227. ^
  228. configure: WARNING: xmlto not found, manpages will not be rebuilt.
  229. ./configure: line 6712: gt_INTL_MACOSX: command not found
  230. make[3]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
  231. make[3]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
  232. make[5]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
  233. make[5]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
  234. modules/objfmts/elf/elf.c: In function ‘elf_set_arch’:
  235. modules/objfmts/elf/elf.c:102:34: warning: passing argument 3 of ‘yasm_symrec_add_data’ discards ‘const’ qualifier from pointer target type
  236. &elf_march->ssyms[i]);
  237. ^
  238. In file included from ./libyasm.h:60:0,
  239. from modules/objfmts/elf/elf.c:31:
  240. ./libyasm/symrec.h:425:6: note: expected ‘void *’ but argument is of type ‘const struct elf_machine_ssym * const’
  241. void yasm_symrec_add_data(yasm_symrec *sym,
  242. ^
  243. make[3]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
  244. make[3]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
  245. make[5]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
  246. make[5]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
  247. make[6]: Circular x86insn_nasm.gperf <- x86insn_nasm.gperf dependency dropped.
  248. make[6]: Circular x86insn_gas.gperf <- x86insn_gas.gperf dependency dropped.
  249. qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
  250. qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
  251. Parser/pgen.c: In function ‘compile_atom’:
  252. Parser/pgen.c:282:9: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
  253. int i;
  254. ^
  255. In file included from Include/Python.h:81:0,
  256. from Objects/classobject.c:4:
  257. Objects/classobject.c: In function ‘PyMethod_New’:
  258. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  259. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  260. ^
  261. Objects/classobject.c:2259:9: note: in expansion of macro ‘PyObject_INIT’
  262. PyObject_INIT(im, &PyMethod_Type);
  263. ^
  264. In file included from Include/Python.h:81:0,
  265. from Objects/complexobject.c:8:
  266. Objects/complexobject.c: In function ‘PyComplex_FromCComplex’:
  267. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  268. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  269. ^
  270. Objects/complexobject.c:242:5: note: in expansion of macro ‘PyObject_INIT’
  271. PyObject_INIT(op, &PyComplex_Type);
  272. ^
  273. In file included from Include/Python.h:81:0,
  274. from Objects/floatobject.c:7:
  275. Objects/floatobject.c: In function ‘PyFloat_FromDouble’:
  276. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  277. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  278. ^
  279. Objects/floatobject.c:152:5: note: in expansion of macro ‘PyObject_INIT’
  280. PyObject_INIT(op, &PyFloat_Type);
  281. ^
  282. In file included from Include/Python.h:81:0,
  283. from Objects/intobject.c:4:
  284. Objects/intobject.c: In function ‘PyInt_FromLong’:
  285. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  286. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  287. ^
  288. Objects/intobject.c:110:5: note: in expansion of macro ‘PyObject_INIT’
  289. PyObject_INIT(v, &PyInt_Type);
  290. ^
  291. Objects/intobject.c: In function ‘_PyInt_Init’:
  292. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  293. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  294. ^
  295. Objects/intobject.c:1469:9: note: in expansion of macro ‘PyObject_INIT’
  296. PyObject_INIT(v, &PyInt_Type);
  297. ^
  298. In file included from Include/Python.h:81:0,
  299. from Objects/methodobject.c:4:
  300. Objects/methodobject.c: In function ‘PyCFunction_NewEx’:
  301. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  302. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  303. ^
  304. Objects/methodobject.c:23:9: note: in expansion of macro ‘PyObject_INIT’
  305. PyObject_INIT(op, &PyCFunction_Type);
  306. ^
  307. In file included from Include/Python.h:81:0,
  308. from Objects/stringobject.c:5:
  309. Objects/stringobject.c: In function ‘PyString_FromStringAndSize’:
  310. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  311. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  312. ^
  313. Include/objimpl.h:166:29: note: in expansion of macro ‘PyObject_INIT’
  314. ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
  315. ^
  316. Objects/stringobject.c:91:5: note: in expansion of macro ‘PyObject_INIT_VAR’
  317. PyObject_INIT_VAR(op, &PyString_Type, size);
  318. ^
  319. Objects/stringobject.c: In function ‘PyString_FromString’:
  320. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  321. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  322. ^
  323. Include/objimpl.h:166:29: note: in expansion of macro ‘PyObject_INIT’
  324. ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
  325. ^
  326. Objects/stringobject.c:146:5: note: in expansion of macro ‘PyObject_INIT_VAR’
  327. PyObject_INIT_VAR(op, &PyString_Type, size);
  328. ^
  329. Objects/stringobject.c: In function ‘string_concat’:
  330. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  331. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  332. ^
  333. Include/objimpl.h:166:29: note: in expansion of macro ‘PyObject_INIT’
  334. ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
  335. ^
  336. Objects/stringobject.c:1064:5: note: in expansion of macro ‘PyObject_INIT_VAR’
  337. PyObject_INIT_VAR(op, &PyString_Type, size);
  338. ^
  339. Objects/stringobject.c: In function ‘string_repeat’:
  340. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  341. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  342. ^
  343. Include/objimpl.h:166:29: note: in expansion of macro ‘PyObject_INIT’
  344. ( Py_SIZE(op) = (size), PyObject_INIT((op), (typeobj)) )
  345. ^
  346. Objects/stringobject.c:1106:5: note: in expansion of macro ‘PyObject_INIT_VAR’
  347. PyObject_INIT_VAR(op, &PyString_Type, size);
  348. ^
  349. In file included from Include/Python.h:81:0,
  350. from Objects/typeobject.c:3:
  351. Objects/typeobject.c: In function ‘PyType_GenericAlloc’:
  352. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  353. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  354. ^
  355. Objects/typeobject.c:774:9: note: in expansion of macro ‘PyObject_INIT’
  356. PyObject_INIT(obj, type);
  357. ^
  358. In file included from Include/Python.h:81:0,
  359. from Objects/unicodeobject.c:43:
  360. Objects/unicodeobject.c: In function ‘_PyUnicode_New’:
  361. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  362. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  363. ^
  364. Objects/unicodeobject.c:350:9: note: in expansion of macro ‘PyObject_INIT’
  365. PyObject_INIT(unicode, &PyUnicode_Type);
  366. ^
  367. ./Modules/signalmodule.c: In function ‘trip_signal’:
  368. ./Modules/signalmodule.c:180:9: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  369. write(wakeup_fd, "\0", 1);
  370. ^
  371. libpython2.7.a(posixmodule.o): In function `posix_tmpnam':
  372. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/./Modules/posixmodule.c:7631: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
  373. libpython2.7.a(posixmodule.o): In function `posix_tempnam':
  374. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/./Modules/posixmodule.c:7578: warning: the use of `tempnam' is dangerous, better use `mkstemp'
  375. In file included from Include/Python.h:81:0,
  376. from /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/datetimemodule.c:7:
  377. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/datetimemodule.c: In function ‘time_alloc’:
  378. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  379. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  380. ^
  381. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/datetimemodule.c:616:5: note: in expansion of macro ‘PyObject_INIT’
  382. PyObject_INIT(self, type);
  383. ^
  384. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/datetimemodule.c: In function ‘datetime_alloc’:
  385. Include/objimpl.h:164:66: warning: right-hand operand of comma expression has no effect [-Wunused-value]
  386. ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
  387. ^
  388. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/datetimemodule.c:631:5: note: in expansion of macro ‘PyObject_INIT’
  389. PyObject_INIT(self, type);
  390. ^
  391. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/socketmodule.c: In function ‘socket_gethostbyname_ex’:
  392. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/socketmodule.c:3453:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  393. int result;
  394. ^
  395. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/socketmodule.c: In function ‘socket_gethostbyaddr’:
  396. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/socketmodule.c:3529:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
  397. int result;
  398. ^
  399. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_sqlite/cursor.c: In function ‘pysqlite_cursor_dealloc’:
  400. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_sqlite/cursor.c:121:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable]
  401. int rc;
  402. ^
  403. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_sqlite/statement.c: In function ‘pysqlite_statement_dealloc’:
  404. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_sqlite/statement.c:414:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable]
  405. int rc;
  406. ^
  407. In file included from /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/./Modules/expat/expat_config.h:8:0,
  408. from /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/expat/xmlparse.c:22:
  409. ./pyconfig.h:1194:0: warning: "_POSIX_C_SOURCE" redefined
  410. #define _POSIX_C_SOURCE 200112L
  411. ^
  412. In file included from /usr/include/string.h:25:0,
  413. from /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/expat/xmlparse.c:6:
  414. /usr/include/features.h:230:0: note: this is the location of the previous definition
  415. # define _POSIX_C_SOURCE 200809L
  416. ^
  417. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_ctypes/cfield.c: In function ‘PyCField_FromDesc’:
  418. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_ctypes/cfield.c:50:29: warning: variable ‘length’ set but not used [-Wunused-but-set-variable]
  419. Py_ssize_t size, align, length;
  420. ^
  421. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_ctypes/libffi/src/closures.c: In function ‘dlmmap_locked’:
  422. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_ctypes/libffi/src/closures.c:460:7: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
  423. ftruncate (execfd, offset);
  424. ^
  425. /home/spart/xbmc-master/tools/depends/native/python27-native/x86_64-linux-native/Modules/_ctypes/libffi/src/closures.c:472:7: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result]
  426. ftruncate (execfd, offset);
  427. ^
  428. + cd /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/lib
  429. + for ext in a dll.a so so.16.21 la sl dylib
  430. + rm -f libpng.a
  431. + test -f libpng16.a
  432. + ln -s libpng16.a libpng.a
  433. + for ext in a dll.a so so.16.21 la sl dylib
  434. + rm -f libpng.dll.a
  435. + test -f libpng16.dll.a
  436. + for ext in a dll.a so so.16.21 la sl dylib
  437. + rm -f libpng.so
  438. + test -f libpng16.so
  439. + ln -s libpng16.so libpng.so
  440. + for ext in a dll.a so so.16.21 la sl dylib
  441. + rm -f libpng.so.16.21
  442. + test -f libpng16.so.16.21
  443. + for ext in a dll.a so so.16.21 la sl dylib
  444. + rm -f libpng.la
  445. + test -f libpng16.la
  446. + ln -s libpng16.la libpng.la
  447. + for ext in a dll.a so so.16.21 la sl dylib
  448. + rm -f libpng.sl
  449. + test -f libpng16.sl
  450. + for ext in a dll.a so so.16.21 la sl dylib
  451. + rm -f libpng.dylib
  452. + test -f libpng16.dylib
  453. + cd /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin
  454. + rm -f libpng-config
  455. + ln -s libpng16-config libpng-config
  456. + cd /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/include
  457. + for f in pnglibconf.h png.h pngconf.h
  458. + rm -f pnglibconf.h
  459. + ln -s libpng16/pnglibconf.h pnglibconf.h
  460. + for f in pnglibconf.h png.h pngconf.h
  461. + rm -f png.h
  462. + ln -s libpng16/png.h png.h
  463. + for f in pnglibconf.h png.h pngconf.h
  464. + rm -f pngconf.h
  465. + ln -s libpng16/pngconf.h pngconf.h
  466. + cd /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/lib/pkgconfig
  467. + rm -f libpng.pc
  468. + ln -s libpng16.pc libpng.pc
  469. Before install bootstrap.
  470. Scanning installed packages
  471. Setuptools installation detected at /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/lib/python2.7/site-packages
  472. Not patching, --root or --prefix is installing Distribute in another location
  473. After install bootstrap.
  474. /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info already exists
  475. zip_safe flag not set; analyzing archive contents...
  476. autoreconf: Entering directory `.'
  477. autoreconf: configure.ac: not using Gettext
  478. autoreconf: running: /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/aclocal --force
  479. main::scan_file() called too early to check prototype at /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/aclocal line 621.
  480. autoreconf: configure.ac: tracing
  481. autoreconf: configure.ac: creating directory config
  482. autoreconf: configure.ac: not using Libtool
  483. autoreconf: running: /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/autoconf --force
  484. autoreconf: configure.ac: not using Autoheader
  485. autoreconf: running: /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/automake --add-missing --copy --force-missing
  486. configure.ac:6: installing `config/install-sh'
  487. configure.ac:6: installing `config/missing'
  488. Makefile.am: installing `config/depcomp'
  489. autoreconf: Leaving directory `.'
  490. autoreconf: Entering directory `.'
  491. autoreconf: configure.ac: not using Gettext
  492. autoreconf: running: /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/aclocal --force
  493. main::scan_file() called too early to check prototype at /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/aclocal line 621.
  494. autoreconf: configure.ac: tracing
  495. autoreconf: configure.ac: creating directory config
  496. autoreconf: configure.ac: not using Libtool
  497. autoreconf: running: /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/autoconf --force
  498. autoreconf: running: /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/autoheader --force
  499. autoreconf: running: /home/spart/xbmc-master/xbmc-depends/x86_64-linux-gnu-native/bin/automake --add-missing --copy --force-missing
  500. configure.ac:6: installing `config/install-sh'
  501. configure.ac:6: installing `config/missing'
  502. Makefile.am: installing `config/depcomp'
  503. autoreconf: Leaving directory `.'
  504. configure: WARNING: using cross tools not prefixed with host triplet
  505. configure: error: in `/home/spart/xbmc-master/tools/depends/target/pcre/arm-linux-androideabi-android-24':
  506. configure: error: C compiler cannot create executables
  507. See `config.log' for more details
  508. make[2]: *** [arm-linux-androideabi-android-24] Error 77
  509. make[1]: *** [pcre] Error 2
  510. make: *** [target/.installed-arm-linux-androideabi-android-24] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement