Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./configure --prefix /opt/gnome --libdir '/opt/gnome/lib' --disable-static --disable-gtk-doc
- configure: WARNING: unrecognized options: --disable-gtk-doc
- checking for a BSD-compatible install... /home/lukas/.local/bin/install-check
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking dependency style of gcc... gcc3
- checking for a sed that does not truncate output... /bin/sed
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for fgrep... /bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for ar... ar
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... no
- checking for a Python interpreter with version >= 2.4.0... python
- checking for python... /usr/bin/python
- checking for python version... 2.7
- checking for python platform... linux2
- checking for python script directory... ${prefix}/lib/python2.7/site-packages
- checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
- checking for Python headers using /usr/bin/python-config --includes... -I/usr/include/python3.2mu -I/usr/include/python3.2mu
- checking whether those headers are sufficient... yes
- checking whether you want to build HTML docs... if possible
- checking whether you want to build API docs... if possible
- checking for __version__ in python module docutils... no
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for DBUS... yes
- checking for DBUS_GLIB... yes
- checking for dbus_watch_get_unix_fd in -ldbus-1... yes
- checking to see if compiler understands ... yes
- checking to see if compiler understands -Wall... yes
- checking to see if compiler understands -Wextra... yes
- checking to see if compiler understands -Wdeclaration-after-statement... yes
- checking to see if compiler understands -Wdeprecated-declarations... yes
- checking to see if compiler understands -Wshadow... yes
- checking to see if compiler understands -Wstrict-prototypes... yes
- checking to see if compiler understands -Wmissing-prototypes... yes
- checking to see if compiler understands -Wmissing-declarations... yes
- checking to see if compiler understands -Wsign-compare... yes
- checking to see if compiler understands -Wnested-externs... yes
- checking to see if compiler understands -Wpointer-arith... yes
- checking to see if compiler understands -Wformat-security... yes
- checking to see if compiler understands -Winit-self... yes
- checking to see if compiler understands -Werror... yes
- checking to see if compiler understands -Wno-missing-field-initializers... yes
- checking to see if compiler understands -Wno-error=missing-field-initializers... yes
- checking whether gcc understands -std=c9x... yes
- checking whether gcc understands -fno-strict-aliasing... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating _dbus_bindings/Makefile
- config.status: creating _dbus_glib_bindings/Makefile
- config.status: creating dbus-python.pc
- config.status: creating dbus/_version.py
- config.status: creating examples/Makefile
- config.status: creating m4/Makefile
- config.status: creating test/Makefile
- config.status: creating test/tmp-session-bus.conf
- config.status: creating test/TestSuitePythonService.service
- config.status: creating tools/Makefile
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- configure: WARNING: unrecognized options: --disable-gtk-doc
- *** Building dbus-python *** [8/8]
- make -j 4
- make all-recursive
- make[1]: Entering directory `/home/lukas/checkout/gnome/dbus-python-0.83.1'
- Making all in _dbus_bindings
- make[2]: Entering directory `/home/lukas/checkout/gnome/dbus-python-0.83.1/_dbus_bindings'
- /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
- /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
- /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
- /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
- 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
- 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
- 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
- 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
- In file included from /usr/include/python3.2mu/Python.h:52:0,
- from bytes.c:26:
- /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
- /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
- In file included from /usr/include/python3.2mu/Python.h:52:0,
- from abstract.c:26:
- /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
- /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
- In file included from /usr/include/python3.2mu/Python.h:52:0,
- from dbus_bindings-internal.h:31,
- from conn.c:27:
- /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
- /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
- In file included from /usr/include/python3.2mu/Python.h:52:0,
- from containers.c:26:
- /usr/include/python3.2mu/pyatomic.h: In function ‘_Py_ANNOTATE_MEMORY_ORDER’:
- /usr/include/python3.2mu/pyatomic.h:59:48: warning: unused parameter ‘address’ [-Wunused-parameter]
- In file included from bytes.c:32:0:
- types-internal.h: At top level:
- types-internal.h:38:5: error: unknown type name ‘PyIntObject’
- bytes.c: In function ‘Byte_new’:
- bytes.c:82:5: warning: implicit declaration of function ‘PyString_Check’ [-Wimplicit-function-declaration]
- bytes.c:82:5: warning: nested extern declaration of ‘PyString_Check’ [-Wnested-externs]
- bytes.c:84:9: warning: implicit declaration of function ‘PyString_GET_SIZE’ [-Wimplicit-function-declaration]
- bytes.c:84:9: warning: nested extern declaration of ‘PyString_GET_SIZE’ [-Wnested-externs]
- bytes.c:87:9: warning: implicit declaration of function ‘PyInt_FromLong’ [-Wimplicit-function-declaration]
- bytes.c:87:9: warning: nested extern declaration of ‘PyInt_FromLong’ [-Wnested-externs]
- bytes.c:87:9: warning: implicit declaration of function ‘PyString_AS_STRING’ [-Wimplicit-function-declaration]
- bytes.c:87:9: warning: nested extern declaration of ‘PyString_AS_STRING’ [-Wnested-externs]
- bytes.c:87:69: error: subscripted value is neither array nor pointer nor vector
- bytes.c:89:5: warning: implicit declaration of function ‘PyInt_Check’ [-Wimplicit-function-declaration]
- bytes.c:89:5: warning: nested extern declaration of ‘PyInt_Check’ [-Wnested-externs]
- bytes.c:90:9: warning: implicit declaration of function ‘PyInt_AS_LONG’ [-Wimplicit-function-declaration]
- bytes.c:90:9: warning: nested extern declaration of ‘PyInt_AS_LONG’ [-Wnested-externs]
- bytes.c: In function ‘Byte_tp_str’:
- bytes.c:128:5: warning: implicit declaration of function ‘PyString_FromStringAndSize’ [-Wimplicit-function-declaration]
- bytes.c:128:5: warning: nested extern declaration of ‘PyString_FromStringAndSize’ [-Wnested-externs]
- bytes.c:128:5: warning: return makes pointer from integer without a cast [enabled by default]
- bytes.c: At top level:
- bytes.c:132:9: warning: missing braces around initializer [-Wmissing-braces]
- bytes.c:132:9: warning: (near initialization for ‘DBusPyByte_Type.ob_base.ob_base’) [-Wmissing-braces]
- bytes.c:134:9: warning: initialization makes integer from pointer without a cast [enabled by default]
- bytes.c:134:9: warning: (near initialization for ‘DBusPyByte_Type.tp_basicsize’) [enabled by default]
- bytes.c:148:9: warning: initialization from incompatible pointer type [enabled by default]
- bytes.c:148:9: warning: (near initialization for ‘DBusPyByte_Type.tp_getattro’) [enabled by default]
- bytes.c:152:9: warning: initialization makes pointer from integer without a cast [enabled by default]
- bytes.c:152:9: warning: (near initialization for ‘DBusPyByte_Type.tp_doc’) [enabled by default]
- bytes.c:153:9: warning: initialization from incompatible pointer type [enabled by default]
- bytes.c:153:9: warning: (near initialization for ‘DBusPyByte_Type.tp_traverse’) [enabled by default]
- bytes.c:170:9: warning: initialization from incompatible pointer type [enabled by default]
- bytes.c:170:9: warning: (near initialization for ‘DBusPyByte_Type.tp_free’) [enabled by default]
- bytes.c:199:9: warning: missing braces around initializer [-Wmissing-braces]
- bytes.c:199:9: warning: (near initialization for ‘DBusPyByteArray_Type.ob_base.ob_base’) [-Wmissing-braces]
- bytes.c:201:9: warning: initialization makes integer from pointer without a cast [enabled by default]
- bytes.c:201:9: warning: (near initialization for ‘DBusPyByteArray_Type.tp_basicsize’) [enabled by default]
- bytes.c:219:9: warning: initialization makes pointer from integer without a cast [enabled by default]
- bytes.c:219:9: warning: (near initialization for ‘DBusPyByteArray_Type.tp_doc’) [enabled by default]
- bytes.c:220:9: warning: initialization from incompatible pointer type [enabled by default]
- bytes.c:220:9: warning: (near initialization for ‘DBusPyByteArray_Type.tp_traverse’) [enabled by default]
- In file included from abstract.c:32:0:
- types-internal.h: At top level:
- types-internal.h:38:5: error: unknown type name ‘PyIntObject’
- abstract.c: In function ‘dbus_py_variant_level_get’:
- abstract.c:57:5: warning: implicit declaration of function ‘PyInt_AsLong’ [-Wimplicit-function-declaration]
- abstract.c:57:5: warning: nested extern declaration of ‘PyInt_AsLong’ [-Wnested-externs]
- abstract.c: In function ‘dbus_py_variant_level_set’:
- abstract.c:79:9: warning: implicit declaration of function ‘PyInt_FromLong’ [-Wimplicit-function-declaration]
- abstract.c:79:9: warning: nested extern declaration of ‘PyInt_FromLong’ [-Wnested-externs]
- abstract.c:79:28: warning: initialization makes pointer from integer without a cast [enabled by default]
- abstract.c: In function ‘dbus_py_variant_level_getattro’:
- abstract.c:98:5: warning: implicit declaration of function ‘PyString_Check’ [-Wimplicit-function-declaration]
- abstract.c:98:5: warning: nested extern declaration of ‘PyString_Check’ [-Wnested-externs]
- abstract.c:112:5: warning: implicit declaration of function ‘PyString_AS_STRING’ [-Wimplicit-function-declaration]
- abstract.c:112:5: warning: nested extern declaration of ‘PyString_AS_STRING’ [-Wnested-externs]
- abstract.c:112:5: warning: passing argument 1 of ‘strcmp’ makes pointer from integer without a cast [enabled by default]
- /usr/include/string.h:143:12: note: expected ‘const char *’ but argument is of type ‘int’
- abstract.c:130:9: warning: return makes pointer from integer without a cast [enabled by default]
- abstract.c: In function ‘DBusPythonInt_tp_new’:
- abstract.c:187:13: error: ‘PyInt_Type’ undeclared (first use in this function)
- abstract.c:187:13: note: each undeclared identifier is reported only once for each function it appears in
- abstract.c: In function ‘DBusPythonInt_tp_repr’:
- abstract.c:197:30: error: ‘PyInt_Type’ undeclared (first use in this function)
- abstract.c:203:9: warning: implicit declaration of function ‘PyString_FromFormat’ [-Wimplicit-function-declaration]
- abstract.c:203:9: warning: nested extern declaration of ‘PyString_FromFormat’ [-Wnested-externs]
- abstract.c:203:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c:209:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c: At top level:
- abstract.c:218:5: warning: missing braces around initializer [-Wmissing-braces]
- abstract.c:218:5: warning: (near initialization for ‘DBusPyIntBase_Type.ob_base.ob_base’) [-Wmissing-braces]
- abstract.c:220:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- abstract.c:220:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_basicsize’) [enabled by default]
- abstract.c:228:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:228:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_as_number’) [enabled by default]
- abstract.c:238:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- abstract.c:238:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_doc’) [enabled by default]
- abstract.c:239:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:239:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_traverse’) [enabled by default]
- abstract.c:247:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:247:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_getset’) [enabled by default]
- abstract.c:255:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:255:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_new’) [enabled by default]
- abstract.c:256:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:256:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_free’) [enabled by default]
- abstract.c:257:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:257:5: warning: (near initialization for ‘DBusPyIntBase_Type.tp_is_gc’) [enabled by default]
- abstract.c: In function ‘DBusPythonFloat_tp_repr’:
- abstract.c:315:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c:321:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c: At top level:
- abstract.c:330:5: warning: missing braces around initializer [-Wmissing-braces]
- abstract.c:330:5: warning: (near initialization for ‘DBusPyFloatBase_Type.ob_base.ob_base’) [-Wmissing-braces]
- abstract.c:332:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- abstract.c:332:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_basicsize’) [enabled by default]
- abstract.c:340:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:340:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_as_number’) [enabled by default]
- abstract.c:350:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- abstract.c:350:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_doc’) [enabled by default]
- abstract.c:351:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:351:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_traverse’) [enabled by default]
- abstract.c:359:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:359:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_getset’) [enabled by default]
- abstract.c:368:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:368:5: warning: (near initialization for ‘DBusPyFloatBase_Type.tp_free’) [enabled by default]
- abstract.c: In function ‘DBusPythonString_tp_new’:
- abstract.c:399:13: error: ‘PyString_Type’ undeclared (first use in this function)
- abstract.c: In function ‘DBusPythonString_tp_repr’:
- abstract.c:412:30: error: ‘PyString_Type’ undeclared (first use in this function)
- abstract.c:426:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c:432:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c: In function ‘DBusPyStrBase_tp_dealloc’:
- abstract.c:444:6: error: ‘PyString_Type’ undeclared (first use in this function)
- abstract.c: At top level:
- abstract.c:448:5: warning: missing braces around initializer [-Wmissing-braces]
- abstract.c:448:5: warning: (near initialization for ‘DBusPyStrBase_Type.ob_base.ob_base’) [-Wmissing-braces]
- abstract.c:450:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- abstract.c:450:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_basicsize’) [enabled by default]
- abstract.c:453:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:453:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_print’) [enabled by default]
- abstract.c:458:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:458:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_as_number’) [enabled by default]
- abstract.c:465:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:465:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_setattro’) [enabled by default]
- abstract.c:466:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:466:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_as_buffer’) [enabled by default]
- abstract.c:468:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- abstract.c:468:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_doc’) [enabled by default]
- abstract.c:469:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:469:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_traverse’) [enabled by default]
- abstract.c:486:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:486:5: warning: (near initialization for ‘DBusPyStrBase_Type.tp_free’) [enabled by default]
- abstract.c: In function ‘DBusPythonLong_tp_repr’:
- abstract.c:544:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c:550:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c: At top level:
- abstract.c:566:5: warning: missing braces around initializer [-Wmissing-braces]
- abstract.c:566:5: warning: (near initialization for ‘DBusPyLongBase_Type.ob_base.ob_base’) [-Wmissing-braces]
- abstract.c:568:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- abstract.c:568:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_basicsize’) [enabled by default]
- abstract.c:571:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:571:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_print’) [enabled by default]
- abstract.c:576:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:576:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_as_number’) [enabled by default]
- abstract.c:583:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:583:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_setattro’) [enabled by default]
- abstract.c:584:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:584:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_as_buffer’) [enabled by default]
- abstract.c:586:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- abstract.c:586:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_doc’) [enabled by default]
- abstract.c:587:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:587:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_traverse’) [enabled by default]
- abstract.c:604:5: warning: initialization from incompatible pointer type [enabled by default]
- abstract.c:604:5: warning: (near initialization for ‘DBusPyLongBase_Type.tp_free’) [enabled by default]
- abstract.c: In function ‘dbus_py_init_abstract’:
- abstract.c:617:5: warning: implicit declaration of function ‘PyString_InternFromString’ [-Wimplicit-function-declaration]
- abstract.c:617:5: warning: nested extern declaration of ‘PyString_InternFromString’ [-Wnested-externs]
- abstract.c:617:38: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c:620:33: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c:623:29: warning: assignment makes pointer from integer without a cast [enabled by default]
- abstract.c:626:35: error: ‘PyInt_Type’ undeclared (first use in this function)
- abstract.c:640:35: error: ‘PyString_Type’ undeclared (first use in this function)
- make[2]: *** [bytes.lo] Error 1
- make[2]: *** Waiting for unfinished jobs....
- conn.c: In function ‘DBusPyConnection_HandleMessage’:
- conn.c:102:9: warning: implicit declaration of function ‘PyInt_AsLong’ [-Wimplicit-function-declaration]
- conn.c:102:9: warning: nested extern declaration of ‘PyInt_AsLong’ [-Wnested-externs]
- conn.c: In function ‘Connection_tp_new’:
- conn.c:320:5: warning: implicit declaration of function ‘PyString_AsString’ [-Wimplicit-function-declaration]
- conn.c:320:5: warning: nested extern declaration of ‘PyString_AsString’ [-Wnested-externs]
- conn.c:320:23: warning: assignment makes pointer from integer without a cast [enabled by default]
- conn.c: In function ‘Connection_tp_dealloc’:
- conn.c:401:10: error: ‘Connection’ has no member named ‘ob_type’
- conn.c: At top level:
- conn.c:407:5: warning: missing braces around initializer [-Wmissing-braces]
- conn.c:407:5: warning: (near initialization for ‘DBusPyConnection_Type.ob_base.ob_base’) [-Wmissing-braces]
- conn.c:409:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- conn.c:409:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_basicsize’) [enabled by default]
- conn.c:413:5: warning: initialization from incompatible pointer type [enabled by default]
- conn.c:413:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_print’) [enabled by default]
- conn.c:428:26: error: ‘Py_TPFLAGS_HAVE_WEAKREFS’ undeclared here (not in a function)
- conn.c:429:5: warning: initialization from incompatible pointer type [enabled by default]
- conn.c:429:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_traverse’) [enabled by default]
- conn.c:433:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- conn.c:433:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_iter’) [enabled by default]
- conn.c:436:5: warning: initialization from incompatible pointer type [enabled by default]
- conn.c:436:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_members’) [enabled by default]
- conn.c:444:5: warning: initialization from incompatible pointer type [enabled by default]
- conn.c:444:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_alloc’) [enabled by default]
- conn.c:446:5: warning: initialization from incompatible pointer type [enabled by default]
- conn.c:446:5: warning: (near initialization for ‘DBusPyConnection_Type.tp_free’) [enabled by default]
- In file included from containers.c:32:0:
- types-internal.h: At top level:
- types-internal.h:38:5: error: unknown type name ‘PyIntObject’
- containers.c: In function ‘Array_tp_repr’:
- containers.c:96:9: warning: implicit declaration of function ‘PyString_FromFormat’ [-Wimplicit-function-declaration]
- containers.c:96:9: warning: nested extern declaration of ‘PyString_FromFormat’ [-Wnested-externs]
- containers.c:98:50: error: ‘PyListObject’ has no member named ‘ob_type’
- containers.c:99:39: warning: implicit declaration of function ‘PyString_AS_STRING’ [-Wimplicit-function-declaration]
- containers.c:99:39: warning: nested extern declaration of ‘PyString_AS_STRING’ [-Wnested-externs]
- containers.c:105:50: error: ‘PyListObject’ has no member named ‘ob_type’
- containers.c: In function ‘Array_tp_new’:
- containers.c:131:9: warning: implicit declaration of function ‘PyInt_AsLong’ [-Wimplicit-function-declaration]
- containers.c:131:9: warning: nested extern declaration of ‘PyInt_AsLong’ [-Wnested-externs]
- containers.c: In function ‘Array_tp_init’:
- containers.c:170:29: warning: initialization makes pointer from integer without a cast [enabled by default]
- containers.c: At top level:
- containers.c:199:5: warning: missing braces around initializer [-Wmissing-braces]
- containers.c:199:5: warning: (near initialization for ‘DBusPyArray_Type.ob_base.ob_base’) [-Wmissing-braces]
- containers.c:201:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- containers.c:201:5: warning: (near initialization for ‘DBusPyArray_Type.tp_basicsize’) [enabled by default]
- containers.c:204:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:204:5: warning: (near initialization for ‘DBusPyArray_Type.tp_print’) [enabled by default]
- containers.c:209:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:209:5: warning: (near initialization for ‘DBusPyArray_Type.tp_as_number’) [enabled by default]
- containers.c:219:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- containers.c:219:5: warning: (near initialization for ‘DBusPyArray_Type.tp_doc’) [enabled by default]
- containers.c:220:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:220:5: warning: (near initialization for ‘DBusPyArray_Type.tp_traverse’) [enabled by default]
- containers.c:228:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:228:5: warning: (near initialization for ‘DBusPyArray_Type.tp_getset’) [enabled by default]
- containers.c:235:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:235:5: warning: (near initialization for ‘DBusPyArray_Type.tp_alloc’) [enabled by default]
- containers.c:237:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:237:5: warning: (near initialization for ‘DBusPyArray_Type.tp_free’) [enabled by default]
- containers.c: In function ‘Dict_tp_repr’:
- containers.c:307:50: error: ‘PyDictObject’ has no member named ‘ob_type’
- containers.c:314:50: error: ‘PyDictObject’ has no member named ‘ob_type’
- containers.c: In function ‘Dict_tp_init’:
- containers.c:378:29: warning: initialization makes pointer from integer without a cast [enabled by default]
- containers.c: At top level:
- containers.c:433:5: warning: missing braces around initializer [-Wmissing-braces]
- containers.c:433:5: warning: (near initialization for ‘DBusPyDict_Type.ob_base.ob_base’) [-Wmissing-braces]
- containers.c:435:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- containers.c:435:5: warning: (near initialization for ‘DBusPyDict_Type.tp_basicsize’) [enabled by default]
- containers.c:438:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:438:5: warning: (near initialization for ‘DBusPyDict_Type.tp_print’) [enabled by default]
- containers.c:443:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:443:5: warning: (near initialization for ‘DBusPyDict_Type.tp_as_number’) [enabled by default]
- containers.c:453:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- containers.c:453:5: warning: (near initialization for ‘DBusPyDict_Type.tp_doc’) [enabled by default]
- containers.c:454:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:454:5: warning: (near initialization for ‘DBusPyDict_Type.tp_traverse’) [enabled by default]
- containers.c:462:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:462:5: warning: (near initialization for ‘DBusPyDict_Type.tp_getset’) [enabled by default]
- containers.c:469:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:469:5: warning: (near initialization for ‘DBusPyDict_Type.tp_alloc’) [enabled by default]
- containers.c:471:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:471:5: warning: (near initialization for ‘DBusPyDict_Type.tp_free’) [enabled by default]
- containers.c: In function ‘Struct_tp_repr’:
- containers.c:525:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- containers.c:533:17: warning: assignment makes pointer from integer without a cast [enabled by default]
- containers.c: In function ‘Struct_tp_getattro’:
- containers.c:650:5: warning: implicit declaration of function ‘PyString_Check’ [-Wimplicit-function-declaration]
- containers.c:650:5: warning: nested extern declaration of ‘PyString_Check’ [-Wnested-externs]
- containers.c:664:5: warning: passing argument 1 of ‘strcmp’ makes pointer from integer without a cast [enabled by default]
- /usr/include/string.h:143:12: note: expected ‘const char *’ but argument is of type ‘int’
- containers.c: At top level:
- containers.c:688:5: warning: missing braces around initializer [-Wmissing-braces]
- containers.c:688:5: warning: (near initialization for ‘DBusPyStruct_Type.ob_base.ob_base’) [-Wmissing-braces]
- containers.c:690:5: warning: initialization makes integer from pointer without a cast [enabled by default]
- containers.c:690:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_basicsize’) [enabled by default]
- containers.c:693:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:693:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_print’) [enabled by default]
- containers.c:698:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:698:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_as_number’) [enabled by default]
- containers.c:705:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:705:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_setattro’) [enabled by default]
- containers.c:706:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:706:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_as_buffer’) [enabled by default]
- containers.c:708:5: warning: initialization makes pointer from integer without a cast [enabled by default]
- containers.c:708:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_doc’) [enabled by default]
- containers.c:709:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:709:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_traverse’) [enabled by default]
- containers.c:726:5: warning: initialization from incompatible pointer type [enabled by default]
- containers.c:726:5: warning: (near initialization for ‘DBusPyStruct_Type.tp_free’) [enabled by default]
- make[2]: *** [abstract.lo] Error 1
- make[2]: *** [conn.lo] Error 1
- make[2]: *** [containers.lo] Error 1
- make[2]: Leaving directory `/home/lukas/checkout/gnome/dbus-python-0.83.1/_dbus_bindings'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/home/lukas/checkout/gnome/dbus-python-0.83.1'
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement