Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *** Checking out pygobject *** [67/187]
- git clone git://git.gnome.org/pygobject
- Cloning into 'pygobject'...
- remote: Counting objects: 14052, done.
- remote: Compressing objects: 100% (4627/4627), done.
- remote: Total 14052 (delta 10421), reused 12649 (delta 9282)
- Receiving objects: 100% (14052/14052), 2.78 MiB | 347 KiB/s, done.
- Resolving deltas: 100% (10421/10421), done.
- git remote set-url origin git://git.gnome.org/pygobject
- git pull --rebase
- Current branch master is up to date.
- *** Configuring pygobject *** [67/187]
- ./autogen.sh --prefix /opt/gnome --libdir '/opt/gnome/lib' --disable-static --disable-gtk-doc
- autoreconf: Entering directory `.'
- autoreconf: configure.ac: not using Gettext
- autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
- autoreconf: configure.ac: tracing
- autoreconf: running: libtoolize --copy --force
- libtoolize: putting auxiliary files in `.'.
- libtoolize: copying file `./ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
- libtoolize: copying file `m4/libtool.m4'
- libtoolize: copying file `m4/ltoptions.m4'
- libtoolize: copying file `m4/ltsugar.m4'
- libtoolize: copying file `m4/ltversion.m4'
- libtoolize: copying file `m4/lt~obsolete.m4'
- autoreconf: running: /usr/bin/autoconf --force
- autoreconf: running: /usr/bin/autoheader --force
- autoreconf: running: automake --add-missing --copy --force-missing
- configure.ac:86: installing `./compile'
- configure.ac:46: installing `./config.guess'
- configure.ac:46: installing `./config.sub'
- configure.ac:40: installing `./install-sh'
- configure.ac:40: installing `./missing'
- gi/Makefile.am: installing `./depcomp'
- gi/Makefile.am:29: installing `./py-compile'
- autoreconf: Leaving directory `.'
- 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 whether to disable maintainer-specific portions of Makefiles... yes
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking for some Win32 platform... no
- checking for native Win32... no
- checking how to print strings... printf
- 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 how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
- checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- 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 dlltool... dlltool
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for mt... no
- checking if : is a manifest tool... no
- 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
- configure: creating ./config.lt
- config.lt: creating libtool
- checking for library containing strerror... none required
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking dependency style of gcc... (cached) gcc3
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking dependency style of gcc... (cached) gcc3
- checking whether gcc and cc understand -c and -o together... yes
- checking for a Python interpreter with version >= 2.5.2... 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 version... (cached) 2.7
- checking for python platform... (cached) linux2
- checking for python script directory... (cached) ${prefix}/lib/python2.7/site-packages
- checking for python extension module directory... (cached) ${exec_prefix}/lib/python2.7/site-packages
- checking for headers required to compile python extensions... found
- checking for PySignal_SetWakeupFd in Python.h... yes
- checking for python module thread... yes
- checking whether to enable threading in pygobject... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.16... yes
- checking for GLIB - version >= 2.24.0... yes (version 2.31.7)
- checking for ffi... checking for FFI... yes
- checking for GIO... yes
- checking for GI... yes
- checking for PYCAIRO... yes
- checking whether gcc understands -Wall... yes
- checking whether gcc understands -fno-strict-aliasing... yes
- checking whether gcc understands -std=c9x... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating pygobject-3.0.pc
- config.status: creating pygobject-3.0-uninstalled.pc
- config.status: creating gi/Makefile
- config.status: creating gi/repository/Makefile
- config.status: creating gi/overrides/Makefile
- config.status: creating gi/_glib/Makefile
- config.status: creating gi/_gobject/Makefile
- config.status: creating examples/Makefile
- config.status: creating tests/Makefile
- config.status: creating PKG-INFO
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- configure: WARNING: unrecognized options: --disable-gtk-doc
- libffi support: yes
- *** Building pygobject *** [67/187]
- make -j 4
- GEN .gitignore
- make all-recursive
- make[1]: Entering directory `/home/lukas/checkout/gnome/pygobject'
- Making all in examples
- make[2]: Entering directory `/home/lukas/checkout/gnome/pygobject/examples'
- GEN .gitignore
- make[2]: Leaving directory `/home/lukas/checkout/gnome/pygobject/examples'
- Making all in gi
- make[2]: Entering directory `/home/lukas/checkout/gnome/pygobject/gi'
- GEN .gitignore
- Making all in repository
- make[3]: Entering directory `/home/lukas/checkout/gnome/pygobject/gi/repository'
- GEN .gitignore
- make[3]: Leaving directory `/home/lukas/checkout/gnome/pygobject/gi/repository'
- Making all in overrides
- make[3]: Entering directory `/home/lukas/checkout/gnome/pygobject/gi/overrides'
- GEN .gitignore
- make[3]: Leaving directory `/home/lukas/checkout/gnome/pygobject/gi/overrides'
- Making all in _glib
- make[3]: Entering directory `/home/lukas/checkout/gnome/pygobject/gi/_glib'
- CC libpyglib_gi_2_0_python_la-pyglib.lo
- CC _glib_la-glibmodule.lo
- CC _glib_la-pygiochannel.lo
- CC _glib_la-pygoptioncontext.lo
- pygiochannel.c: In function 'py_io_channel_write_chars':
- pygiochannel.c:267:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
- pygiochannel.c: In function 'py_io_channel_write_lines':
- pygiochannel.c:290:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
- pygiochannel.c: In function 'py_io_channel_add_watch':
- pygiochannel.c:458:17: warning: variable 'iochannel' set but not used [-Wunused-but-set-variable]
- pygiochannel.c: In function 'py_io_channel_read_line':
- pygiochannel.c:555:15: warning: variable 'status' set but not used [-Wunused-but-set-variable]
- pyglib.c: In function 'pyglib_enable_threads':
- pyglib.c:157:2: warning: 'g_thread_init' is deprecated (declared at /opt/gnome/include/glib-2.0/glib/deprecated/gthread.h:259) [-Wdeprecated-declarations]
- CC _glib_la-pygoptiongroup.lo
- CC _glib_la-pygmaincontext.lo
- CC _glib_la-pygmainloop.lo
- CC _glib_la-pygsource.lo
- pygmainloop.c: In function 'pyg_signal_watch_check':
- pygmainloop.c:161:12: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
- CC _glib_la-pygspawn.lo
- GEN .gitignore
- pygsource.c: In function 'pyg_source_get_current_time':
- pygsource.c:252:5: warning: 'g_source_get_current_time' is deprecated (declared at /opt/gnome/include/glib-2.0/glib/gmain.h:413): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
- CCLD libpyglib-gi-2.0-python.la
- CCLD _glib.la
- ln -s .libs/_glib.so _glib.so || true
- make[3]: Leaving directory `/home/lukas/checkout/gnome/pygobject/gi/_glib'
- Making all in _gobject
- make[3]: Entering directory `/home/lukas/checkout/gnome/pygobject/gi/_gobject'
- CC _gobject_la-gobjectmodule.lo
- CC _gobject_la-pygboxed.lo
- CC _gobject_la-pygenum.lo
- CC _gobject_la-pygflags.lo
- gobjectmodule.c: In function 'pygobject_init_wrapper_set':
- gobjectmodule.c:1011:5: warning: 'g_static_private_set' is deprecated (declared at /opt/gnome/include/glib-2.0/glib/deprecated/gthread.h:248): Use 'g_private_set' instead [-Wdeprecated-declarations]
- gobjectmodule.c: In function 'pygobject_init_wrapper_get':
- gobjectmodule.c:1017:5: warning: 'g_static_private_get' is deprecated (declared at /opt/gnome/include/glib-2.0/glib/deprecated/gthread.h:245): Use 'g_private_get' instead [-Wdeprecated-declarations]
- gobjectmodule.c: In function 'pygobject__g_instance_init':
- gobjectmodule.c:1073:9: warning: passing argument 1 of 'pygobject_ref_float' from incompatible pointer type [enabled by default]
- pygobject-private.h:99:6: note: expected 'struct PyGObject *' but argument is of type 'struct PyObject *'
- CC _gobject_la-pyginterface.lo
- CC _gobject_la-pygobject.lo
- CC _gobject_la-pygparamspec.lo
- CC _gobject_la-pygpointer.lo
- pygobject.c: In function 'pygobject_get_properties':
- pygobject.c:1252:19: warning: variable 'class' set but not used [-Wunused-but-set-variable]
- CC _gobject_la-pygtype.lo
- CC _gobject_la-ffi-marshaller.lo
- GEN .gitignore
- pygtype.c: In function 'pyg_value_from_pyobject':
- pygtype.c:776:6: warning: 'g_value_set_char' is deprecated (declared at /opt/gnome/include/glib-2.0/gobject/gvaluetypes.h:181) [-Wdeprecated-declarations]
- pygtype.c: In function 'pyg_value_as_pyobject':
- pygtype.c:1030:2: warning: 'g_value_get_char' is deprecated (declared at /opt/gnome/include/glib-2.0/gobject/gvaluetypes.h:184) [-Wdeprecated-declarations]
- ffi-marshaller.c: In function 'g_value_from_ffi_type':
- ffi-marshaller.c:105:7: warning: 'g_value_set_char' is deprecated (declared at /opt/gnome/include/glib-2.0/gobject/gvaluetypes.h:181) [-Wdeprecated-declarations]
- CCLD _gobject.la
- ln -s .libs/_gobject.so _gobject.so || true
- make[3]: Leaving directory `/home/lukas/checkout/gnome/pygobject/gi/_gobject'
- make[3]: Entering directory `/home/lukas/checkout/gnome/pygobject/gi'
- CC _gi_la-pygi-repository.lo
- CC _gi_la-pygi-info.lo
- CC _gi_la-pygi-foreign.lo
- CC _gi_la-pygi-foreign-gvariant.lo
- pygi-repository.c: In function '_wrap_g_irepository_require':
- pygi-repository.c:92:15: warning: variable 'typelib' set but not used [-Wunused-but-set-variable]
- CC _gi_la-pygi-struct.lo
- CC _gi_la-pygi-argument.lo
- CC _gi_la-pygi-type.lo
- pygi-argument.c: In function '_pygi_argument_from_object':
- pygi-argument.c:1089:35: warning: variable 'result' set but not used [-Wunused-but-set-variable]
- pygi-argument.c: In function '_pygi_argument_from_g_value':
- pygi-argument.c:1831:13: warning: 'g_value_get_char' is deprecated (declared at /opt/gnome/include/glib-2.0/gobject/gvaluetypes.h:184) [-Wdeprecated-declarations]
- CC _gi_la-pygi-boxed.lo
- CC _gi_la-pygi-closure.lo
- CC _gi_la-pygi-callbacks.lo
- pygi-closure.c: In function '_pygi_closure_handle':
- pygi-closure.c:334:16: warning: variable 'return_transfer' set but not used [-Wunused-but-set-variable]
- pygi-closure.c:333:16: warning: variable 'return_tag' set but not used [-Wunused-but-set-variable]
- CC _gi_la-pygi-property.lo
- pygi-callbacks.c: In function '_pygi_scan_for_callbacks':
- pygi-callbacks.c:80:21: warning: variable 'direction' set but not used [-Wunused-but-set-variable]
- pygi-callbacks.c: In function '_pygi_create_callback':
- pygi-callbacks.c:156:17: warning: variable 'scope' set but not used [-Wunused-but-set-variable]
- CC _gi_la-pygi-signal-closure.lo
- CC _gi_la-gimodule.lo
- CC _gi_la-pygi-invoke.lo
- CC _gi_la-pygi-cache.lo
- CC _gi_la-pygi-marshal-from-py.lo
- CC _gi_la-pygi-marshal-to-py.lo
- CC _gi_la-pygi-marshal-cleanup.lo
- CC _gi_cairo_la-pygi-foreign-cairo.lo
- pygi-marshal-cleanup.c: In function '_pygi_marshal_cleanup_to_py_array':
- pygi-marshal-cleanup.c:359:24: warning: unused variable 'sequence_cache' [-Wunused-variable]
- pygi-foreign-cairo.c:30:30: fatal error: pycairo/py3cairo.h: No such file or directory
- compilation terminated.
- make[3]: *** [_gi_cairo_la-pygi-foreign-cairo.lo] Error 1
- make[3]: *** Waiting for unfinished jobs....
- make[3]: Leaving directory `/home/lukas/checkout/gnome/pygobject/gi'
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory `/home/lukas/checkout/gnome/pygobject/gi'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/home/lukas/checkout/gnome/pygobject'
- make: *** [all] Error 2
- *** Error during phase build of pygobject: ########## Error running make -j 4 *** [67/187]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement