Mock Version: 1.1.32 Mock Version: 1.1.32 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/goocanvas2.spec'], False, '/var/lib/mock/f20-build-1806394-312122/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target armv7hl --nodeps builddir/build/SPECS/goocanvas2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: arm02-builder17.arm.fedoraproject.org Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/goocanvas2-2.0.1-6.8f2c63git.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/goocanvas2.spec'], False, '/var/lib/mock/f20-build-1806394-312122/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target armv7hl --nodeps builddir/build/SPECS/goocanvas2.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5xlqgZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf goocanvas2-8f2c63 + /usr/bin/xz -dc /builddir/build/SOURCES/goocanvas2-8f2c63.tar.xz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd goocanvas2-8f2c63 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qN9BjS + umask 022 + cd /builddir/build/BUILD + cd goocanvas2-8f2c63 + ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing . Creating ./aclocal.m4 ... Running glib-gettextize... Ignore non-fatal messages. Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. Making ./aclocal.m4 writable ... Running libtoolize... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal ... aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' Running autoheader... Running automake --gnu ... automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:27: installing './config.guess' configure.in:27: installing './config.sub' configure.in:7: installing './install-sh' configure.in:7: installing './missing' Makefile.am: installing './INSTALL' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' bindings/python/Makefile.am:3: installing './py-compile' demo/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') demo/Makefile.am: installing './depcomp' docs/Makefile.am:77: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Running autoconf ... Running ./configure --enable-maintainer-mode ... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes 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 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking build system type... armv7l-unknown-linux-gnueabihf checking host system type... armv7l-unknown-linux-gnueabihf checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/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 armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop checking how to convert armv7l-unknown-linux-gnueabihf 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... no 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 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... no 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... yes checking whether make supports nested variables... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... en_GB es ja sv checking for gobject-introspection... yes checking for perl5... no checking for perl... /usr/bin/perl checking for some Win32 platform... no 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 gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating demo/Makefile config.status: creating docs/Makefile config.status: creating bindings/Makefile config.status: creating bindings/python/Makefile config.status: creating po/Makefile.in config.status: creating goocanvas-2.0.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands Now type `make' to compile. + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + ./configure --build=armv7hl-redhat-linux-gnu --host=armv7hl-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --enable-gtk-doc=yes --enable-python=no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for armv7hl-redhat-linux-gnu-gcc... no 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... none checking for library containing strerror... none required checking for armv7hl-redhat-linux-gnu-gcc... 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) none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking build system type... armv7hl-redhat-linux-gnu checking host system type... armv7hl-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/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 armv7hl-redhat-linux-gnu file names to armv7hl-redhat-linux-gnu format... func_convert_file_noop checking how to convert armv7hl-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for armv7hl-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for armv7hl-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for armv7hl-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for armv7hl-redhat-linux-gnu-strip... no checking for strip... strip checking for armv7hl-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for armv7hl-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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... no 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 whether make supports nested variables... (cached) yes checking for armv7hl-redhat-linux-gnu-pkg-config... /usr/bin/armv7hl-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... en_GB es ja sv checking for gobject-introspection... yes checking for perl5... no checking for perl... /usr/bin/perl checking for some Win32 platform... no 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 gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking for GTKDOC_DEPS... yes checking whether to build gtk-doc documentation... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating demo/Makefile config.status: creating docs/Makefile config.status: creating bindings/Makefile config.status: creating bindings/python/Makefile config.status: creating po/Makefile.in config.status: creating goocanvas-2.0.pc config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands + make -j4 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63' Making all in src make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' (cd . && glib-mkenums \ --fhead "#ifndef __GOO_CANVAS_ENUM_TYPES_H__\n#define __GOO_CANVAS_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --fprod "/* Enumerations from \"@filename@\" */\n" \ --vhead "GType @enum_name@_get_type (void);\n#define GOO_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n\n\n" \ --ftail "G_END_DECLS\n\n#endif /* __GOO_CANVAS_ENUM_TYPES_H__ */" \ goocanvasellipse.h goocanvasgrid.h goocanvasgroup.h goocanvasimage.h goocanvasitem.h goocanvasitemmodel.h goocanvasitemsimple.h goocanvaspolyline.h goocanvaspath.h goocanvasrect.h goocanvasstyle.h goocanvastable.h goocanvastext.h goocanvasutils.h goocanvaswidget.h goocanvas.h) >> xgen-gtbh \ && (cmp -s xgen-gtbh goocanvasenumtypes.h || cp xgen-gtbh goocanvasenumtypes.h ) \ && rm -f xgen-gtbh \ && echo timestamp > stamp-goocanvasenumtypes.h glib-genmarshal --prefix=goo_canvas_marshal ./goocanvasmarshal.list --header >> xgen-gmlh \ && (cmp -s xgen-gmlh goocanvasmarshal.h || cp xgen-gmlh goocanvasmarshal.h) \ && rm -f xgen-gmlh \ && echo timestamp > stamp-goocanvasmarshal.h (cd . && glib-mkenums \ --fhead "#include \n" \ --fhead "#include \"goocanvas.h\"\n" \ --fprod "\n/* Enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if( etype == 0 ) \n {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values );\n }\n return etype;\n}\n" \ goocanvasellipse.h goocanvasgrid.h goocanvasgroup.h goocanvasimage.h goocanvasitem.h goocanvasitemmodel.h goocanvasitemsimple.h goocanvaspolyline.h goocanvaspath.h goocanvasrect.h goocanvasstyle.h goocanvastable.h goocanvastext.h goocanvasutils.h goocanvaswidget.h goocanvas.h) > xgen-gtbc \ && cp xgen-gtbc goocanvasenumtypes.c \ && rm -f xgen-gtbc (echo "#include \"goocanvasmarshal.h\""; \ glib-genmarshal --prefix=goo_canvas_marshal ./goocanvasmarshal.list --body) >> xgen-gmlc \ && cp xgen-gmlc goocanvasmarshal.c \ && rm -f xgen-gmlc make all-am make[3]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' CC goocanvasatk.lo CC goocanvasellipse.lo CC goocanvasenumtypes.lo CC goocanvasgrid.lo CC goocanvasgroup.lo CC goocanvasimage.lo CC goocanvasitem.lo goocanvasgroup.c: In function 'goo_canvas_group_new': goocanvasgroup.c:175:19: warning: variable 'group' set but not used [-Wunused-but-set-variable] GooCanvasGroup *group; ^ goocanvasgroup.c: In function 'goo_canvas_group_model_new': goocanvasgroup.c:897:24: warning: variable 'gmodel' set but not used [-Wunused-but-set-variable] GooCanvasGroupModel *gmodel; ^ CC goocanvasitemmodel.lo goocanvasitem.c: In function 'goo_canvas_item_animate_cb': goocanvasitem.c:1287:3: warning: 'gdk_threads_enter' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:46) [-Wdeprecated-declarations] GDK_THREADS_ENTER (); ^ goocanvasitem.c:1365:3: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:48) [-Wdeprecated-declarations] GDK_THREADS_LEAVE (); ^ CC goocanvasitemsimple.lo CC goocanvasmarshal.lo CC goocanvaspolyline.lo CC goocanvaspath.lo CC goocanvasrect.lo CC goocanvasstyle.lo CC goocanvastable.lo CC goocanvastext.lo CC goocanvasutils.lo CC goocanvaswidget.lo goocanvaswidget.c: In function 'goo_canvas_widget_get_widget_size': goocanvaswidget.c:217:2: warning: 'gtk_widget_size_request' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkwidget.h:528): Use 'gtk_widget_get_preferred_size' instead [-Wdeprecated-declarations] gtk_widget_size_request (witem->widget, &requisition); ^ CC goocanvas.lo goocanvas.c: In function 'goo_canvas_set_property': goocanvas.c:894:7: warning: 'gtk_widget_modify_bg' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:683): Use 'gtk_widget_override_background' instead [-Wdeprecated-declarations] gtk_widget_modify_bg ((GtkWidget*) canvas, GTK_STATE_NORMAL, &color); ^ goocanvas.c: In function 'goo_canvas_realize': goocanvas.c:1557:3: warning: 'gtk_widget_set_style' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:667) [-Wdeprecated-declarations] gtk_widget_set_style(widget, gtk_style_attach (gtk_widget_get_style (widget), window)); ^ goocanvas.c:1557:3: warning: 'gtk_style_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:376): Use 'GtkStyleContext' instead [-Wdeprecated-declarations] goocanvas.c:1557:3: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:672): Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] goocanvas.c: In function 'goo_canvas_idle_handler': goocanvas.c:2600:3: warning: 'gdk_threads_enter' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:46) [-Wdeprecated-declarations] GDK_THREADS_ENTER (); ^ goocanvas.c:2608:3: warning: 'gdk_threads_leave' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkthreads.h:48) [-Wdeprecated-declarations] GDK_THREADS_LEAVE (); ^ goocanvas.c: In function 'goo_canvas_draw': goocanvas.c:2790:7: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:672): Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] const GtkStyle* style = gtk_widget_get_style (widget); ^ goocanvas.c:2791:7: warning: 'gtk_widget_get_state' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkwidget.h:678): Use 'gtk_widget_get_state_flags' instead [-Wdeprecated-declarations] const GtkStateType state = gtk_widget_get_state (widget); ^ goocanvas.c:2792:7: warning: 'gdk_cairo_set_source_color' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcairo.h:66): Use 'gdk_cairo_set_source_rgba' instead [-Wdeprecated-declarations] gdk_cairo_set_source_color (cr, &(style->base[state])); ^ goocanvas.c: In function 'goo_canvas_motion': goocanvas.c:3228:5: warning: 'gdk_window_get_pointer' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:837): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations] gdk_window_get_pointer (event->window, NULL, NULL, NULL); ^ goocanvas.c: In function 'goo_canvas_button_press': goocanvas.c:3252:7: warning: 'gdk_display_pointer_is_grabbed' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:67): Use 'gdk_display_device_is_grabbed' instead [-Wdeprecated-declarations] && !gdk_display_pointer_is_grabbed (display)) ^ goocanvas.c: In function 'goo_canvas_button_release': goocanvas.c:3285:7: warning: 'gdk_display_pointer_is_grabbed' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:67): Use 'gdk_display_device_is_grabbed' instead [-Wdeprecated-declarations] && !gdk_display_pointer_is_grabbed (display)) ^ goocanvas.c: In function 'goo_canvas_pointer_grab': goocanvas.c:3538:3: warning: 'gdk_pointer_grab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkmain.h:86): Use 'gdk_device_grab' instead [-Wdeprecated-declarations] status = gdk_pointer_grab (canvas->canvas_window, FALSE, ^ goocanvas.c: In function 'goo_canvas_pointer_ungrab': goocanvas.c:3578:3: warning: 'gdk_display_pointer_is_grabbed' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:67): Use 'gdk_display_device_is_grabbed' instead [-Wdeprecated-declarations] if (gdk_display_pointer_is_grabbed (display)) ^ goocanvas.c:3579:5: warning: 'gdk_display_pointer_ungrab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:61): Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] gdk_display_pointer_ungrab (display, time); ^ goocanvas.c: In function 'goo_canvas_keyboard_grab': goocanvas.c:3635:3: warning: 'gdk_keyboard_grab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkmain.h:93): Use 'gdk_device_grab' instead [-Wdeprecated-declarations] status = gdk_keyboard_grab (canvas->canvas_window, ^ goocanvas.c: In function 'goo_canvas_keyboard_ungrab': goocanvas.c:3671:3: warning: 'gdk_display_keyboard_ungrab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:64): Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] gdk_display_keyboard_ungrab (display, time); ^ CCLD libgoocanvas-2.0.la GISCAN GooCanvas-2.0.gir goocanvasitemsimple.c:241: Warning: GooCanvas: missing ':' at column 47: * GooCanvasItemSimple:stroke-color-gdk-rgba ^ goocanvasitem.h:17: Warning: GooCanvas: missing ':' at column 24: * GooCanvasAnimateType ^ goocanvasitem.h:38: Warning: GooCanvas: missing ':' at column 19: * GooCanvasBounds ^ goocanvasitem.h:82: Warning: GooCanvas: '@get_canvas' parameter unexpected at this location: * @get_canvas: returns the canvas the item is in. ^ goocanvasitem.h:83: Warning: GooCanvas: '@set_canvas' parameter unexpected at this location: * @set_canvas: sets the canvas the item is in. ^ goocanvasitem.h:84: Warning: GooCanvas: '@get_n_children' parameter unexpected at this location: * @get_n_children: returns the number of children of the item. ^ goocanvasitem.h:85: Warning: GooCanvas: '@get_child' parameter unexpected at this location: * @get_child: returns the child at the given index. ^ goocanvasitem.h:86: Warning: GooCanvas: '@request_update' parameter unexpected at this location: * @request_update: requests that an update is scheduled. ^ goocanvasitem.h:87: Warning: GooCanvas: '@add_child' parameter unexpected at this location: * @add_child: adds a child. ^ goocanvasitem.h:88: Warning: GooCanvas: '@move_child' parameter unexpected at this location: * @move_child: moves a child up or down the stacking order. ^ goocanvasitem.h:89: Warning: GooCanvas: '@remove_child' parameter unexpected at this location: * @remove_child: removes a child. ^ goocanvasitem.h:90: Warning: GooCanvas: '@get_child_property' parameter unexpected at this location: * @get_child_property: gets a child property of a given child item, ^ goocanvasitem.h:92: Warning: GooCanvas: '@set_child_property' parameter unexpected at this location: * @set_child_property: sets a child property for a given child item. ^ goocanvasitem.h:93: Warning: GooCanvas: '@get_transform_for_child' parameter unexpected at this location: * @get_transform_for_child: gets the transform used to lay out a given child. ^ goocanvasitem.h:94: Warning: GooCanvas: '@get_parent' parameter unexpected at this location: * @get_parent: gets the item's parent. ^ goocanvasitem.h:95: Warning: GooCanvas: '@set_parent' parameter unexpected at this location: * @set_parent: sets the item's parent. ^ goocanvasitem.h:96: Warning: GooCanvas: '@get_bounds' parameter unexpected at this location: * @get_bounds: gets the bounds of the item. ^ goocanvasitem.h:97: Warning: GooCanvas: '@get_items_at' parameter unexpected at this location: * @get_items_at: gets all the items at the given point. ^ goocanvasitem.h:98: Warning: GooCanvas: '@update' parameter unexpected at this location: * @update: updates the item, if needed. It recalculates the bounds of the item ^ goocanvasitem.h:100: Warning: GooCanvas: '@paint' parameter unexpected at this location: * @paint: renders the item to the given cairo context. ^ goocanvasitem.h:101: Warning: GooCanvas: '@get_requested_area' parameter unexpected at this location: * @get_requested_area: returns the requested area of the item, in its parent's ^ goocanvasitem.h:104: Warning: GooCanvas: '@get_requested_height' parameter unexpected at this location: * @get_requested_height: returns the requested height of the item, ^ goocanvasitem.h:109: Warning: GooCanvas: '@get_requested_area_for_width' parameter unexpected at this location: * @get_requested_area_for_width: returns the requested bounds of the item, ^ goocanvasitem.h:111: Warning: GooCanvas: '@allocate_area' parameter unexpected at this location: * @allocate_area: allocates the item's area, in its parent's coordinate space. ^ goocanvasitem.h:115: Warning: GooCanvas: '@get_transform' parameter unexpected at this location: * @get_transform: gets the item's transformation matrix. ^ goocanvasitem.h:116: Warning: GooCanvas: '@set_transform' parameter unexpected at this location: * @set_transform: sets the item's transformation matrix. ^ goocanvasitem.h:117: Warning: GooCanvas: '@get_style' parameter unexpected at this location: * @get_style: gets the item's style. ^ goocanvasitem.h:118: Warning: GooCanvas: '@set_style' parameter unexpected at this location: * @set_style: sets the item's style. ^ goocanvasitem.h:119: Warning: GooCanvas: '@is_visible' parameter unexpected at this location: * @is_visible: returns %TRUE if the item is currently visible. ^ goocanvasitem.h:120: Warning: GooCanvas: '@get_is_static' parameter unexpected at this location: * @get_is_static: returns %TRUE if the item is static. ^ goocanvasitem.h:121: Warning: GooCanvas: '@set_is_static' parameter unexpected at this location: * @set_is_static: notifies the item whether it is static or not. ^ goocanvasitem.h:122: Warning: GooCanvas: '@get_model' parameter unexpected at this location: * @get_model: gets the model that the canvas item is viewing. ^ goocanvasitem.h:123: Warning: GooCanvas: '@set_model' parameter unexpected at this location: * @set_model: sets the model that the canvas item will view. ^ goocanvasitem.h:124: Warning: GooCanvas: '@enter_notify_event' parameter unexpected at this location: * @enter_notify_event: signal emitted when the mouse enters the item. ^ goocanvasitem.h:125: Warning: GooCanvas: '@leave_notify_event' parameter unexpected at this location: * @leave_notify_event: signal emitted when the mouse leaves the item. ^ goocanvasitem.h:126: Warning: GooCanvas: '@motion_notify_event' parameter unexpected at this location: * @motion_notify_event: signal emitted when the mouse moves within the item. ^ goocanvasitem.h:127: Warning: GooCanvas: '@button_press_event' parameter unexpected at this location: * @button_press_event: signal emitted when a mouse button is pressed within ^ goocanvasitem.h:129: Warning: GooCanvas: '@button_release_event' parameter unexpected at this location: * @button_release_event: signal emitted when a mouse button is released. ^ goocanvasitem.h:130: Warning: GooCanvas: '@focus_in_event' parameter unexpected at this location: * @focus_in_event: signal emitted when the item receices the keyboard focus. ^ goocanvasitem.h:131: Warning: GooCanvas: '@focus_out_event' parameter unexpected at this location: * @focus_out_event: signal emitted when the item loses the keyboard focus. ^ goocanvasitem.h:132: Warning: GooCanvas: '@key_press_event' parameter unexpected at this location: * @key_press_event: signal emitted when a key is pressed. ^ goocanvasitem.h:133: Warning: GooCanvas: '@key_release_event' parameter unexpected at this location: * @key_release_event: signal emitted when a key is released. ^ goocanvasitem.h:134: Warning: GooCanvas: '@grab_broken_event' parameter unexpected at this location: * @grab_broken_event: signal emitted when a grab that the item has is lost. ^ goocanvasitem.h:135: Warning: GooCanvas: '@child_notify' parameter unexpected at this location: * @child_notify: signal emitted when a child property is changed. ^ goocanvasitem.h:136: Warning: GooCanvas: '@query_tooltip' parameter unexpected at this location: * @query_tooltip: signal emitted to query the tooltip of an item. ^ goocanvasitem.h:137: Warning: GooCanvas: '@animation_finished' parameter unexpected at this location: * @animation_finished: signal emitted when the item's animation has finished. ^ goocanvasitem.h:138: Warning: GooCanvas: '@scroll_event' parameter unexpected at this location: * @scroll_event: signal emitted when the mouse wheel is activated within ^ goocanvasitemmodel.h:38: Warning: GooCanvas: '@get_n_children' parameter unexpected at this location: * @get_n_children: returns the number of children of the model. ^ goocanvasitemmodel.h:39: Warning: GooCanvas: '@get_child' parameter unexpected at this location: * @get_child: returns the child at the given index. ^ goocanvasitemmodel.h:40: Warning: GooCanvas: '@add_child' parameter unexpected at this location: * @add_child: adds a child. ^ goocanvasitemmodel.h:41: Warning: GooCanvas: '@move_child' parameter unexpected at this location: * @move_child: moves a child up or down the stacking order. ^ goocanvasitemmodel.h:42: Warning: GooCanvas: '@remove_child' parameter unexpected at this location: * @remove_child: removes a child. ^ goocanvasitemmodel.h:43: Warning: GooCanvas: '@get_child_property' parameter unexpected at this location: * @get_child_property: gets a child property of a given child model, ^ goocanvasitemmodel.h:45: Warning: GooCanvas: '@set_child_property' parameter unexpected at this location: * @set_child_property: sets a child property for a given child model. ^ goocanvasitemmodel.h:46: Warning: GooCanvas: '@get_parent' parameter unexpected at this location: * @get_parent: gets the model's parent. ^ goocanvasitemmodel.h:47: Warning: GooCanvas: '@set_parent' parameter unexpected at this location: * @set_parent: sets the model's parent. ^ goocanvasitemmodel.h:48: Warning: GooCanvas: '@create_item' parameter unexpected at this location: * @create_item: creates a default canvas item to view the model. ^ goocanvasitemmodel.h:49: Warning: GooCanvas: '@get_transform' parameter unexpected at this location: * @get_transform: gets the model's transformation matrix. ^ goocanvasitemmodel.h:50: Warning: GooCanvas: '@set_transform' parameter unexpected at this location: * @set_transform: sets the model's transformation matrix. ^ goocanvasitemmodel.h:51: Warning: GooCanvas: '@get_style' parameter unexpected at this location: * @get_style: gets the model's style. ^ goocanvasitemmodel.h:52: Warning: GooCanvas: '@set_style' parameter unexpected at this location: * @set_style: sets the model's style. ^ goocanvasitemmodel.h:53: Warning: GooCanvas: '@child_added' parameter unexpected at this location: * @child_added: signal emitted when a child is added. ^ goocanvasitemmodel.h:54: Warning: GooCanvas: '@child_moved' parameter unexpected at this location: * @child_moved: signal emitted when a child is moved in the stacking order. ^ goocanvasitemmodel.h:55: Warning: GooCanvas: '@child_removed' parameter unexpected at this location: * @child_removed: signal emitted when a child is removed. ^ goocanvasitemmodel.h:56: Warning: GooCanvas: '@changed' parameter unexpected at this location: * @changed: signal emitted when the model has changed. ^ goocanvasitemmodel.h:57: Warning: GooCanvas: '@child_notify' parameter unexpected at this location: * @child_notify: signal emitted when a child property has changed. ^ goocanvasitemmodel.h:58: Warning: GooCanvas: '@animation_finished' parameter unexpected at this location: * @animation_finished: signal emitted when the model's animation has finished. ^ goocanvasutils.h:22: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_VISIBLE_MASK' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_VISIBLE_MASK: a mask indicating that the item only ^ goocanvasutils.h:24: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_PAINTED_MASK' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_PAINTED_MASK: a mask indicating that the item only ^ goocanvasutils.h:26: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_FILL_MASK' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_FILL_MASK: a mask indicating that the filled part of ^ goocanvasutils.h:28: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_STROKE_MASK' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_STROKE_MASK: a mask indicating that the stroked part ^ goocanvasutils.h:30: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_NONE' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_NONE: the item doesn't receive events at all. ^ goocanvasutils.h:31: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_VISIBLE_PAINTED' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_VISIBLE_PAINTED: the item receives events in its ^ goocanvasutils.h:33: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_VISIBLE_FILL' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_VISIBLE_FILL: the item's interior receives events ^ goocanvasutils.h:35: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_VISIBLE_STROKE' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_VISIBLE_STROKE: the item's perimeter receives ^ goocanvasutils.h:37: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_VISIBLE' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_VISIBLE: the item receives events when it is visible, ^ goocanvasutils.h:39: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_PAINTED' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_PAINTED: the item receives events in its painted areas, ^ goocanvasutils.h:41: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_FILL' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_FILL: the item's interior receives events, whether it ^ goocanvasutils.h:43: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_STROKE' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_STROKE: the item's perimeter receives events, whether ^ goocanvasutils.h:45: Warning: GooCanvas: '@GOO_CANVAS_EVENTS_ALL' parameter unexpected at this location: * @GOO_CANVAS_EVENTS_ALL: the item's perimeter and interior receive events, ^ goocanvasutils.h:72: Warning: GooCanvas: '@GOO_CANVAS_ITEM_HIDDEN' parameter unexpected at this location: * @GOO_CANVAS_ITEM_HIDDEN: the item is invisible, and is not allocated any ^ goocanvasutils.h:74: Warning: GooCanvas: '@GOO_CANVAS_ITEM_INVISIBLE' parameter unexpected at this location: * @GOO_CANVAS_ITEM_INVISIBLE: the item is invisible, but it is still allocated ^ goocanvasutils.h:76: Warning: GooCanvas: '@GOO_CANVAS_ITEM_VISIBLE' parameter unexpected at this location: * @GOO_CANVAS_ITEM_VISIBLE: the item is visible. ^ goocanvasutils.h:77: Warning: GooCanvas: '@GOO_CANVAS_ITEM_VISIBLE_ABOVE_THRESHOLD' parameter unexpected at this location: * @GOO_CANVAS_ITEM_VISIBLE_ABOVE_THRESHOLD: the item is visible when the ^ goocanvasutils.h:98: Warning: GooCanvas: '@GOO_CANVAS_PATH_MOVE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_MOVE_TO: move to the given point. ^ goocanvasutils.h:99: Warning: GooCanvas: '@GOO_CANVAS_PATH_CLOSE_PATH' parameter unexpected at this location: * @GOO_CANVAS_PATH_CLOSE_PATH: close the current path, drawing a line from the ^ goocanvasutils.h:101: Warning: GooCanvas: '@GOO_CANVAS_PATH_LINE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_LINE_TO: draw a line to the given point. ^ goocanvasutils.h:102: Warning: GooCanvas: '@GOO_CANVAS_PATH_HORIZONTAL_LINE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_HORIZONTAL_LINE_TO: draw a horizontal line to the given ^ goocanvasutils.h:104: Warning: GooCanvas: '@GOO_CANVAS_PATH_VERTICAL_LINE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_VERTICAL_LINE_TO: draw a vertical line to the given y ^ goocanvasutils.h:106: Warning: GooCanvas: '@GOO_CANVAS_PATH_CURVE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_CURVE_TO: draw a bezier curve using two control ^ goocanvasutils.h:108: Warning: GooCanvas: '@GOO_CANVAS_PATH_SMOOTH_CURVE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_SMOOTH_CURVE_TO: draw a bezier curve using a reflection ^ goocanvasutils.h:111: Warning: GooCanvas: '@GOO_CANVAS_PATH_QUADRATIC_CURVE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_QUADRATIC_CURVE_TO: draw a quadratic bezier curve using ^ goocanvasutils.h:113: Warning: GooCanvas: '@GOO_CANVAS_PATH_SMOOTH_QUADRATIC_CURVE_TO' parameter unexpected at this location: * @GOO_CANVAS_PATH_SMOOTH_QUADRATIC_CURVE_TO: draw a quadratic bezier curve ^ goocanvasutils.h:116: Warning: GooCanvas: '@GOO_CANVAS_PATH_ELLIPTICAL_ARC' parameter unexpected at this location: * @GOO_CANVAS_PATH_ELLIPTICAL_ARC: draw an elliptical arc, using the given ^ goocanvasutils.h:148: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_CENTER' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_CENTER: the anchor is in the center of the object. ^ goocanvasutils.h:149: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_NORTH' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_NORTH: the anchor is at the top of the object, centered horizontally. ^ goocanvasutils.h:150: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_NORTH_WEST' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_NORTH_WEST: the anchor is at the top-left of the object. ^ goocanvasutils.h:151: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_NORTH_EAST' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_NORTH_EAST: the anchor is at the top-right of the object. ^ goocanvasutils.h:152: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_SOUTH' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_SOUTH: the anchor is at the bottom of the object, centered horizontally. ^ goocanvasutils.h:153: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_SOUTH_WEST' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_SOUTH_WEST: the anchor is at the bottom-left of the object. ^ goocanvasutils.h:154: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_SOUTH_EAST' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_SOUTH_EAST: the anchor is at the bottom-right of the object. ^ goocanvasutils.h:155: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_WEST' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_WEST: the anchor is on the left of the object, centered vertically. ^ goocanvasutils.h:156: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_EAST' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_EAST: the anchor is on the right of the object, centered vertically. ^ goocanvasutils.h:157: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_N' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_N: see GOO_CANVAS_ANCHOR_NORTH. ^ goocanvasutils.h:158: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_NW' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_NW: see GOO_CANVAS_ANCHOR_NORTH_WEST. ^ goocanvasutils.h:159: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_NE' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_NE: see GOO_CANVAS_ANCHOR_NORTH_EAST. ^ goocanvasutils.h:160: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_S' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_S: see GOO_CANVAS_ANCHOR_SOUTH. ^ goocanvasutils.h:161: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_SW' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_SW: see GOO_CANVAS_ANCHOR_SOUTH_WEST. ^ goocanvasutils.h:162: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_SE' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_SE: see GOO_CANVAS_ANCHOR_SOUTH_EAST. ^ goocanvasutils.h:163: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_W' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_W: see GOO_CANVAS_ANCHOR_WEST. ^ goocanvasutils.h:164: Warning: GooCanvas: '@GOO_CANVAS_ANCHOR_E' parameter unexpected at this location: * @GOO_CANVAS_ANCHOR_E: see GOO_CANVAS_ANCHOR_EAST. ^ goocanvasutils.h:244: Warning: GooCanvas: '@ref_count' parameter unexpected at this location: * @ref_count: the reference count of the struct. ^ goocanvasutils.h:245: Warning: GooCanvas: '@num_dashes' parameter unexpected at this location: * @num_dashes: the number of dashes and gaps between them. ^ goocanvasutils.h:246: Warning: GooCanvas: '@dashes' parameter unexpected at this location: * @dashes: the sizes of each dash and gap. ^ goocanvasutils.h:247: Warning: GooCanvas: '@dash_offset' parameter unexpected at this location: * @dash_offset: the start offset into the dash pattern. ^ goocanvasitemsimple.h:22: Warning: GooCanvas: '@style' parameter unexpected at this location: * @style: the style to draw with. ^ goocanvasitemsimple.h:23: Warning: GooCanvas: '@transform' parameter unexpected at this location: * @transform: the transformation matrix of the item, or %NULL. ^ goocanvasitemsimple.h:24: Warning: GooCanvas: '@clip_path_commands' parameter unexpected at this location: * @clip_path_commands: an array of #GooCanvasPathCommand specifying the clip ^ goocanvasitemsimple.h:26: Warning: GooCanvas: '@tooltip' parameter unexpected at this location: * @tooltip: the item's tooltip. ^ goocanvasitemsimple.h:27: Warning: GooCanvas: '@visibility_threshold' parameter unexpected at this location: * @visibility_threshold: the threshold scale setting at which to show the item ^ goocanvasitemsimple.h:29: Warning: GooCanvas: '@visibility' parameter unexpected at this location: * @visibility: the #GooCanvasItemVisibility setting specifying whether the ^ goocanvasitemsimple.h:31: Warning: GooCanvas: '@pointer_events' parameter unexpected at this location: * @pointer_events: the #GooCanvasPointerEvents setting specifying the events ^ goocanvasitemsimple.h:33: Warning: GooCanvas: '@can_focus' parameter unexpected at this location: * @can_focus: if the item can take the keyboard focus. ^ goocanvasitemsimple.h:34: Warning: GooCanvas: '@own_style' parameter unexpected at this location: * @own_style: if the item has its own style, rather than using its parent's. ^ goocanvasitemsimple.h:35: Warning: GooCanvas: '@clip_fill_rule' parameter unexpected at this location: * @clip_fill_rule: the #cairo_fill_rule_t setting specifying the fill rule ^ goocanvasitemsimple.h:37: Warning: GooCanvas: '@is_static' parameter unexpected at this location: * @is_static: if the item is static. ^ goocanvasitemsimple.h:82: Warning: GooCanvas: '@canvas' parameter unexpected at this location: * @canvas: the canvas. ^ goocanvasitemsimple.h:83: Warning: GooCanvas: '@parent' parameter unexpected at this location: * @parent: the parent item. ^ goocanvasitemsimple.h:84: Warning: GooCanvas: '@model' parameter unexpected at this location: * @model: the item's model, if it has one. ^ goocanvasitemsimple.h:85: Warning: GooCanvas: '@simple_data' parameter unexpected at this location: * @simple_data: data that is common to both the model and view classes. If ^ goocanvasitemsimple.h:89: Warning: GooCanvas: '@bounds' parameter unexpected at this location: * @bounds: the bounds of the item, in device space. ^ goocanvasitemsimple.h:90: Warning: GooCanvas: '@need_update' parameter unexpected at this location: * @need_update: if the item needs to recompute its bounds and redraw. ^ goocanvasitemsimple.h:91: Warning: GooCanvas: '@need_entire_subtree_update' parameter unexpected at this location: * @need_entire_subtree_update: if all descendants need to be updated. ^ goocanvasitemsimple.h:118: Warning: GooCanvas: '@simple_create_path' parameter unexpected at this location: * @simple_create_path: simple subclasses that draw basic shapes and paths only ^ goocanvasitemsimple.h:125: Warning: GooCanvas: '@simple_update' parameter unexpected at this location: * @simple_update: subclasses should override this to calculate their new ^ goocanvasitemsimple.h:127: Warning: GooCanvas: '@simple_paint' parameter unexpected at this location: * @simple_paint: subclasses should override this to paint their item. ^ goocanvasitemsimple.h:128: Warning: GooCanvas: '@simple_is_item_at' parameter unexpected at this location: * @simple_is_item_at: subclasses should override this to do hit-testing. ^ goocanvasitemsimple.h:210: Warning: GooCanvas: '@parent' parameter unexpected at this location: * @parent: the parent model. ^ goocanvasitemsimple.h:211: Warning: GooCanvas: '@simple_data' parameter unexpected at this location: * @simple_data: data used by the canvas item for viewing the model. ^ goocanvaspolyline.h:19: Warning: GooCanvas: '@coords' parameter unexpected at this location: * @coords: the coordinates of the points, in pairs. ^ goocanvaspolyline.h:20: Warning: GooCanvas: '@num_points' parameter unexpected at this location: * @num_points: the number of points. ^ goocanvaspolyline.h:21: Warning: GooCanvas: '@ref_count' parameter unexpected at this location: * @ref_count: the reference count of the struct. ^ goocanvas.h:167: Warning: GooCanvas: '@create_item' parameter unexpected at this location: * @create_item: a virtual method that subclasses may override to create custom ^ goocanvas.h:169: Warning: GooCanvas: '@item_created' parameter unexpected at this location: * @item_created: signal emitted when a new canvas item has been created. ^ goocanvasprivate.h:19: Warning: GooCanvas: goo_canvas_util_ptr_array_insert: argument ptr_array: Missing (element-type) annotation goocanvasprivate.h:23: Warning: GooCanvas: goo_canvas_util_ptr_array_move: argument ptr_array: Missing (element-type) annotation goocanvasprivate.h:27: Warning: GooCanvas: goo_canvas_util_ptr_array_find_index: argument ptr_array: Missing (element-type) annotation goocanvasutils.c:1042: Warning: GooCanvas: goo_canvas_create_path: argument commands: Missing (element-type) annotation GICOMP GooCanvas-2.0.gir make[3]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' Making all in demo make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/demo' CC demo.o CC demo-fifteen.o CC demo-scalability.o CC demo-grabs.o demo-grabs.c: In function 'on_widget_draw': demo-grabs.c:16:3: warning: 'gtk_paint_box' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:465): Use 'GtkStyleContext' instead [-Wdeprecated-declarations] gtk_paint_box (gtk_widget_get_style (widget), cr, GTK_STATE_NORMAL, ^ demo-grabs.c:16:3: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:672): Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] demo-grabs.c: In function 'on_widget_motion_notify': demo-grabs.c:53:5: warning: 'gdk_window_get_pointer' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:837): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations] gdk_window_get_pointer (event->window, NULL, NULL, NULL); ^ demo-grabs.c: In function 'on_widget_button_press': demo-grabs.c:76:7: warning: 'gdk_pointer_grab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkmain.h:86): Use 'gdk_device_grab' instead [-Wdeprecated-declarations] status = gdk_pointer_grab (gtk_widget_get_window (widget), FALSE, mask, FALSE, NULL, ^ demo-grabs.c: In function 'on_widget_button_release': demo-grabs.c:100:7: warning: 'gdk_display_pointer_ungrab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:61): Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] gdk_display_pointer_ungrab (display, event->time); ^ demo-grabs.c: In function 'create_fixed': demo-grabs.c:212:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (table, label, 0, 1, row, row + 1, ^ demo-grabs.c:230:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (GTK_TABLE (table), fixed, 1, 2, row, row + 1, ^ demo-grabs.c:230:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] demo-grabs.c: In function 'create_canvas': demo-grabs.c:341:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (table, label, 0, 1, row, row + 1, 0, 0, 0, 0); ^ demo-grabs.c:348:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (table, canvas, 1, 2, row, row + 1, 0, 0, 0, 0); ^ demo-grabs.c: In function 'create_grabs_page': demo-grabs.c:384:3: warning: 'gtk_table_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new (5, 2, FALSE); ^ demo-grabs.c:386:3: warning: 'gtk_table_set_row_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:142): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_row_spacings (GTK_TABLE (table), 12); ^ demo-grabs.c:386:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] demo-grabs.c:387:3: warning: 'gtk_table_set_col_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:147): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_col_spacings (GTK_TABLE (table), 12); ^ demo-grabs.c:387:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] demo-grabs.c:391:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (GTK_TABLE (table), label, 0, 2, 0, 1, 0, 0, 0, 0); ^ demo-grabs.c:391:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] demo-grabs.c:395:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_fixed (GTK_TABLE (table), 1, ^ demo-grabs.c:400:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_fixed (GTK_TABLE (table), 2, ^ demo-grabs.c:405:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_canvas (GTK_TABLE (table), 3, ^ demo-grabs.c:410:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_canvas (GTK_TABLE (table), 4, ^ demo-fifteen.c: In function 'piece_button_press': demo-fifteen.c:111:6: warning: variable 'num' set but not used [-Wunused-but-set-variable] int num, pos, newpos; ^ demo-fifteen.c:110:17: warning: variable 'text' set but not used [-Wunused-but-set-variable] GooCanvasItem *text; ^ demo.c: In function 'write_pdf_clicked': demo.c:44:19: warning: variable 'bounds' set but not used [-Wunused-but-set-variable] GooCanvasBounds bounds; ^ demo-fifteen.c: In function 'create_canvas_fifteen': demo-fifteen.c:246:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ demo-fifteen.c:242:24: warning: variable 'rect' set but not used [-Wunused-but-set-variable] GooCanvasItem *root, *rect, *text; ^ demo.c: In function 'on_button_press': demo.c:367:4: warning: 'gdk_cursor_unref' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:239): Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_cursor_unref (fleur); ^ demo.c: In function 'create_canvas_primitives': demo.c:474:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ demo.c:482:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ demo.c:545:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ demo.c:604:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ demo.c: In function 'setup_divisions': demo.c:783:26: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItem *group, *item; ^ demo.c: In function 'polish_diamond': demo.c:950:26: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItem *group, *item; ^ demo.c: In function 'setup_grids': demo.c:1483:18: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItem *item; ^ demo.c: In function 'main': demo.c:1624:14: warning: variable 'window' set but not used [-Wunused-but-set-variable] GtkWidget *window; ^ demo-scalability.c: In function 'create_canvas_scalability': demo-scalability.c:26:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ demo-scalability.c:30:2: warning: 'gtk_table_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new (2, 2, FALSE); ^ demo-scalability.c:31:2: warning: 'gtk_table_set_row_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:142): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_row_spacings (GTK_TABLE (table), 4); ^ demo-scalability.c:31:2: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] demo-scalability.c:32:2: warning: 'gtk_table_set_col_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:147): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_col_spacings (GTK_TABLE (table), 4); ^ demo-scalability.c:32:2: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] demo-scalability.c:38:2: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (GTK_TABLE (table), frame, ^ demo-scalability.c:38:2: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] demo-scalability.c:23:24: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItem *root, *item; ^ CC demo-arrowhead.o CC demo-features.o CC demo-events.o demo-features.c: In function 'create_canvas_features': demo-features.c:55:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ demo-events.c: In function 'create_events_page': demo-events.c:132:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC demo-paths.o CC demo-focus.o demo-arrowhead.c: In function 'on_button_press': demo-arrowhead.c:291:3: warning: 'gdk_cursor_unref' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:239): Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_cursor_unref (fleur); ^ demo-arrowhead.c: In function 'create_canvas_arrowhead': demo-arrowhead.c:414:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC demo-item.o demo-paths.c: In function 'setup_canvas': demo-paths.c:34:25: warning: variable 'path' set but not used [-Wunused-but-set-variable] GooCanvasItem *root, *path; ^ demo-paths.c: In function 'create_paths_page': demo-paths.c:152:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ demo-paths.c:156:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ CC demo-animation.o demo-focus.c: In function 'create_focus_page': demo-focus.c:141:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC demo-clipping.o CC demo-table.o CC demo-large-line.o demo-animation.c: In function 'create_animation_page': demo-animation.c:116:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ demo-animation.c:120:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ demo-clipping.c: In function 'create_clipping_page': demo-clipping.c:140:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC demo-large-items.o demo-table.c: In function 'create_table_page': demo-table.c:383:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC demo-large-rect.o CC table-demo.o CC generic-position-demo.o demo-large-items.c: In function 'create_large_items_page': demo-large-items.c:69:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ demo-large-items.c:81:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ CC simple-demo.o CC scalability-demo.o table-demo.c: In function 'main': table-demo.c:227:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ generic-position-demo.c: In function 'setup_canvas': generic-position-demo.c:138:3: warning: 'gtk_widget_render_icon' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:716): Use 'gtk_widget_render_icon_pixbuf' instead [-Wdeprecated-declarations] pixbuf = gtk_widget_render_icon (GTK_WIDGET (canvas), GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_DIALOG, NULL); ^ generic-position-demo.c:138:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] generic-position-demo.c: In function 'main': generic-position-demo.c:187:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC units-demo.o CC widgets-demo.o CC mv-demo.o units-demo.c: In function 'create_canvas': units-demo.c:103:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ units-demo.c:107:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ CC mv-demo-fifteen.o CC mv-demo-scalability.o widgets-demo.c: In function 'main': widgets-demo.c:284:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ widgets-demo.c:289:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ widgets-demo.c:318:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ widgets-demo.c:397:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo.c: In function 'on_button_press': mv-demo.c:309:4: warning: 'gdk_cursor_unref' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:239): Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_cursor_unref (fleur); ^ mv-demo.c: In function 'create_canvas_primitives': mv-demo.c:398:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo.c:406:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ mv-demo.c:498:2: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ mv-demo.c: In function 'setup_rectangles': mv-demo.c:741:23: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *item; ^ mv-demo.c: In function 'setup_ellipses': mv-demo.c:788:34: warning: variable 'ellipse3' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *ellipse1, *ellipse3; ^ mv-demo.c:788:23: warning: variable 'ellipse1' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *ellipse1, *ellipse3; ^ mv-demo.c: In function 'make_hilbert': mv-demo.c:869:23: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *item; ^ mv-demo.c: In function 'setup_lines': mv-demo.c:920:71: warning: variable 'polyline5' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *polyline1, *polyline2, *polyline3, *polyline4, *polyline5; ^ mv-demo.c:920:59: warning: variable 'polyline4' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *polyline1, *polyline2, *polyline3, *polyline4, *polyline5; ^ mv-demo.c:920:47: warning: variable 'polyline3' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *polyline1, *polyline2, *polyline3, *polyline4, *polyline5; ^ mv-demo.c:920:35: warning: variable 'polyline2' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *polyline1, *polyline2, *polyline3, *polyline4, *polyline5; ^ mv-demo.c:920:23: warning: variable 'polyline1' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *polyline1, *polyline2, *polyline3, *polyline4, *polyline5; ^ mv-demo.c: In function 'setup_polygons': mv-demo.c:981:35: warning: variable 'polyline2' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *polyline1, *polyline2; ^ mv-demo.c:981:23: warning: variable 'polyline1' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *polyline1, *polyline2; ^ mv-demo.c: In function 'make_anchor': mv-demo.c:1047:31: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *group, *item; ^ mv-demo.c: In function 'plant_flower': mv-demo.c:1181:23: warning: variable 'image' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *image; ^ mv-demo.c: In function 'setup_images': mv-demo.c:1205:23: warning: variable 'image' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *image; ^ mv-demo.c: In function 'create_static_model': mv-demo.c:1233:45: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *static_root, *group, *item; ^ mv-demo.c: In function 'setup_grids': mv-demo.c:1313:23: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *item; ^ mv-demo.c: In function 'main': mv-demo.c:1450:14: warning: variable 'window' set but not used [-Wunused-but-set-variable] GtkWidget *window; ^ CC mv-demo-grabs.o mv-demo-fifteen.c: In function 'piece_button_press': mv-demo-fifteen.c:113:6: warning: variable 'num' set but not used [-Wunused-but-set-variable] int num, pos, newpos; ^ mv-demo-fifteen.c:112:30: warning: variable 'text' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *model, *text; ^ mv-demo-fifteen.c: In function 'create_canvas_fifteen': mv-demo-fifteen.c:257:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo-scalability.c: In function 'create_canvas_scalability': mv-demo-scalability.c:26:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo-scalability.c:30:2: warning: 'gtk_table_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new (2, 2, FALSE); ^ mv-demo-fifteen.c:253:29: warning: variable 'rect' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *root, *rect, *text; ^ mv-demo-scalability.c:31:2: warning: 'gtk_table_set_row_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:142): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_row_spacings (GTK_TABLE (table), 4); ^ mv-demo-scalability.c:31:2: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] mv-demo-scalability.c:32:2: warning: 'gtk_table_set_col_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:147): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_col_spacings (GTK_TABLE (table), 4); ^ mv-demo-scalability.c:32:2: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] mv-demo-scalability.c:38:2: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (GTK_TABLE (table), frame, ^ mv-demo-scalability.c:38:2: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] mv-demo-scalability.c:23:29: warning: variable 'item' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *root, *item; ^ CC mv-demo-arrowhead.o CC mv-demo-features.o mv-demo-grabs.c: In function 'on_widget_draw': mv-demo-grabs.c:17:3: warning: 'gtk_paint_box' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:465): Use 'GtkStyleContext' instead [-Wdeprecated-declarations] gtk_paint_box (gtk_widget_get_style (widget), cr, GTK_STATE_NORMAL, ^ mv-demo-grabs.c:17:3: warning: 'gtk_widget_get_style' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:672): Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] mv-demo-grabs.c: In function 'on_widget_motion_notify': mv-demo-grabs.c:54:5: warning: 'gdk_window_get_pointer' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkwindow.h:837): Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations] gdk_window_get_pointer (event->window, NULL, NULL, NULL); ^ mv-demo-grabs.c: In function 'on_widget_button_press': mv-demo-grabs.c:77:7: warning: 'gdk_pointer_grab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkmain.h:86): Use 'gdk_device_grab' instead [-Wdeprecated-declarations] status = gdk_pointer_grab (gtk_widget_get_window (widget), FALSE, mask, FALSE, NULL, ^ mv-demo-grabs.c: In function 'on_widget_button_release': mv-demo-grabs.c:101:7: warning: 'gdk_display_pointer_ungrab' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:61): Use 'gdk_device_ungrab' instead [-Wdeprecated-declarations] gdk_display_pointer_ungrab (display, event->time); ^ mv-demo-grabs.c: In function 'create_fixed': mv-demo-grabs.c:218:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (table, label, 0, 1, row, row + 1, ^ mv-demo-grabs.c:236:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (GTK_TABLE (table), fixed, 1, 2, row, row + 1, ^ mv-demo-grabs.c:236:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] mv-demo-grabs.c: In function 'create_canvas': mv-demo-grabs.c:353:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (table, label, 0, 1, row, row + 1, ^ mv-demo-grabs.c:364:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (table, canvas, 1, 2, row, row + 1, 0, 0, 0, 0); ^ mv-demo-grabs.c: In function 'create_grabs_page': mv-demo-grabs.c:399:3: warning: 'gtk_table_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] table = gtk_table_new (5, 2, FALSE); ^ mv-demo-grabs.c:401:3: warning: 'gtk_table_set_row_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:142): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_row_spacings (GTK_TABLE (table), 12); ^ mv-demo-grabs.c:401:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] mv-demo-grabs.c:402:3: warning: 'gtk_table_set_col_spacings' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:147): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_set_col_spacings (GTK_TABLE (table), 12); ^ mv-demo-grabs.c:402:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] mv-demo-grabs.c:406:3: warning: 'gtk_table_attach' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] gtk_table_attach (GTK_TABLE (table), label, 0, 2, 0, 1, 0, 0, 0, 0); ^ mv-demo-grabs.c:406:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] mv-demo-grabs.c:410:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_fixed (GTK_TABLE (table), 1, ^ mv-demo-grabs.c:415:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_fixed (GTK_TABLE (table), 2, ^ mv-demo-grabs.c:420:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_canvas (GTK_TABLE (table), 3, ^ mv-demo-grabs.c:425:3: warning: 'gtk_table_get_type' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:100) [-Wdeprecated-declarations] create_canvas (GTK_TABLE (table), 4, ^ CC mv-demo-events.o mv-demo-arrowhead.c: In function 'on_button_press': mv-demo-arrowhead.c:310:3: warning: 'gdk_cursor_unref' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:239): Use 'g_object_unref' instead [-Wdeprecated-declarations] gdk_cursor_unref (fleur); ^ mv-demo-arrowhead.c: In function 'create_canvas_arrowhead': mv-demo-arrowhead.c:429:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC mv-demo-paths.o mv-demo-features.c: In function 'create_canvas_features': mv-demo-features.c:62:2: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC mv-demo-focus.o CC mv-demo-animation.o mv-demo-events.c: In function 'create_events_page': mv-demo-events.c:134:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo-paths.c: In function 'create_canvas_model': mv-demo-paths.c:12:30: warning: variable 'path' set but not used [-Wunused-but-set-variable] GooCanvasItemModel *root, *path; ^ mv-demo-paths.c: In function 'create_paths_page': mv-demo-paths.c:131:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo-paths.c:135:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ CC mv-demo-clipping.o CC mv-demo-table.o mv-demo-animation.c: In function 'create_animation_page': mv-demo-animation.c:115:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo-animation.c:119:3: warning: 'gtk_hbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63): Use 'gtk_box_new' instead [-Wdeprecated-declarations] hbox = gtk_hbox_new (FALSE, 4); ^ mv-demo-focus.c: In function 'create_focus_page': mv-demo-focus.c:156:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC mv-table-demo.o CC mv-generic-position-demo.o mv-demo-clipping.c: In function 'create_clipping_page': mv-demo-clipping.c:154:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-demo-table.c: In function 'create_table_page': mv-demo-table.c:386:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CC mv-simple-demo.o CC mv-scalability-demo.o mv-generic-position-demo.c: In function 'create_window': mv-generic-position-demo.c:189:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ mv-generic-position-demo.c: In function 'main': mv-generic-position-demo.c:233:3: warning: 'gtk_widget_render_icon' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:716): Use 'gtk_widget_render_icon_pixbuf' instead [-Wdeprecated-declarations] pixbuf = gtk_widget_render_icon (window, GTK_STOCK_DIALOG_WARNING, ^ mv-generic-position-demo.c:233:3: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] mv-table-demo.c: In function 'main': mv-table-demo.c:232:3: warning: 'gtk_vbox_new' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61): Use 'gtk_box_new' instead [-Wdeprecated-declarations] vbox = gtk_vbox_new (FALSE, 4); ^ CCLD demo CCLD table-demo CCLD generic-position-demo CCLD simple-demo CCLD scalability-demo CCLD units-demo CCLD widgets-demo CCLD mv-demo CCLD mv-table-demo CCLD mv-generic-position-demo CCLD mv-simple-demo CCLD mv-scalability-demo make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/demo' Making all in docs make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/docs' DOC Preparing build DOC Scanning header files DOC Introspecting gobjects DOC Rebuilding template files DOC Building XML /bin/sh: -chmod: command not found ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Parameters for GooCanvasItemIface must start on the line immediately after the function or macro name. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_canvas is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::set_canvas is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_n_children is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_child is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::request_update is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::add_child is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::move_child is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::remove_child is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_child_property is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::set_child_property is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_transform_for_child is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_parent is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::set_parent is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_bounds is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_items_at is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::update is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::paint is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_requested_area is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::allocate_area is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_transform is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::set_transform is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_style is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::set_style is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::is_visible is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_requested_height is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_model is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::set_model is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::enter_notify_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::leave_notify_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::motion_notify_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::button_press_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::button_release_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::focus_in_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::focus_out_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::key_press_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::key_release_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::grab_broken_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::child_notify is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::query_tooltip is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_is_static is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::set_is_static is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::animation_finished is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::scroll_event is missing in source code comment block. ../src/goocanvasitem.h:159: warning: Field description for GooCanvasItemIface::get_requested_area_for_width is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Parameters for GooCanvasItemModelIface must start on the line immediately after the function or macro name. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::get_n_children is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::get_child is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::add_child is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::move_child is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::remove_child is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::get_child_property is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::set_child_property is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::get_parent is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::set_parent is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::create_item is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::get_transform is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::set_transform is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::get_style is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::set_style is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::child_added is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::child_moved is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::child_removed is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::changed is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::child_notify is missing in source code comment block. ../src/goocanvasitemmodel.h:75: warning: Field description for GooCanvasItemModelIface::animation_finished is missing in source code comment block. ../src/goocanvas.h:174: warning: Parameters for GooCanvasClass must start on the line immediately after the function or macro name. ../src/goocanvas.h:174: warning: Parameters for GooCanvasClass must start on the line immediately after the function or macro name. ../src/goocanvas.h:174: warning: Field description for GooCanvasClass::create_item is missing in source code comment block. ../src/goocanvas.h:174: warning: Field description for GooCanvasClass::item_created is missing in source code comment block. ../src/goocanvasitemsimple.h:135: warning: Parameters for GooCanvasItemSimpleClass must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:135: warning: Parameters for GooCanvasItemSimpleClass must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:135: warning: Parameters for GooCanvasItemSimpleClass must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:135: warning: Parameters for GooCanvasItemSimpleClass must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:135: warning: Field description for GooCanvasItemSimpleClass::simple_create_path is missing in source code comment block. ../src/goocanvasitemsimple.h:135: warning: Field description for GooCanvasItemSimpleClass::simple_update is missing in source code comment block. ../src/goocanvasitemsimple.h:135: warning: Field description for GooCanvasItemSimpleClass::simple_paint is missing in source code comment block. ../src/goocanvasitemsimple.h:135: warning: Field description for GooCanvasItemSimpleClass::simple_is_item_at is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Parameters for GooCanvasItemSimpleData must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::style is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::transform is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::clip_path_commands is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::tooltip is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::visibility_threshold is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::visibility is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::pointer_events is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::can_focus is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::own_style is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::clip_fill_rule is missing in source code comment block. ../src/goocanvasitemsimple.h:40: warning: Field description for GooCanvasItemSimpleData::is_static is missing in source code comment block. ../src/goocanvasitemsimple.h:95: warning: Parameters for GooCanvasItemSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:95: warning: Parameters for GooCanvasItemSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:95: warning: Parameters for GooCanvasItemSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:95: warning: Parameters for GooCanvasItemSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:95: warning: Parameters for GooCanvasItemSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:95: warning: Parameters for GooCanvasItemSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:95: warning: Parameters for GooCanvasItemSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:95: warning: Field description for GooCanvasItemSimple::canvas is missing in source code comment block. ../src/goocanvasitemsimple.h:95: warning: Field description for GooCanvasItemSimple::parent is missing in source code comment block. ../src/goocanvasitemsimple.h:95: warning: Field description for GooCanvasItemSimple::model is missing in source code comment block. ../src/goocanvasitemsimple.h:95: warning: Field description for GooCanvasItemSimple::simple_data is missing in source code comment block. ../src/goocanvasitemsimple.h:95: warning: Field description for GooCanvasItemSimple::bounds is missing in source code comment block. ../src/goocanvasitemsimple.h:95: warning: Field description for GooCanvasItemSimple::need_update is missing in source code comment block. ../src/goocanvasitemsimple.h:95: warning: Field description for GooCanvasItemSimple::need_entire_subtree_update is missing in source code comment block. ../src/goocanvasitemsimple.h:215: warning: Parameters for GooCanvasItemModelSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:215: warning: Parameters for GooCanvasItemModelSimple must start on the line immediately after the function or macro name. ../src/goocanvasitemsimple.h:215: warning: Field description for GooCanvasItemModelSimple::parent is missing in source code comment block. ../src/goocanvasitemsimple.h:215: warning: Field description for GooCanvasItemModelSimple::simple_data is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Parameters for GooCanvasPathCommandType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_MOVE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_CLOSE_PATH is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_LINE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_HORIZONTAL_LINE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_VERTICAL_LINE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_CURVE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_SMOOTH_CURVE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_QUADRATIC_CURVE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_SMOOTH_QUADRATIC_CURVE_TO is missing in source code comment block. ../src/goocanvasutils.h:123: warning: Value description for GooCanvasPathCommandType::GOO_CANVAS_PATH_ELLIPTICAL_ARC is missing in source code comment block. ../src/goocanvasutils.h:250: warning: Parameters for GooCanvasLineDash must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:250: warning: Parameters for GooCanvasLineDash must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:250: warning: Parameters for GooCanvasLineDash must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:250: warning: Parameters for GooCanvasLineDash must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:250: warning: Field description for GooCanvasLineDash::ref_count is missing in source code comment block. ../src/goocanvasutils.h:250: warning: Field description for GooCanvasLineDash::num_dashes is missing in source code comment block. ../src/goocanvasutils.h:250: warning: Field description for GooCanvasLineDash::dashes is missing in source code comment block. ../src/goocanvasutils.h:250: warning: Field description for GooCanvasLineDash::dash_offset is missing in source code comment block. ../src/goocanvaspolyline.h:24: warning: Parameters for GooCanvasPoints must start on the line immediately after the function or macro name. ../src/goocanvaspolyline.h:24: warning: Parameters for GooCanvasPoints must start on the line immediately after the function or macro name. ../src/goocanvaspolyline.h:24: warning: Parameters for GooCanvasPoints must start on the line immediately after the function or macro name. ../src/goocanvaspolyline.h:24: warning: Field description for GooCanvasPoints::coords is missing in source code comment block. ../src/goocanvaspolyline.h:24: warning: Field description for GooCanvasPoints::num_points is missing in source code comment block. ../src/goocanvaspolyline.h:24: warning: Field description for GooCanvasPoints::ref_count is missing in source code comment block. ../src/goocanvasutils.h:83: warning: Parameters for GooCanvasItemVisibility must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:83: warning: Parameters for GooCanvasItemVisibility must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:83: warning: Parameters for GooCanvasItemVisibility must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:83: warning: Parameters for GooCanvasItemVisibility must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:83: warning: Value description for GooCanvasItemVisibility::GOO_CANVAS_ITEM_HIDDEN is missing in source code comment block. ../src/goocanvasutils.h:83: warning: Value description for GooCanvasItemVisibility::GOO_CANVAS_ITEM_INVISIBLE is missing in source code comment block. ../src/goocanvasutils.h:83: warning: Value description for GooCanvasItemVisibility::GOO_CANVAS_ITEM_VISIBLE is missing in source code comment block. ../src/goocanvasutils.h:83: warning: Value description for GooCanvasItemVisibility::GOO_CANVAS_ITEM_VISIBLE_ABOVE_THRESHOLD is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Parameters for GooCanvasPointerEvents must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_VISIBLE_MASK is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_PAINTED_MASK is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_FILL_MASK is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_STROKE_MASK is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_NONE is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_VISIBLE_PAINTED is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_VISIBLE_FILL is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_VISIBLE_STROKE is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_VISIBLE is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_PAINTED is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_FILL is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_STROKE is missing in source code comment block. ../src/goocanvasutils.h:49: warning: Value description for GooCanvasPointerEvents::GOO_CANVAS_EVENTS_ALL is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Parameters for GooCanvasAnchorType must start on the line immediately after the function or macro name. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_CENTER is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_NORTH is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_NORTH_WEST is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_NORTH_EAST is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_SOUTH is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_SOUTH_WEST is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_SOUTH_EAST is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_WEST is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_EAST is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_N is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_NW is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_NE is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_S is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_SW is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_SE is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_W is missing in source code comment block. ../src/goocanvasutils.h:168: warning: Value description for GooCanvasAnchorType::GOO_CANVAS_ANCHOR_E is missing in source code comment block. DOC Building HTML ../xml/goocanvasutils.xml:815: element refsect2: validity error : ID GooCairoAntialias already defined ^ ../xml/goocanvasutils.xml:827: element refsect2: validity error : ID GooCairoFillRule already defined ^ ../xml/goocanvasutils.xml:839: element refsect2: validity error : ID GooCairoHintMetrics already defined ^ ../xml/goocanvasutils.xml:851: element refsect2: validity error : ID GooCairoLineCap already defined ^ ../xml/goocanvasutils.xml:863: element refsect2: validity error : ID GooCairoLineJoin already defined ^ ../xml/goocanvasutils.xml:875: element refsect2: validity error : ID GooCairoOperator already defined ^ ../xml/goocanvasutils.xml:887: element refsect2: validity error : ID GooCairoMatrix already defined ^ ../xml/goocanvasutils.xml:899: element refsect2: validity error : ID GooCairoPattern already defined ^ In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (element-type) no value found! In gtk-doc.xsl: For acronym (transfer container) no value found! In gtk-doc.xsl: For acronym (element-type) no value found! In gtk-doc.xsl: For acronym (transfer container) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (inout) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoMatrix. In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (allow-none) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (element-type) no value found! In gtk-doc.xsl: For acronym (element-type) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (array) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (type) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoMatrix. In gtk-doc.xsl: For acronym (type) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoMatrix. In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (array) no value found! In gtk-doc.xsl: For acronym (element-type) no value found! In gtk-doc.xsl: For acronym (transfer container) no value found! In gtk-doc.xsl: For acronym (type) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoMatrix. In gtk-doc.xsl: For acronym (type) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoAntialias. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoHintMetrics. Warning: multiple "IDs" for constraint linkend: GooCairoLineCap. Warning: multiple "IDs" for constraint linkend: GooCairoLineJoin. Warning: multiple "IDs" for constraint linkend: GooCairoOperator. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoAntialias. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoHintMetrics. Warning: multiple "IDs" for constraint linkend: GooCairoLineCap. Warning: multiple "IDs" for constraint linkend: GooCairoLineJoin. Warning: multiple "IDs" for constraint linkend: GooCairoOperator. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoAntialias. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoHintMetrics. Warning: multiple "IDs" for constraint linkend: GooCairoLineCap. Warning: multiple "IDs" for constraint linkend: GooCairoLineJoin. Warning: multiple "IDs" for constraint linkend: GooCairoOperator. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoAntialias. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoHintMetrics. Warning: multiple "IDs" for constraint linkend: GooCairoLineCap. Warning: multiple "IDs" for constraint linkend: GooCairoLineJoin. Warning: multiple "IDs" for constraint linkend: GooCairoOperator. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (transfer none) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (allow-none) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (allow-none) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (skip) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoAntialias. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoHintMetrics. Warning: multiple "IDs" for constraint linkend: GooCairoLineCap. Warning: multiple "IDs" for constraint linkend: GooCairoLineJoin. Warning: multiple "IDs" for constraint linkend: GooCairoOperator. Warning: multiple "IDs" for constraint linkend: GooCairoMatrix. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. In gtk-doc.xsl: For acronym (transfer full) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (out) no value found! In gtk-doc.xsl: For acronym (element-type) no value found! In gtk-doc.xsl: For acronym (transfer full) no value found! Warning: multiple "IDs" for constraint linkend: GooCairoAntialias. Warning: multiple "IDs" for constraint linkend: GooCairoFillRule. Warning: multiple "IDs" for constraint linkend: GooCairoHintMetrics. Warning: multiple "IDs" for constraint linkend: GooCairoLineCap. Warning: multiple "IDs" for constraint linkend: GooCairoLineJoin. Warning: multiple "IDs" for constraint linkend: GooCairoOperator. Warning: multiple "IDs" for constraint linkend: GooCairoMatrix. Warning: multiple "IDs" for constraint linkend: GooCairoPattern. DOC Fixing cross-references html/GooCanvasTable.html:134: warning: no link for: 'g-object-get' -> (g_object_get()). html/GooCanvasTable.html:134: warning: no link for: 'g-object-set' -> (g_object_set()). html/GooCanvasTable.html:164: warning: no link for: 'g-object-unref' -> (g_object_unref()). html/goocanvas-architecture.html:36: warning: no link for: 'GtkWidget' -> (GtkWidget). html/goocanvas-architecture.html:37: warning: no link for: 'GtkContainer' -> (GtkContainer). html/goocanvas-architecture.html:39: warning: no link for: 'GtkScrolledWindow' -> (GtkScrolledWindow). html/goocanvas-architecture.html:101: warning: no link for: 'goo-canvas-idle-handler' -> (goo_canvas_idle_handler()). html/goocanvas-architecture.html:130: warning: no link for: 'gdk-window-invalidate-rect' -> (gdk_window_invalidate_rect()). html/goocanvas-architecture.html:146: warning: no link for: 'goo-canvas-item-model-simple-changed' -> (goo_canvas_item_model_simple_changed()). html/GooCanvasText.html:169: warning: no link for: 'GDK-ANCHOR-NW:CAPS' -> (GDK_ANCHOR_NW). html/GooCanvasText.html:171: warning: no link for: 'GDK-ANCHOR-CENTER:CAPS' -> (GDK_ANCHOR_CENTER). html/GooCanvasGrid.html:77: warning: no link for: 'GdkRGBA' -> (GdkRGBA). html/GooCanvasItemModelSimple.html:122: warning: no link for: 'create-item' -> (create_item()). html/GooCanvasStyle.html:53: warning: no link for: 'GQuark' -> (GQuark). html/GooCanvasStyle.html:56: warning: no link for: 'GValue' -> (GValue). html/GooCanvasStyle.html:136: warning: no link for: 'GArray' -> (GArray). html/GooCanvasStyle.html:361: warning: no link for: 'FALSE:CAPS' -> (FALSE). html/goocanvas-creating-items.html:58: warning: no link for: 'creating-models' -> (creating item models). html/goocanvas-creating-items.html:66: warning: no link for: 'simple-create-path' -> (simple_create_path()). html/goocanvas-creating-items.html:119: warning: no link for: 'simple-update' -> (simple_update()). html/goocanvas-creating-items.html:119: warning: no link for: 'simple-paint' -> (simple_paint()). html/goocanvas-creating-items.html:119: warning: no link for: 'simple-is-item-at' -> (simple_is_item_at()). html/goocanvas-creating-items.html:276: warning: no link for: 'get-parent' -> (get_parent()). html/goocanvas-creating-items.html:279: warning: no link for: 'set-parent' -> (set_parent()). html/goocanvas-creating-items.html:283: warning: no link for: 'get-bounds' -> (get_bounds()). html/goocanvas-creating-items.html:304: warning: no link for: 'get-items-at' -> (get_items_at()). html/goocanvas-creating-items.html:327: warning: no link for: 'get-requested-area' -> (get_requested_area()). html/goocanvas-creating-items.html:331: warning: no link for: 'allocate-area' -> (allocate_area()). html/goocanvas-creating-items.html:335: warning: no link for: 'get-requested-height' -> (get_requested_height()). html/goocanvas-creating-items.html:348: warning: no link for: 'get-transform' -> (get_transform()). html/goocanvas-creating-items.html:351: warning: no link for: 'set-transform' -> (set_transform()). html/goocanvas-creating-items.html:362: warning: no link for: 'get-style' -> (get_style()). html/goocanvas-creating-items.html:365: warning: no link for: 'set-style' -> (set_style()). html/GooCanvasItemSimple.html:140: warning: no link for: 'create-path' -> (create_path()). html/GooCanvasItemSimple.html:145: warning: no link for: 'is-item-at' -> (is_item_at()). html/GooCanvasItemSimple.html:147: warning: no link for: 'set-canvas' -> (set_canvas()). html/GooCanvasItemSimple.html:209: warning: no link for: 'VISIBLE-ABOVE-THRESHOLD:CAPS' -> (VISIBLE_ABOVE_THRESHOLD). html/GooCanvasItemSimple.html:257: warning: no link for: 'GooCanvasItemSimpleClass-struct' -> (GooCanvasItemSimpleClass). html/GooCanvasItemSimple.html:543: warning: no link for: 'set-model' -> (set_model()). html/GooCanvas.html:135: warning: no link for: 'GdkEventMask' -> (GdkEventMask). html/GooCanvas.html:136: warning: no link for: 'GdkCursor' -> (GdkCursor). html/GooCanvas.html:205: warning: no link for: 'GtkUnit' -> (GtkUnit). html/GooCanvas.html:215: warning: no link for: 'G-SIGNAL-RUN-LAST:CAPS' -> (Run Last). html/GooCanvas.html:417: warning: no link for: 'GooCanvasClass-struct' -> (GooCanvasClass). html/GooCanvas.html:976: warning: no link for: 'g-list-free' -> (g_list_free()). html/GooCanvas.html:1077: warning: no link for: 'GtkPrintOperation' -> (GtkPrintOperation). html/GooCanvas.html:1078: warning: no link for: 'GtkPrintOperation-draw-page' -> ("draw-page"). html/GooCanvas.html:1441: warning: no link for: 'GdkEvent' -> (GdkEvent). html/GooCanvas.html:1446: warning: no link for: 'GDK-GRAB-SUCCESS:CAPS' -> (GDK_GRAB_SUCCESS). html/goocanvas2-GooCanvas-Types.html:570: warning: no link for: 'GooCairoPoints' -> (GooCairoPoints). html/goocanvas2-GooCanvas-Types.html:1043: warning: no link for: 'GObject' -> (GObject). html/GooCanvasItemModel.html:132: warning: no link for: 'GObjectClass' -> (GObjectClass). html/GooCanvasItemModel.html:134: warning: no link for: 'GParamSpec' -> (GParamSpec). html/GooCanvasItemModel.html:209: warning: no link for: 'G-SIGNAL-NO-HOOKS:CAPS' -> (No Hooks). html/GooCanvasItemModel.html:332: warning: no link for: 'GooCanvasItemModelIFace' -> (GooCanvasItemModelIFace). html/GooCanvasItemModel.html:345: warning: no link for: 'get-n-children' -> (get_n_children()). html/GooCanvasItemModel.html:345: warning: no link for: 'get-child' -> (get_child()). html/GooCanvasItemModel.html:347: warning: no link for: 'add-child' -> (add_child()). html/GooCanvasItemModel.html:347: warning: no link for: 'move-child' -> (move_child()). html/GooCanvasItemModel.html:347: warning: no link for: 'remove-child' -> (remove_child()). html/GooCanvasItemModel.html:349: warning: no link for: 'get-child-property' -> (get_child_property()). html/GooCanvasItemModel.html:349: warning: no link for: 'set-child-property' -> (set_child_property()). html/GooCanvasItemModel.html:1206: warning: no link for: 'g-free' -> (g_free()). html/goocanvas-wysiwyg.html:39: warning: no link for: 'gdk-screen-get-resolution' -> (gdk_screen_get_resolution()). html/goocanvas-wysiwyg.html:48: warning: no link for: 'GTK-UNIT-MM:CAPS' -> (GTK_UNIT_MM). html/goocanvas-wysiwyg.html:49: warning: no link for: 'GTK-UNIT-POINTS:CAPS' -> (GTK_UNIT_POINTS). html/goocanvas-wysiwyg.html:49: warning: no link for: 'GTK-UNIT-INCH:CAPS' -> (GTK_UNIT_INCH). html/goocanvas-wysiwyg.html:49: warning: no link for: 'GTK-UNIT-PIXEL:CAPS' -> (GTK_UNIT_PIXEL). html/GooCanvasItem.html:177: warning: no link for: 'GList' -> (GList). html/GooCanvasItem.html:462: warning: no link for: 'get-requested-area-for-width' -> (get_requested_area_for_width()). html/GooCanvasItem.html:496: warning: no link for: 'GooCanvasItemIFace' -> (GooCanvasItemIFace). html/GooCanvasItem.html:511: warning: no link for: 'get-canvas' -> (get_canvas()). html/GooCanvasItem.html:512: warning: no link for: 'request-update' -> (request_update()). html/GooCanvasItem.html:516: warning: no link for: 'get-transform-for-child' -> (get_transform_for_child()). html/GooCanvasItem.html:1785: warning: no link for: '1:CAPS' -> (-1). html/GooCanvasItem.html:2316: warning: no link for: 'GtkWidget--has-tooltip' -> ("has-tooltip"). html/GooCanvasItem.html:2836: warning: no link for: 'GtkTooltip' -> (GtkTooltip). make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/docs' Making all in po make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/po' file=./`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -c -o $file en_GB.po file=./`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -c -o $file es.po file=./`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -c -o $file ja.po file=./`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -c -o $file sv.po en_GB.po:7: warning: header field 'Language' missing in header sv.po:7: warning: header field 'Language' missing in header es.po:5: warning: header field 'Language' missing in header ja.po:7: warning: header field 'Language' missing in header make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/po' Making all in bindings make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' Making all in python make[3]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings/python' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings/python' make[3]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63' make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63' make[1]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p7hXHZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm ++ dirname /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm + cd goocanvas2-8f2c63 + make install DESTDIR=/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm Making install in src make[1]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' make install-am make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' make[3]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libgoocanvas-2.0.la '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib' libtool: install: /usr/bin/install -c .libs/libgoocanvas-2.0.so.9.2.0 /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib/libgoocanvas-2.0.so.9.2.0 libtool: install: (cd /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib && { ln -s -f libgoocanvas-2.0.so.9.2.0 libgoocanvas-2.0.so.9 || { rm -f libgoocanvas-2.0.so.9 && ln -s libgoocanvas-2.0.so.9.2.0 libgoocanvas-2.0.so.9; }; }) libtool: install: (cd /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib && { ln -s -f libgoocanvas-2.0.so.9.2.0 libgoocanvas-2.0.so || { rm -f libgoocanvas-2.0.so && ln -s libgoocanvas-2.0.so.9.2.0 libgoocanvas-2.0.so; }; }) libtool: install: /usr/bin/install -c .libs/libgoocanvas-2.0.lai /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib/libgoocanvas-2.0.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/gir-1.0' /usr/bin/install -c -m 644 GooCanvas-2.0.gir '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/include/goocanvas-2.0' /usr/bin/install -c -m 644 goocanvasellipse.h goocanvasgrid.h goocanvasgroup.h goocanvasimage.h goocanvasitem.h goocanvasitemmodel.h goocanvasitemsimple.h goocanvaspolyline.h goocanvaspath.h goocanvasrect.h goocanvasstyle.h goocanvastable.h goocanvastext.h goocanvasutils.h goocanvaswidget.h goocanvas.h goocanvasenumtypes.h goocanvasmarshal.h '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/include/goocanvas-2.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib/girepository-1.0' /usr/bin/install -c -m 644 GooCanvas-2.0.typelib '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib/girepository-1.0' make[3]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' make[1]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/src' Making install in demo make[1]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/demo' make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/demo' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/demo' make[1]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/demo' Making install in docs make[1]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/docs' make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/docs' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/install -c -m 644 ./html/GooCanvas.html /usr/bin/install -c -m 644 ./html/GooCanvasEllipse.html /usr/bin/install -c -m 644 ./html/GooCanvasEllipseModel.html /usr/bin/install -c -m 644 ./html/GooCanvasGrid.html /usr/bin/install -c -m 644 ./html/GooCanvasGridModel.html /usr/bin/install -c -m 644 ./html/GooCanvasGroup.html /usr/bin/install -c -m 644 ./html/GooCanvasGroupModel.html /usr/bin/install -c -m 644 ./html/GooCanvasImage.html /usr/bin/install -c -m 644 ./html/GooCanvasImageModel.html /usr/bin/install -c -m 644 ./html/GooCanvasItem.html /usr/bin/install -c -m 644 ./html/GooCanvasItemModel.html /usr/bin/install -c -m 644 ./html/GooCanvasItemModelSimple.html /usr/bin/install -c -m 644 ./html/GooCanvasItemSimple.html /usr/bin/install -c -m 644 ./html/GooCanvasPath.html /usr/bin/install -c -m 644 ./html/GooCanvasPathModel.html /usr/bin/install -c -m 644 ./html/GooCanvasPolyline.html /usr/bin/install -c -m 644 ./html/GooCanvasPolylineModel.html /usr/bin/install -c -m 644 ./html/GooCanvasRect.html /usr/bin/install -c -m 644 ./html/GooCanvasRectModel.html /usr/bin/install -c -m 644 ./html/GooCanvasStyle.html /usr/bin/install -c -m 644 ./html/GooCanvasTable.html /usr/bin/install -c -m 644 ./html/GooCanvasTableModel.html /usr/bin/install -c -m 644 ./html/GooCanvasText.html /usr/bin/install -c -m 644 ./html/GooCanvasTextModel.html /usr/bin/install -c -m 644 ./html/GooCanvasWidget.html /usr/bin/install -c -m 644 ./html/ch01.html /usr/bin/install -c -m 644 ./html/ch02.html /usr/bin/install -c -m 644 ./html/ch03.html /usr/bin/install -c -m 644 ./html/ch04.html /usr/bin/install -c -m 644 ./html/ch05.html /usr/bin/install -c -m 644 ./html/goocanvas-architecture.html /usr/bin/install -c -m 644 ./html/goocanvas-coordinates.html /usr/bin/install -c -m 644 ./html/goocanvas-creating-items.html /usr/bin/install -c -m 644 ./html/goocanvas-model-view-canvas.html /usr/bin/install -c -m 644 ./html/goocanvas-overview.html /usr/bin/install -c -m 644 ./html/goocanvas-simple-canvas.html /usr/bin/install -c -m 644 ./html/goocanvas-wysiwyg.html /usr/bin/install -c -m 644 ./html/goocanvas2-GooCanvas-Types.html /usr/bin/install -c -m 644 ./html/goocanvas2.devhelp2 /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/index.sgml /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/up.png ../cairo/ -> /usr/share/gtk-doc/html/cairo/ (75) ../gdk-pixbuf/ -> /usr/share/gtk-doc/html/gdk-pixbuf/ (30) ../pango/ -> /usr/share/gtk-doc/html/pango/ (20) make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/docs' make[1]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/docs' Making install in po make[1]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/po' mkdir -p /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share; \ catalogs='en_GB.gmo es.gmo ja.gmo sv.gmo'; \ for cat in $catalogs; do \ cat=`basename $cat`; \ case "$cat" in \ *.gmo) destdir=/usr/share/locale;; \ *) destdir=/usr/lib/locale;; \ esac; \ lang=`echo $cat | sed 's/\.gmo$//'`; \ dir=/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm$destdir/$lang/LC_MESSAGES; \ mkdir -p $dir; \ if test -r $cat; then \ /usr/bin/install -c -m 644 $cat $dir/goocanvas2.mo; \ echo "installing $cat as $dir/goocanvas2.mo"; \ else \ /usr/bin/install -c -m 644 ./$cat $dir/goocanvas2.mo; \ echo "installing ./$cat as" \ "$dir/goocanvas2.mo"; \ fi; \ if test -r $cat.m; then \ /usr/bin/install -c -m 644 $cat.m $dir/goocanvas2.mo.m; \ echo "installing $cat.m as $dir/goocanvas2.mo.m"; \ else \ if test -r ./$cat.m ; then \ /usr/bin/install -c -m 644 ./$cat.m \ $dir/goocanvas2.mo.m; \ echo "installing ./$cat as" \ "$dir/goocanvas2.mo.m"; \ else \ true; \ fi; \ fi; \ done installing en_GB.gmo as /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/locale/en_GB/LC_MESSAGES/goocanvas2.mo installing es.gmo as /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/locale/es/LC_MESSAGES/goocanvas2.mo installing ja.gmo as /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/locale/ja/LC_MESSAGES/goocanvas2.mo installing sv.gmo as /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/locale/sv/LC_MESSAGES/goocanvas2.mo if test "goocanvas" = "glib"; then \ mkdir -p /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/glib-2.0/gettext/po; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[1]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/po' Making install in bindings make[1]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' Making install in python make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings/python' make[3]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings/python' make[3]: Nothing to be done for `install-exec-am'. make[3]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings/python' make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings/python' make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[3]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[1]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63/bindings' make[1]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63' make[2]: Entering directory `/builddir/build/BUILD/goocanvas2-8f2c63' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib/pkgconfig' /usr/bin/install -c -m 644 goocanvas-2.0.pc '/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib/pkgconfig' make[2]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63' make[1]: Leaving directory `/builddir/build/BUILD/goocanvas2-8f2c63' + find /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm -name '*.la' -exec rm -f '{}' ';' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm goocanvas2 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/goocanvas2-8f2c63 extracting debug info from /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/lib/libgoocanvas-2.0.so.9.2.0 dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libgoocanvas-2.0.so.9.2.0.debug to /usr/lib/debug/usr/lib/libgoocanvas-2.0.so.debug symlinked /usr/lib/debug/usr/lib/libgoocanvas-2.0.so.9.2.0.debug to /usr/lib/debug/usr/lib/libgoocanvas-2.0.so.9.debug 1719 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: goocanvas2-2.0.1-6.8f2c63git.fc20.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aT3l6g + umask 022 + cd /builddir/build/BUILD + cd goocanvas2-8f2c63 + DOCDIR=/builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + cp -pr COPYING /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + cp -pr README /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + cp -pr ChangeLog /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + cp -pr AUTHORS /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + cp -pr NEWS /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + cp -pr TODO /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm/usr/share/doc/goocanvas2 + exit 0 Provides: goocanvas2 = 2.0.1-6.8f2c63git.fc20 goocanvas2(armv7hl-32) = 2.0.1-6.8f2c63git.fc20 libgoocanvas-2.0.so.9 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libatk-1.0.so.0 libc.so.6 libc.so.6(GLIBC_2.4) libcairo-gobject.so.2 libcairo.so.2 libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libgdk-3.so.0 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 libglib-2.0.so.0 libgobject-2.0.so.0 libgtk-3.so.0 libpango-1.0.so.0 libpangocairo-1.0.so.0 rtld(GNU_HASH) Processing files: goocanvas2-devel-2.0.1-6.8f2c63git.fc20.armv7hl Provides: goocanvas2-devel = 2.0.1-6.8f2c63git.fc20 goocanvas2-devel(armv7hl-32) = 2.0.1-6.8f2c63git.fc20 pkgconfig(goocanvas-2.0) = 2.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libgoocanvas-2.0.so.9 pkgconfig(cairo) pkgconfig(gtk+-3.0) Processing files: goocanvas2-debuginfo-2.0.1-6.8f2c63git.fc20.armv7hl Provides: goocanvas2-debuginfo = 2.0.1-6.8f2c63git.fc20 goocanvas2-debuginfo(armv7hl-32) = 2.0.1-6.8f2c63git.fc20 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm Wrote: /builddir/build/RPMS/goocanvas2-2.0.1-6.8f2c63git.fc20.armv7hl.rpm Wrote: /builddir/build/RPMS/goocanvas2-devel-2.0.1-6.8f2c63git.fc20.armv7hl.rpm Wrote: /builddir/build/RPMS/goocanvas2-debuginfo-2.0.1-6.8f2c63git.fc20.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YFFsjF + umask 022 + cd /builddir/build/BUILD + cd goocanvas2-8f2c63 + /usr/bin/rm -rf /builddir/build/BUILDROOT/goocanvas2-2.0.1-6.8f2c63git.fc20.arm + exit 0 Child return code was: 0 LEAVE do -->