Advertisement
kheeper

jhbuild dbus-python

Jan 2nd, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.39 KB | None | 0 0
  1. ./configure --prefix /opt/gnome --libdir '/opt/gnome/lib' --disable-static --disable-gtk-doc
  2. configure: WARNING: unrecognized options: --disable-gtk-doc
  3. checking for a BSD-compatible install... /home/lukas/.local/bin/install-check
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking build system type... i686-pc-linux-gnu
  9. checking host system type... i686-pc-linux-gnu
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking for a sed that does not truncate output... /bin/sed
  22. checking for grep that handles long lines and -e... /bin/grep
  23. checking for egrep... /bin/grep -E
  24. checking for fgrep... /bin/grep -F
  25. checking for ld used by gcc... /usr/bin/ld
  26. checking if the linker (/usr/bin/ld) is GNU ld... yes
  27. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  28. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  29. checking whether ln -s works... yes
  30. checking the maximum length of command line arguments... 1572864
  31. checking whether the shell understands some XSI constructs... yes
  32. checking whether the shell understands "+="... yes
  33. checking for /usr/bin/ld option to reload object files... -r
  34. checking for objdump... objdump
  35. checking how to recognize dependent libraries... pass_all
  36. checking for ar... ar
  37. checking for strip... strip
  38. checking for ranlib... ranlib
  39. checking command to parse /usr/bin/nm -B output from gcc object... ok
  40. checking how to run the C preprocessor... gcc -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking for dlfcn.h... yes
  52. checking for objdir... .libs
  53. checking if gcc supports -fno-rtti -fno-exceptions... no
  54. checking for gcc option to produce PIC... -fPIC -DPIC
  55. checking if gcc PIC flag -fPIC -DPIC works... yes
  56. checking if gcc static flag -static works... yes
  57. checking if gcc supports -c -o file.o... yes
  58. checking if gcc supports -c -o file.o... (cached) yes
  59. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  60. checking whether -lc should be explicitly linked in... no
  61. checking dynamic linker characteristics... GNU/Linux ld.so
  62. checking how to hardcode library paths into programs... immediate
  63. checking whether stripping libraries is possible... yes
  64. checking if libtool supports shared libraries... yes
  65. checking whether to build shared libraries... yes
  66. checking whether to build static libraries... no
  67. checking for a Python interpreter with version >= 2.4.0... python
  68. checking for python... /usr/bin/python
  69. checking for python version... 2.7
  70. checking for python platform... linux2
  71. checking for python script directory... ${prefix}/lib/python2.7/site-packages
  72. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  73. checking for Python headers using /usr/bin/python-config --includes... -I/usr/include/python3.2mu -I/usr/include/python3.2mu
  74. checking whether those headers are sufficient... yes
  75. checking whether you want to build HTML docs... if possible
  76. checking whether you want to build API docs... if possible
  77. checking for __version__ in python module docutils... no
  78. checking for pkg-config... /usr/bin/pkg-config
  79. checking pkg-config is at least version 0.9.0... yes
  80. checking for DBUS... yes
  81. checking for DBUS_GLIB... yes
  82. checking for dbus_watch_get_unix_fd in -ldbus-1... yes
  83. checking to see if compiler understands ... yes
  84. checking to see if compiler understands -Wall... yes
  85. checking to see if compiler understands -Wextra... yes
  86. checking to see if compiler understands -Wdeclaration-after-statement... yes
  87. checking to see if compiler understands -Wdeprecated-declarations... yes
  88. checking to see if compiler understands -Wshadow... yes
  89. checking to see if compiler understands -Wstrict-prototypes... yes
  90. checking to see if compiler understands -Wmissing-prototypes... yes
  91. checking to see if compiler understands -Wmissing-declarations... yes
  92. checking to see if compiler understands -Wsign-compare... yes
  93. checking to see if compiler understands -Wnested-externs... yes
  94. checking to see if compiler understands -Wpointer-arith... yes
  95. checking to see if compiler understands -Wformat-security... yes
  96. checking to see if compiler understands -Winit-self... yes
  97. checking to see if compiler understands -Werror... yes
  98. checking to see if compiler understands -Wno-missing-field-initializers... yes
  99. checking to see if compiler understands -Wno-error=missing-field-initializers... yes
  100. checking whether gcc understands -std=c9x... yes
  101. checking whether gcc understands -fno-strict-aliasing... yes
  102. configure: creating ./config.status
  103. config.status: creating Makefile
  104. config.status: creating _dbus_bindings/Makefile
  105. config.status: creating _dbus_glib_bindings/Makefile
  106. config.status: creating dbus-python.pc
  107. config.status: creating dbus/_version.py
  108. config.status: creating examples/Makefile
  109. config.status: creating m4/Makefile
  110. config.status: creating test/Makefile
  111. config.status: creating test/tmp-session-bus.conf
  112. config.status: creating test/TestSuitePythonService.service
  113. config.status: creating tools/Makefile
  114. config.status: creating config.h
  115. config.status: config.h is unchanged
  116. config.status: executing depfiles commands
  117. config.status: executing libtool commands
  118. configure: WARNING: unrecognized options: --disable-gtk-doc
  119. *** Building dbus-python *** [8/8]
  120. make -j 4
  121. make all-recursive
  122. make[1]: Entering directory `/home/lukas/checkout/gnome/dbus-python-0.83.1'
  123. Making all in _dbus_bindings
  124. make[2]: Entering directory `/home/lukas/checkout/gnome/dbus-python-0.83.1/_dbus_bindings'
  125. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT abstract.lo -MD -MP -MF .deps/abstract.Tpo -c -o abstract.lo abstract.c
  126. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT bytes.lo -MD -MP -MF .deps/bytes.Tpo -c -o bytes.lo bytes.c
  127. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT conn.lo -MD -MP -MF .deps/conn.Tpo -c -o conn.lo conn.c
  128. /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT containers.lo -MD -MP -MF .deps/containers.Tpo -c -o containers.lo containers.c
  129. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT conn.lo -MD -MP -MF .deps/conn.Tpo -c conn.c -fPIC -DPIC -o .libs/conn.o
  130. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT abstract.lo -MD -MP -MF .deps/abstract.Tpo -c abstract.c -fPIC -DPIC -o .libs/abstract.o
  131. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT bytes.lo -MD -MP -MF .deps/bytes.Tpo -c bytes.c -fPIC -DPIC -o .libs/bytes.o
  132. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python3.2mu -I/usr/include/python3.2mu -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -std=c9x -fno-strict-aliasing -MT containers.lo -MD -MP -MF .deps/containers.Tpo -c containers.c -fPIC -DPIC -o .libs/containers.o
  133. In file included from /usr/include/python3.2mu/Python.h:52:0,
  134. from bytes.c:26:
  135. /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
  136. /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
  137. In file included from /usr/include/python3.2mu/Python.h:52:0,
  138. from abstract.c:26:
  139. /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
  140. /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
  141. In file included from /usr/include/python3.2mu/Python.h:52:0,
  142. from dbus_bindings-internal.h:31,
  143. from conn.c:27:
  144. /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
  145. /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
  146. In file included from /usr/include/python3.2mu/Python.h:52:0,
  147. from containers.c:26:
  148. /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
  149. /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
  150. In file included from bytes.c:32:0:
  151. types-internal.h: At top level:
  152. types-internal.h:38:5: error: unknown type name ‘PyIntObject’
  153. bytes.c: In function ‘Byte_new’:
  154. bytes.c:82:5: warning: implicit declaration of function ‘PyString_Check’ [-Wimplicit-function-declaration]
  155. bytes.c:82:5: warning: nested extern declaration of ‘PyString_Check’ [-Wnested-externs]
  156. bytes.c:84:9: warning: implicit declaration of function ‘PyString_GET_SIZE’ [-Wimplicit-function-declaration]
  157. bytes.c:84:9: warning: nested extern declaration of ‘PyString_GET_SIZE’ [-Wnested-externs]
  158. bytes.c:87:9: warning: implicit declaration of function ‘PyInt_FromLong’ [-Wimplicit-function-declaration]
  159. bytes.c:87:9: warning: nested extern declaration of ‘PyInt_FromLong’ [-Wnested-externs]
  160. bytes.c:87:9: warning: implicit declaration of function ‘PyString_AS_STRING’ [-Wimplicit-function-declaration]
  161. bytes.c:87:9: warning: nested extern declaration of ‘PyString_AS_STRING’ [-Wnested-externs]
  162. bytes.c:87:69: error: subscripted value is neither array nor pointer nor vector
  163. bytes.c:89:5: warning: implicit declaration of function ‘PyInt_Check’ [-Wimplicit-function-declaration]
  164. bytes.c:89:5: warning: nested extern declaration of ‘PyInt_Check’ [-Wnested-externs]
  165. bytes.c:90:9: warning: implicit declaration of function ‘PyInt_AS_LONG’ [-Wimplicit-function-declaration]
  166. bytes.c:90:9: warning: nested extern declaration of ‘PyInt_AS_LONG’ [-Wnested-externs]
  167. bytes.c: In function ‘Byte_tp_str’:
  168. bytes.c:128:5: warning: implicit declaration of function ‘PyString_FromStringAndSize’ [-Wimplicit-function-declaration]
  169. bytes.c:128:5: warning: nested extern declaration of ‘PyString_FromStringAndSize’ [-Wnested-externs]
  170. bytes.c:128:5: warning: return makes pointer from integer without a cast [enabled by default]
  171. bytes.c: At top level:
  172. bytes.c:132:9: warning: missing braces around initializer [-Wmissing-braces]
  173. bytes.c:132:9: warning: (near initialization for ‘DBusPyByte_Type.ob_base.ob_base’) [-Wmissing-braces]
  174. bytes.c:134:9: warning: initialization makes integer from pointer without a cast [enabled by default]
  175. bytes.c:134:9: warning: (near initialization for ‘DBusPyByte_Type.tp_basicsize’) [enabled by default]
  176. bytes.c:148:9: warning: initialization from incompatible pointer type [enabled by default]
  177. bytes.c:148:9: warning: (near initialization for ‘DBusPyByte_Type.tp_getattro’) [enabled by default]
  178. bytes.c:152:9: warning: initialization makes pointer from integer without a cast [enabled by default]
  179. bytes.c:152:9: warning: (near initialization for ‘DBusPyByte_Type.tp_doc’) [enabled by default]
  180. bytes.c:153:9: warning: initialization from incompatible pointer type [enabled by default]
  181. bytes.c:153:9: warning: (near initialization for ‘DBusPyByte_Type.tp_traverse’) [enabled by default]
  182. bytes.c:170:9: warning: initialization from incompatible pointer type [enabled by default]
  183. bytes.c:170:9: warning: (near initialization for ‘DBusPyByte_Type.tp_free’) [enabled by default]
  184. bytes.c:199:9: warning: missing braces around initializer [-Wmissing-braces]
  185. bytes.c:199:9: warning: (near initialization for ‘DBusPyByteArray_Type.ob_base.ob_base’) [-Wmissing-braces]
  186. bytes.c:201:9: warning: initialization makes integer from pointer without a cast [enabled by default]
  187. bytes.c:201:9: warning: (near initialization for ‘DBusPyByteArray_Type.tp_basicsize’) [enabled by default]
  188. bytes.c:219:9: warning: initialization makes pointer from integer without a cast [enabled by default]
  189. bytes.c:219:9: warning: (near initialization for ‘DBusPyByteArray_Type.tp_doc’) [enabled by default]
  190. bytes.c:220:9: warning: initialization from incompatible pointer type [enabled by default]
  191. bytes.c:220:9: warning: (near initialization for ‘DBusPyByteArray_Type.tp_traverse’) [enabled by default]
  192. In file included from abstract.c:32:0:
  193. types-internal.h: At top level:
  194. types-internal.h:38:5: error: unknown type name ‘PyIntObject’
  195. abstract.c: In function ‘dbus_py_variant_level_get’:
  196. abstract.c:57:5: warning: implicit declaration of function ‘PyInt_AsLong’ [-Wimplicit-function-declaration]
  197. abstract.c:57:5: warning: nested extern declaration of ‘PyInt_AsLong’ [-Wnested-externs]
  198. abstract.c: In function ‘dbus_py_variant_level_set’:
  199. abstract.c:79:9: warning: implicit declaration of function ‘PyInt_FromLong’ [-Wimplicit-function-declaration]
  200. abstract.c:79:9: warning: nested extern declaration of ‘PyInt_FromLong’ [-Wnested-externs]
  201. abstract.c:79:28: warning: initialization makes pointer from integer without a cast [enabled by default]
  202. abstract.c: In function ‘dbus_py_variant_level_getattro’:
  203. abstract.c:98:5: warning: implicit declaration of function ‘PyString_Check’ [-Wimplicit-function-declaration]
  204. abstract.c:98:5: warning: nested extern declaration of ‘PyString_Check’ [-Wnested-externs]
  205. abstract.c:112:5: warning: implicit declaration of function ‘PyString_AS_STRING’ [-Wimplicit-function-declaration]
  206. abstract.c:112:5: warning: nested extern declaration of ‘PyString_AS_STRING’ [-Wnested-externs]
  207. abstract.c:112:5: warning: passing argument 1 of ‘strcmp’ makes pointer from integer without a cast [enabled by default]
  208. /usr/include/string.h:143:12: note: expected ‘const char *’ but argument is of type ‘int’
  209. abstract.c:130:9: warning: return makes pointer from integer without a cast [enabled by default]
  210. abstract.c: In function ‘DBusPythonInt_tp_new’:
  211. abstract.c:187:13: error: ‘PyInt_Type’ undeclared (first use in this function)
  212. abstract.c:187:13: note: each undeclared identifier is reported only once for each function it appears in
  213. abstract.c: In function ‘DBusPythonInt_tp_repr’:
  214. abstract.c:197:30: error: ‘PyInt_Type’ undeclared (first use in this function)
  215. abstract.c:203:9: warning: implicit declaration of function ‘PyString_FromFormat’ [-Wimplicit-function-declaration]
  216. abstract.c:203:9: warning: nested extern declaration of ‘PyString_FromFormat’ [-Wnested-externs]
  217. abstract.c:203:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  218. abstract.c:209:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  219. abstract.c: At top level:
  220. abstract.c:218:5: warning: missing braces around initializer [-Wmissing-braces]
  221. abstract.c:218:5: warning: (near initialization for ‘DBusPyIntBase_Type.ob_base.ob_base’) [-Wmissing-braces]
  222. abstract.c:220:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  223. abstract.c:220:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_basicsize’) [enabled by default]
  224. abstract.c:228:5: warning: initialization from incompatible pointer type [enabled by default]
  225. abstract.c:228:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_as_number’) [enabled by default]
  226. abstract.c:238:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  227. abstract.c:238:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_doc’) [enabled by default]
  228. abstract.c:239:5: warning: initialization from incompatible pointer type [enabled by default]
  229. abstract.c:239:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_traverse’) [enabled by default]
  230. abstract.c:247:5: warning: initialization from incompatible pointer type [enabled by default]
  231. abstract.c:247:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_getset’) [enabled by default]
  232. abstract.c:255:5: warning: initialization from incompatible pointer type [enabled by default]
  233. abstract.c:255:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_new’) [enabled by default]
  234. abstract.c:256:5: warning: initialization from incompatible pointer type [enabled by default]
  235. abstract.c:256:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_free’) [enabled by default]
  236. abstract.c:257:5: warning: initialization from incompatible pointer type [enabled by default]
  237. abstract.c:257:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_is_gc’) [enabled by default]
  238. abstract.c: In function ‘DBusPythonFloat_tp_repr’:
  239. abstract.c:315:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  240. abstract.c:321:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  241. abstract.c: At top level:
  242. abstract.c:330:5: warning: missing braces around initializer [-Wmissing-braces]
  243. abstract.c:330:5: warning: (near initialization for ‘DBusPyFloatBase_Type.ob_base.ob_base’) [-Wmissing-braces]
  244. abstract.c:332:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  245. abstract.c:332:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_basicsize’) [enabled by default]
  246. abstract.c:340:5: warning: initialization from incompatible pointer type [enabled by default]
  247. abstract.c:340:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_as_number’) [enabled by default]
  248. abstract.c:350:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  249. abstract.c:350:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_doc’) [enabled by default]
  250. abstract.c:351:5: warning: initialization from incompatible pointer type [enabled by default]
  251. abstract.c:351:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_traverse’) [enabled by default]
  252. abstract.c:359:5: warning: initialization from incompatible pointer type [enabled by default]
  253. abstract.c:359:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_getset’) [enabled by default]
  254. abstract.c:368:5: warning: initialization from incompatible pointer type [enabled by default]
  255. abstract.c:368:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_free’) [enabled by default]
  256. abstract.c: In function ‘DBusPythonString_tp_new’:
  257. abstract.c:399:13: error: ‘PyString_Type’ undeclared (first use in this function)
  258. abstract.c: In function ‘DBusPythonString_tp_repr’:
  259. abstract.c:412:30: error: ‘PyString_Type’ undeclared (first use in this function)
  260. abstract.c:426:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  261. abstract.c:432:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  262. abstract.c: In function ‘DBusPyStrBase_tp_dealloc’:
  263. abstract.c:444:6: error: ‘PyString_Type’ undeclared (first use in this function)
  264. abstract.c: At top level:
  265. abstract.c:448:5: warning: missing braces around initializer [-Wmissing-braces]
  266. abstract.c:448:5: warning: (near initialization for ‘DBusPyStrBase_Type.ob_base.ob_base’) [-Wmissing-braces]
  267. abstract.c:450:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  268. abstract.c:450:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_basicsize’) [enabled by default]
  269. abstract.c:453:5: warning: initialization from incompatible pointer type [enabled by default]
  270. abstract.c:453:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_print’) [enabled by default]
  271. abstract.c:458:5: warning: initialization from incompatible pointer type [enabled by default]
  272. abstract.c:458:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_as_number’) [enabled by default]
  273. abstract.c:465:5: warning: initialization from incompatible pointer type [enabled by default]
  274. abstract.c:465:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_setattro’) [enabled by default]
  275. abstract.c:466:5: warning: initialization from incompatible pointer type [enabled by default]
  276. abstract.c:466:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_as_buffer’) [enabled by default]
  277. abstract.c:468:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  278. abstract.c:468:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_doc’) [enabled by default]
  279. abstract.c:469:5: warning: initialization from incompatible pointer type [enabled by default]
  280. abstract.c:469:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_traverse’) [enabled by default]
  281. abstract.c:486:5: warning: initialization from incompatible pointer type [enabled by default]
  282. abstract.c:486:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_free’) [enabled by default]
  283. abstract.c: In function ‘DBusPythonLong_tp_repr’:
  284. abstract.c:544:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  285. abstract.c:550:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  286. abstract.c: At top level:
  287. abstract.c:566:5: warning: missing braces around initializer [-Wmissing-braces]
  288. abstract.c:566:5: warning: (near initialization for ‘DBusPyLongBase_Type.ob_base.ob_base’) [-Wmissing-braces]
  289. abstract.c:568:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  290. abstract.c:568:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_basicsize’) [enabled by default]
  291. abstract.c:571:5: warning: initialization from incompatible pointer type [enabled by default]
  292. abstract.c:571:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_print’) [enabled by default]
  293. abstract.c:576:5: warning: initialization from incompatible pointer type [enabled by default]
  294. abstract.c:576:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_as_number’) [enabled by default]
  295. abstract.c:583:5: warning: initialization from incompatible pointer type [enabled by default]
  296. abstract.c:583:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_setattro’) [enabled by default]
  297. abstract.c:584:5: warning: initialization from incompatible pointer type [enabled by default]
  298. abstract.c:584:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_as_buffer’) [enabled by default]
  299. abstract.c:586:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  300. abstract.c:586:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_doc’) [enabled by default]
  301. abstract.c:587:5: warning: initialization from incompatible pointer type [enabled by default]
  302. abstract.c:587:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_traverse’) [enabled by default]
  303. abstract.c:604:5: warning: initialization from incompatible pointer type [enabled by default]
  304. abstract.c:604:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_free’) [enabled by default]
  305. abstract.c: In function ‘dbus_py_init_abstract’:
  306. abstract.c:617:5: warning: implicit declaration of function ‘PyString_InternFromString’ [-Wimplicit-function-declaration]
  307. abstract.c:617:5: warning: nested extern declaration of ‘PyString_InternFromString’ [-Wnested-externs]
  308. abstract.c:617:38: warning: assignment makes pointer from integer without a cast [enabled by default]
  309. abstract.c:620:33: warning: assignment makes pointer from integer without a cast [enabled by default]
  310. abstract.c:623:29: warning: assignment makes pointer from integer without a cast [enabled by default]
  311. abstract.c:626:35: error: ‘PyInt_Type’ undeclared (first use in this function)
  312. abstract.c:640:35: error: ‘PyString_Type’ undeclared (first use in this function)
  313. make[2]: *** [bytes.lo] Error 1
  314. make[2]: *** Waiting for unfinished jobs....
  315. conn.c: In function ‘DBusPyConnection_HandleMessage’:
  316. conn.c:102:9: warning: implicit declaration of function ‘PyInt_AsLong’ [-Wimplicit-function-declaration]
  317. conn.c:102:9: warning: nested extern declaration of ‘PyInt_AsLong’ [-Wnested-externs]
  318. conn.c: In function ‘Connection_tp_new’:
  319. conn.c:320:5: warning: implicit declaration of function ‘PyString_AsString’ [-Wimplicit-function-declaration]
  320. conn.c:320:5: warning: nested extern declaration of ‘PyString_AsString’ [-Wnested-externs]
  321. conn.c:320:23: warning: assignment makes pointer from integer without a cast [enabled by default]
  322. conn.c: In function ‘Connection_tp_dealloc’:
  323. conn.c:401:10: error: ‘Connection’ has no member named ‘ob_type’
  324. conn.c: At top level:
  325. conn.c:407:5: warning: missing braces around initializer [-Wmissing-braces]
  326. conn.c:407:5: warning: (near initialization for ‘DBusPyConnection_Type.ob_base.ob_base’) [-Wmissing-braces]
  327. conn.c:409:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  328. conn.c:409:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_basicsize’) [enabled by default]
  329. conn.c:413:5: warning: initialization from incompatible pointer type [enabled by default]
  330. conn.c:413:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_print’) [enabled by default]
  331. conn.c:428:26: error: ‘Py_TPFLAGS_HAVE_WEAKREFS’ undeclared here (not in a function)
  332. conn.c:429:5: warning: initialization from incompatible pointer type [enabled by default]
  333. conn.c:429:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_traverse’) [enabled by default]
  334. conn.c:433:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  335. conn.c:433:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_iter’) [enabled by default]
  336. conn.c:436:5: warning: initialization from incompatible pointer type [enabled by default]
  337. conn.c:436:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_members’) [enabled by default]
  338. conn.c:444:5: warning: initialization from incompatible pointer type [enabled by default]
  339. conn.c:444:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_alloc’) [enabled by default]
  340. conn.c:446:5: warning: initialization from incompatible pointer type [enabled by default]
  341. conn.c:446:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_free’) [enabled by default]
  342. In file included from containers.c:32:0:
  343. types-internal.h: At top level:
  344. types-internal.h:38:5: error: unknown type name ‘PyIntObject’
  345. containers.c: In function ‘Array_tp_repr’:
  346. containers.c:96:9: warning: implicit declaration of function ‘PyString_FromFormat’ [-Wimplicit-function-declaration]
  347. containers.c:96:9: warning: nested extern declaration of ‘PyString_FromFormat’ [-Wnested-externs]
  348. containers.c:98:50: error: ‘PyListObject’ has no member named ‘ob_type’
  349. containers.c:99:39: warning: implicit declaration of function ‘PyString_AS_STRING’ [-Wimplicit-function-declaration]
  350. containers.c:99:39: warning: nested extern declaration of ‘PyString_AS_STRING’ [-Wnested-externs]
  351. containers.c:105:50: error: ‘PyListObject’ has no member named ‘ob_type’
  352. containers.c: In function ‘Array_tp_new’:
  353. containers.c:131:9: warning: implicit declaration of function ‘PyInt_AsLong’ [-Wimplicit-function-declaration]
  354. containers.c:131:9: warning: nested extern declaration of ‘PyInt_AsLong’ [-Wnested-externs]
  355. containers.c: In function ‘Array_tp_init’:
  356. containers.c:170:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  357. containers.c: At top level:
  358. containers.c:199:5: warning: missing braces around initializer [-Wmissing-braces]
  359. containers.c:199:5: warning: (near initialization for ‘DBusPyArray_Type.ob_base.ob_base’) [-Wmissing-braces]
  360. containers.c:201:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  361. containers.c:201:5: warning: (near initialization for ‘DBusPyArray_Type.tp_basicsize’) [enabled by default]
  362. containers.c:204:5: warning: initialization from incompatible pointer type [enabled by default]
  363. containers.c:204:5: warning: (near initialization for ‘DBusPyArray_Type.tp_print’) [enabled by default]
  364. containers.c:209:5: warning: initialization from incompatible pointer type [enabled by default]
  365. containers.c:209:5: warning: (near initialization for ‘DBusPyArray_Type.tp_as_number’) [enabled by default]
  366. containers.c:219:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  367. containers.c:219:5: warning: (near initialization for ‘DBusPyArray_Type.tp_doc’) [enabled by default]
  368. containers.c:220:5: warning: initialization from incompatible pointer type [enabled by default]
  369. containers.c:220:5: warning: (near initialization for ‘DBusPyArray_Type.tp_traverse’) [enabled by default]
  370. containers.c:228:5: warning: initialization from incompatible pointer type [enabled by default]
  371. containers.c:228:5: warning: (near initialization for ‘DBusPyArray_Type.tp_getset’) [enabled by default]
  372. containers.c:235:5: warning: initialization from incompatible pointer type [enabled by default]
  373. containers.c:235:5: warning: (near initialization for ‘DBusPyArray_Type.tp_alloc’) [enabled by default]
  374. containers.c:237:5: warning: initialization from incompatible pointer type [enabled by default]
  375. containers.c:237:5: warning: (near initialization for ‘DBusPyArray_Type.tp_free’) [enabled by default]
  376. containers.c: In function ‘Dict_tp_repr’:
  377. containers.c:307:50: error: ‘PyDictObject’ has no member named ‘ob_type’
  378. containers.c:314:50: error: ‘PyDictObject’ has no member named ‘ob_type’
  379. containers.c: In function ‘Dict_tp_init’:
  380. containers.c:378:29: warning: initialization makes pointer from integer without a cast [enabled by default]
  381. containers.c: At top level:
  382. containers.c:433:5: warning: missing braces around initializer [-Wmissing-braces]
  383. containers.c:433:5: warning: (near initialization for ‘DBusPyDict_Type.ob_base.ob_base’) [-Wmissing-braces]
  384. containers.c:435:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  385. containers.c:435:5: warning: (near initialization for ‘DBusPyDict_Type.tp_basicsize’) [enabled by default]
  386. containers.c:438:5: warning: initialization from incompatible pointer type [enabled by default]
  387. containers.c:438:5: warning: (near initialization for ‘DBusPyDict_Type.tp_print’) [enabled by default]
  388. containers.c:443:5: warning: initialization from incompatible pointer type [enabled by default]
  389. containers.c:443:5: warning: (near initialization for ‘DBusPyDict_Type.tp_as_number’) [enabled by default]
  390. containers.c:453:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  391. containers.c:453:5: warning: (near initialization for ‘DBusPyDict_Type.tp_doc’) [enabled by default]
  392. containers.c:454:5: warning: initialization from incompatible pointer type [enabled by default]
  393. containers.c:454:5: warning: (near initialization for ‘DBusPyDict_Type.tp_traverse’) [enabled by default]
  394. containers.c:462:5: warning: initialization from incompatible pointer type [enabled by default]
  395. containers.c:462:5: warning: (near initialization for ‘DBusPyDict_Type.tp_getset’) [enabled by default]
  396. containers.c:469:5: warning: initialization from incompatible pointer type [enabled by default]
  397. containers.c:469:5: warning: (near initialization for ‘DBusPyDict_Type.tp_alloc’) [enabled by default]
  398. containers.c:471:5: warning: initialization from incompatible pointer type [enabled by default]
  399. containers.c:471:5: warning: (near initialization for ‘DBusPyDict_Type.tp_free’) [enabled by default]
  400. containers.c: In function ‘Struct_tp_repr’:
  401. containers.c:525:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  402. containers.c:533:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  403. containers.c: In function ‘Struct_tp_getattro’:
  404. containers.c:650:5: warning: implicit declaration of function ‘PyString_Check’ [-Wimplicit-function-declaration]
  405. containers.c:650:5: warning: nested extern declaration of ‘PyString_Check’ [-Wnested-externs]
  406. containers.c:664:5: warning: passing argument 1 of ‘strcmp’ makes pointer from integer without a cast [enabled by default]
  407. /usr/include/string.h:143:12: note: expected ‘const char *’ but argument is of type ‘int’
  408. containers.c: At top level:
  409. containers.c:688:5: warning: missing braces around initializer [-Wmissing-braces]
  410. containers.c:688:5: warning: (near initialization for ‘DBusPyStruct_Type.ob_base.ob_base’) [-Wmissing-braces]
  411. containers.c:690:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  412. containers.c:690:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_basicsize’) [enabled by default]
  413. containers.c:693:5: warning: initialization from incompatible pointer type [enabled by default]
  414. containers.c:693:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_print’) [enabled by default]
  415. containers.c:698:5: warning: initialization from incompatible pointer type [enabled by default]
  416. containers.c:698:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_as_number’) [enabled by default]
  417. containers.c:705:5: warning: initialization from incompatible pointer type [enabled by default]
  418. containers.c:705:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_setattro’) [enabled by default]
  419. containers.c:706:5: warning: initialization from incompatible pointer type [enabled by default]
  420. containers.c:706:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_as_buffer’) [enabled by default]
  421. containers.c:708:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  422. containers.c:708:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_doc’) [enabled by default]
  423. containers.c:709:5: warning: initialization from incompatible pointer type [enabled by default]
  424. containers.c:709:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_traverse’) [enabled by default]
  425. containers.c:726:5: warning: initialization from incompatible pointer type [enabled by default]
  426. containers.c:726:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_free’) [enabled by default]
  427. make[2]: *** [abstract.lo] Error 1
  428. make[2]: *** [conn.lo] Error 1
  429. make[2]: *** [containers.lo] Error 1
  430. make[2]: Leaving directory `/home/lukas/checkout/gnome/dbus-python-0.83.1/_dbus_bindings'
  431. make[1]: *** [all-recursive] Error 1
  432. make[1]: Leaving directory `/home/lukas/checkout/gnome/dbus-python-0.83.1'
  433. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement