Skip to content

Remove pango apis if not present#457

Open
linuxrider wants to merge 3 commits intoflathub:masterfrom
linuxrider:gnome-50-pango
Open

Remove pango apis if not present#457
linuxrider wants to merge 3 commits intoflathub:masterfrom
linuxrider:gnome-50-pango

Conversation

@linuxrider
Copy link
Copy Markdown

This removes pango apis which are not there for gnome 50. It is conditional, so that apis remain untouched for older runtimes.

I'm not sure if such behavior is desired.

@bbhtt
Copy link
Copy Markdown
Contributor

bbhtt commented Apr 10, 2026

can you link to the pango change and why this is needed? is the build failing without this? what's the error?

@linuxrider
Copy link
Copy Markdown
Author

Thank you for taking the time. I should have explained and do a better research.

Actually, the error is not due to a change in pango but the upgrade from gcc 13 to gcc 14. I checked previous gnome runtime versions and the error already started occuring in version 47.
https://discourse.flathub.org/t/freedesktop-sdk-24-08-0-released/7630

With that change the warnings turned into errors by default. So we can get away with just setting the errors back to warnings.

This is the failing build log for pygtk used by gwyddion.

========================================================================
Building module net.gwyddion.Gwyddion/.flatpak-builder/build/pygtk-1
========================================================================
Applying patch pygtk.patch
patching file pango.defs
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 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 bind_textdomain_codeset... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for some Win32 platform... no
checking for native Win32... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-unknown-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-unknown-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.lt
config.lt: creating libtool
checking for a Python interpreter with version >= 2.3.5... python
checking for python... /app/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 headers required to compile python extensions... found
checking for PySignal_SetWakeupFd in Python.h... yes
checking for python module thread... yes
checking whether to enable threading in pygtk... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.8.0... yes (version 2.88.0)
checking for PYGOBJECT... yes
checking for gio-types.defs... /app/share/pygobject/2.0/defs/gio-types.defs
checking for ATK... yes
checking for PANGO... yes
checking for codegen... /app/share/pygobject/2.0/codegen
checking for PYCAIRO... yes
checking for PANGOCAIRO... yes
checking for GTK... yes
checking for GTK210... yes
checking for GTK212... yes
checking for GTK214... yes
checking for GTK216... yes
checking for GTK218... yes
checking for GTK220... yes
checking for GTK222... yes
checking for GTK224... yes
checking for LIBGLADE... yes
checking for GTKUNIXPRINT... yes
checking for GDK target... x11
configure: WARNING: Could not find a valid numpy installation, disabling.
checking whether gcc understands -Wall... yes
checking whether gcc understands -fno-strict-aliasing... yes
checking whether gcc understands -std=c9x... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygtk-2.0.pc
config.status: creating pygtk-codegen-2.0
config.status: creating gtk/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/entities.docbook
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating pygtk.spec
config.status: creating PKG-INFO
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

The following modules will be built:

atk
pango
pangocairo
gtk with 2.24 API
gtk.glade
gtk.unixprint

Numpy support: no

/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk   -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -Wall -fno-strict-aliasing -std=c9x -MT atk_la-atkmodule.lo -MD -MP -MF .deps/atk_la-atkmodule.Tpo -c -o atk_la-atkmodule.lo `test -f 'atkmodule.c' || echo './'`atkmodule.c
(cd .\
 && /app/bin/python /app/share/pygobject/2.0/codegen/codegen.py \
    --py_ssize_t-clean \
    --register pango-types.defs \
    --register atk-types.defs \
    --register gtk/gtk-base-types.defs \
    --override atk.override \
    --prefix pyatk atk.defs) > ./gen-atk.c \
&& cp ./gen-atk.c ./atk.c \
&& rm -f ./gen-atk.c
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk   -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -Wall -fno-strict-aliasing -std=c9x -MT pango_la-pangomodule.lo -MD -MP -MF .deps/pango_la-pangomodule.Tpo -c -o pango_la-pangomodule.lo `test -f 'pangomodule.c' || echo './'`pangomodule.c
(cd .\
 && /app/bin/python /app/share/pygobject/2.0/codegen/codegen.py \
    --py_ssize_t-clean \
    --register pango-types.defs \
    --register atk-types.defs \
    --register gtk/gtk-base-types.defs \
    --override pango.override \
    --prefix pypango pango.defs) > ./gen-pango.c \
&& cp ./gen-pango.c ./pango.c \
&& rm -f ./gen-pango.c
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk   -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -Wall -fno-strict-aliasing -std=c9x -MT pangocairo_la-pangocairomodule.lo -MD -MP -MF .deps/pangocairo_la-pangocairomodule.Tpo -c -o pangocairo_la-pangocairomodule.lo `test -f 'pangocairomodule.c' || echo './'`pangocairomodule.c
(cd .\
 && /app/bin/python /app/share/pygobject/2.0/codegen/codegen.py \
    --py_ssize_t-clean \
    --register pango-types.defs \
    --register atk-types.defs \
    --register gtk/gtk-base-types.defs \
    --override pangocairo.override \
    --prefix pypangocairo pangocairo.defs) > ./gen-pangocairo.c \
&& cp ./gen-pangocairo.c ./pangocairo.c \
&& rm -f ./gen-pangocairo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fno-strict-aliasing -std=c9x -MT atk_la-atkmodule.lo -MD -MP -MF .deps/atk_la-atkmodule.Tpo -c atkmodule.c  -fPIC -DPIC -o .libs/atk_la-atkmodule.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fno-strict-aliasing -std=c9x -MT pango_la-pangomodule.lo -MD -MP -MF .deps/pango_la-pangomodule.Tpo -c pangomodule.c  -fPIC -DPIC -o .libs/pango_la-pangomodule.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fno-strict-aliasing -std=c9x -MT pangocairo_la-pangocairomodule.lo -MD -MP -MF .deps/pangocairo_la-pangocairomodule.Tpo -c pangocairomodule.c  -fPIC -DPIC -o .libs/pangocairo_la-pangocairomodule.o
Could not write function context_set_font_options: No ArgType for const-cairo_font_options_t*
Could not write function context_get_font_options: No ArgType for const-cairo_font_options_t*
***INFO*** The coverage of global functions is 80.00% (8/10)
***INFO*** The coverage of methods is 100.00% (3/3)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk   -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -Wall -fno-strict-aliasing -std=c9x -MT pangocairo_la-pangocairo.lo -MD -MP -MF .deps/pangocairo_la-pangocairo.Tpo -c -o pangocairo_la-pangocairo.lo `test -f 'pangocairo.c' || echo './'`pangocairo.c
Could not write method AtkObject.get_attributes: No ArgType for AtkAttributeSet*
Could not write method AtkObject.connect_property_change_handler: No ArgType for AtkPropertyChangeHandler*
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/app/include/pycairo -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fno-strict-aliasing -std=c9x -MT pangocairo_la-pangocairo.lo -MD -MP -MF .deps/pangocairo_la-pangocairo.Tpo -c pangocairo.c  -fPIC -DPIC -o .libs/pangocairo_la-pangocairo.o
Could not write method AtkObject.notify_state_change: No ArgType for AtkState
Could not write method AtkObject.initialize: No ArgType for gpointer
Could not write virtual accessor method AtkObject.get_attributes: No ArgType for AtkAttributeSet*
Could not write virtual accessor method AtkObject.connect_property_change_handler: No ArgType for AtkPropertyChangeHandler*
Could not write virtual accessor method AtkObject.initialize: No ArgType for gpointer
Could not write virtual accessor method AtkObject.children_changed: No ArgType for gpointer
Could not write virtual accessor method AtkObject.property_change: No ArgType for AtkPropertyValues*
Could not write virtual accessor method AtkObject.active_descendant_changed: No ArgType for gpointer*
Could not write virtual proxy AtkObject.get_attributes: No ArgType for AtkAttributeSet*
Could not write getter for PangoGlyphString.glyphs: No ArgType for PangoGlyphInfo*
Could not write getter for PangoGlyphString.log_clusters: No ArgType for gint*
Could not write getter for PangoItem.analysis_extra_attrs: No ArgType for GSList*
Could not write method PangoLayoutIter.get_run: No ArgType for PangoLayoutRun*
Could not write method PangoLayoutIter.get_run_readonly: No ArgType for PangoLayoutRun*
Could not write virtual proxy AtkObject.connect_property_change_handler: No ArgType for AtkPropertyChangeHandler*
Could not write method PangoLayoutLine.get_x_ranges: No ArgType for int**
Could not write virtual proxy AtkObject.initialize: No ArgType for gpointer
Could not write virtual proxy AtkObject.children_changed: No ArgType for gpointer
Could not write method PangoMatrix.transform_point: No ArgType for double*
Could not write method PangoMatrix.transform_distance: No ArgType for double*
Could not write virtual proxy AtkObject.property_change: No ArgType for AtkPropertyValues*
Could not write method PangoMatrix.transform_rectangle: No ArgType for PangoRectangle*
Could not write method PangoMatrix.transform_pixel_rectangle: No ArgType for PangoRectangle*
Could not write virtual proxy AtkObject.active_descendant_changed: No ArgType for gpointer*
Warning: generating old-style constructor for:atk_no_op_object_new
Could not write virtual accessor method PangoFont.get_coverage: No ArgType for PangoCoverage*
Could not write virtual accessor method PangoFont.get_glyph_extents: No ArgType for PangoGlyph
Could not write virtual proxy PangoFont.get_coverage: No ArgType for PangoCoverage*
Could not write virtual proxy PangoFont.get_glyph_extents: No ArgType for PangoGlyph
Could not write virtual accessor method PangoFontFace.list_sizes: No ArgType for int**
Could not write virtual proxy PangoFontFace.get_face_name: No ArgType for const-char*
Could not write virtual proxy PangoFontFace.list_sizes: No ArgType for int**
Could not write virtual accessor method PangoFontFamily.list_faces: No ArgType for PangoFontFace***
Could not write virtual proxy PangoFontFamily.list_faces: No ArgType for PangoFontFace***
Could not write virtual proxy PangoFontFamily.get_name: No ArgType for const-char*
Could not write virtual accessor method PangoFontMap.list_families: No ArgType for PangoFontFamily***
Could not write virtual proxy PangoFontMap.list_families: No ArgType for PangoFontFamily***
Could not write method AtkComponent.add_focus_handler: No ArgType for AtkFocusHandler
Could not write virtual accessor method PangoFontset.foreach: No ArgType for PangoFontsetForeachFunc
Could not write virtual accessor method AtkComponent.add_focus_handler: No ArgType for AtkFocusHandler
Could not write virtual accessor method AtkComponent.get_extents: No ArgType for gint*
Could not write virtual accessor method AtkComponent.get_position: No ArgType for gint*
Could not write virtual accessor method AtkComponent.get_size: No ArgType for gint*
Could not write interface proxy AtkComponent.add_focus_handler: No ArgType for AtkFocusHandler
Could not write virtual proxy PangoFontset.foreach: No ArgType for PangoFontsetForeachFunc
Warning: generating old-style constructor for:pango_fontset_simple_new
Could not write interface proxy AtkComponent.get_extents: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkComponent.get_position: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkComponent.get_size: cannot use int* parameter with direction 'None'
Warning: generating old-style constructor for:pango_layout_new
Could not write method PangoLayout.get_lines: No ArgType for GSList*
Could not write method PangoLayout.get_lines_readonly: No ArgType for GSList*
Could not write method PangoRenderer.draw_glyph: No ArgType for PangoGlyph
Could not write method AtkDocument.get_document: No ArgType for gpointer
Could not write method AtkDocument.get_attributes: No ArgType for AtkAttributeSet*
Could not write virtual accessor method AtkDocument.get_document: No ArgType for gpointer
Could not write virtual accessor method AtkDocument.get_document_attributes: No ArgType for AtkAttributeSet*
Could not write virtual accessor method AtkDocument.get_document_attribute_value: No ArgType for G_CONST_RETURNgchar*
Could not write virtual accessor method PangoRenderer.draw_shape: No ArgType for PangoAttrShape*
Could not write virtual accessor method PangoRenderer.draw_glyph: No ArgType for PangoGlyph
Could not write virtual accessor method PangoRenderer.prepare_run: No ArgType for PangoLayoutRun*
Could not write interface proxy AtkDocument.get_document: No ArgType for gpointer
Could not write interface proxy AtkDocument.get_document_attributes: No ArgType for AtkAttributeSet*
Could not write interface proxy AtkDocument.get_document_attribute_value: No ArgType for G_CONST_RETURNgchar*
Could not write virtual accessor method AtkEditableText.set_run_attributes: No ArgType for AtkAttributeSet*
Could not write virtual accessor method AtkEditableText.insert_text: No ArgType for gint*
Could not write interface proxy AtkEditableText.set_run_attributes: No ArgType for AtkAttributeSet*
Could not write virtual proxy PangoRenderer.draw_shape: No ArgType for PangoAttrShape*
Could not write interface proxy AtkEditableText.insert_text: cannot use int* parameter with direction 'None'
Could not write virtual proxy PangoRenderer.draw_glyph: No ArgType for PangoGlyph
Could not write virtual proxy PangoRenderer.prepare_run: No ArgType for PangoLayoutRun*
Could not write function attr_shape_new_with_data: No ArgType for const-PangoRectangle*
Could not write function find_paragraph_boundary: No ArgType for gint*
Could not write function get_log_attrs: No ArgType for PangoLogAttr*
Could not write function itemize: No ArgType for PangoAttrIterator*
Could not write function itemize_with_base_dir: No ArgType for PangoAttrIterator*
Could not write function reorder_items: No ArgType for GList*
Could not write function get_mirror_char: No ArgType for gunichar*
Could not write function extents_to_pixels: No ArgType for PangoRectangle*
Warning: Constructor for PangoFontsetSimple needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for PangoLayout needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 83.67% (41/49)
***INFO*** The coverage of methods is 94.79% (182/192)
***INFO*** The coverage of virtual proxies is 60.71% (17/28)
***INFO*** The coverage of virtual accessors is 67.86% (19/28)
***INFO*** There are no declared interface proxies.
Could not write virtual accessor method AtkImage.get_image_position: No ArgType for gint*
Could not write virtual accessor method AtkImage.get_image_size: No ArgType for gint*
Could not write interface proxy AtkImage.get_image_position: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkImage.get_image_size: cannot use int* parameter with direction 'None'
Could not write method AtkStreamableContent.get_stream: No ArgType for GIOChannel*
Could not write virtual accessor method AtkStreamableContent.get_stream: No ArgType for GIOChannel*
Could not write virtual accessor method AtkStreamableContent.get_uri: No ArgType for G_CONST_RETURNgchar*
Could not write interface proxy AtkStreamableContent.get_stream: No ArgType for GIOChannel*
Could not write interface proxy AtkStreamableContent.get_uri: No ArgType for G_CONST_RETURNgchar*
Could not write virtual accessor method AtkTable.get_selected_columns: No ArgType for gint**
Could not write virtual accessor method AtkTable.get_selected_rows: No ArgType for gint**
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk   -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -Wall -fno-strict-aliasing -std=c9x -MT pango_la-pango.lo -MD -MP -MF .deps/pango_la-pango.Tpo -c -o pango_la-pango.lo `test -f 'pango.c' || echo './'`pango.c
Could not write interface proxy AtkTable.get_selected_columns: No ArgType for gint**
Could not write interface proxy AtkTable.get_selected_rows: No ArgType for gint**
Could not write virtual accessor method AtkText.get_text_after_offset: No ArgType for gint*
Could not write virtual accessor method AtkText.get_text_at_offset: No ArgType for gint*
Could not write virtual accessor method AtkText.get_text_before_offset: No ArgType for gint*
Could not write virtual accessor method AtkText.get_run_attributes: No ArgType for gint*
Could not write virtual accessor method AtkText.get_default_attributes: No ArgType for AtkAttributeSet*
Could not write virtual accessor method AtkText.get_character_extents: No ArgType for gint*
Could not write virtual accessor method AtkText.get_selection: No ArgType for gint*
Could not write virtual accessor method AtkText.get_range_extents: No ArgType for AtkTextRectangle*
Could not write virtual accessor method AtkText.get_bounded_ranges: No ArgType for AtkTextRectangle*
Could not write interface proxy AtkText.get_text_after_offset: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkText.get_text_at_offset: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkText.get_character_at_offset: No ArgType for gunichar
Could not write interface proxy AtkText.get_text_before_offset: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkText.get_run_attributes: No ArgType for AtkAttributeSet*
Could not write interface proxy AtkText.get_default_attributes: No ArgType for AtkAttributeSet*
Could not write interface proxy AtkText.get_character_extents: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkText.get_selection: cannot use int* parameter with direction 'None'
Could not write interface proxy AtkText.get_range_extents: No ArgType for AtkTextRectangle*
Could not write interface proxy AtkText.get_bounded_ranges: No ArgType for AtkTextRange**
Could not write method AtkValue.get_minimum_increment: No ArgType for GValue*
Could not write virtual accessor method AtkValue.get_current_value: No ArgType for GValue*
Could not write virtual accessor method AtkValue.get_maximum_value: No ArgType for GValue*
Could not write virtual accessor method AtkValue.get_minimum_value: No ArgType for GValue*
Could not write virtual accessor method AtkValue.set_current_value: No ArgType for const-GValue*
Could not write virtual accessor method AtkValue.get_minimum_increment: No ArgType for GValue*
Could not write interface proxy AtkValue.get_current_value: No ArgType for GValue*
Could not write interface proxy AtkValue.get_maximum_value: No ArgType for GValue*
Could not write interface proxy AtkValue.get_minimum_value: No ArgType for GValue*
Could not write interface proxy AtkValue.set_current_value: No ArgType for const-GValue*
Could not write interface proxy AtkValue.get_minimum_increment: No ArgType for GValue*
Could not write function add_focus_tracker: No ArgType for AtkEventListener
Could not write function focus_tracker_init: No ArgType for AtkEventListenerInit
Could not write function add_global_event_listener: No ArgType for GSignalEmissionHook
Could not write function add_key_event_listener: No ArgType for AtkKeySnoopFunc
Warning: Constructor for AtkNoOpObject needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for AtkRelation needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
***INFO*** The coverage of global functions is 85.71% (24/28)
***INFO*** The coverage of methods is 94.48% (154/163)
***INFO*** The coverage of virtual proxies is 82.86% (29/35)
***INFO*** The coverage of virtual accessors is 77.27% (119/154)
***INFO*** The coverage of interface proxies is 74.79% (89/119)
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/pixman-1 -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fno-strict-aliasing -std=c9x -MT pango_la-pango.lo -MD -MP -MF .deps/pango_la-pango.Tpo -c pango.c  -fPIC -DPIC -o .libs/pango_la-pango.o
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk   -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -Wall -fno-strict-aliasing -std=c9x -MT atk_la-atk.lo -MD -MP -MF .deps/atk_la-atk.Tpo -c -o atk_la-atk.lo `test -f 'atk.c' || echo './'`atk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/app/include/python2.7 -I/app/include/python2.7 -I/app/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I./gtk -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -pthread -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -fno-strict-aliasing -std=c9x -MT atk_la-atk.lo -MD -MP -MF .deps/atk_la-atk.Tpo -c atk.c  -fPIC -DPIC -o .libs/atk_la-atk.o
In file included from pangomodule.c:26:
/app/include/pygtk-2.0/pygobject.h:153:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  153 |                                        GParameter  *params,
      |                                        ^~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:28,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /app/include/pygtk-2.0/pygobject.h:8:
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
/app/include/pygtk-2.0/pygobject.h:187:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  187 |                                        GParameter *parameters);
      |                                        ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
In file included from atkmodule.c:28:
/app/include/pygtk-2.0/pygobject.h:153:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  153 |                                        GParameter  *params,
      |                                        ^~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:28,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /app/include/pygtk-2.0/pygobject.h:8:
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
/app/include/pygtk-2.0/pygobject.h:187:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  187 |                                        GParameter *parameters);
      |                                        ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
In file included from pangocairomodule.c:26:
/app/include/pygtk-2.0/pygobject.h:153:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  153 |                                        GParameter  *params,
      |                                        ^~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:28,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /app/include/pygtk-2.0/pygobject.h:8:
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
/app/include/pygtk-2.0/pygobject.h:187:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  187 |                                        GParameter *parameters);
      |                                        ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
mv -f .deps/atk_la-atkmodule.Tpo .deps/atk_la-atkmodule.Plo
mv -f .deps/pango_la-pangomodule.Tpo .deps/pango_la-pangomodule.Plo
In file included from pangocairo.override:5:
/app/include/pygtk-2.0/pygobject.h:153:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  153 |                                        GParameter  *params,
      |                                        ^~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:28,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /app/include/pygtk-2.0/pygobject.h:8:
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
/app/include/pygtk-2.0/pygobject.h:187:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  187 |                                        GParameter *parameters);
      |                                        ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
mv -f .deps/pangocairo_la-pangocairomodule.Tpo .deps/pangocairo_la-pangocairomodule.Plo
pangocairo.c: In function ‘_wrap_pango_cairo_font_map_create_context’:
pangocairo.c:320:5: warning: ‘pango_cairo_font_map_create_context’ is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations]
  320 |     ret = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(self->obj));
      |     ^~~
In file included from pangocairo.override:6:
/usr/include/pango-1.0/pango/pangocairo.h:123:15: note: declared here
  123 | PangoContext *pango_cairo_font_map_create_context (PangoCairoFontMap *fontmap);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from pango.override:27:
/app/include/pygtk-2.0/pygobject.h:153:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  153 |                                        GParameter  *params,
      |                                        ^~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:28,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /app/include/pygtk-2.0/pygobject.h:8:
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
/app/include/pygtk-2.0/pygobject.h:187:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  187 |                                        GParameter *parameters);
      |                                        ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
In file included from atk.override:25:
/app/include/pygtk-2.0/pygobject.h:153:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  153 |                                        GParameter  *params,
      |                                        ^~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:28,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /app/include/pygtk-2.0/pygobject.h:8:
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
/app/include/pygtk-2.0/pygobject.h:187:40: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
  187 |                                        GParameter *parameters);
      |                                        ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
atk.c: In function ‘_wrap_atk_hyperlink_is_selected_link’:
atk.c:457:5: warning: ‘atk_hyperlink_is_selected_link’ is deprecated [-Wdeprecated-declarations]
  457 |     ret = atk_hyperlink_is_selected_link(ATK_HYPERLINK(self->obj));
      |     ^~~
In file included from /usr/include/atk-1.0/atk/atk.h:30,
                 from atk.override:26:
/usr/include/atk-1.0/atk/atkhyperlink.h:109:10: note: declared here
  109 | gboolean atk_hyperlink_is_selected_link (AtkHyperlink *link_);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pango.c: In function ‘_wrap_PangoFont__proxy_do_get_metrics’:
pango.c:3986:16: error: implicit declaration of function ‘pango_font_metrics_new’; did you mean ‘pango_font_metrics_ref’? [-Wimplicit-function-declaration]
 3986 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~
      |                pango_font_metrics_ref
pango.c:3986:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 3986 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pango.c:4000:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 4000 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pango.c:4011:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 4011 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pango.c:4021:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 4021 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_object_get_layer’:
atk.c:1478:5: warning: ‘atk_object_get_layer’ is deprecated: Use 'atk_component_get_layer' instead [-Wdeprecated-declarations]
 1478 |     ret = atk_object_get_layer(ATK_OBJECT(self->obj));
      |     ^~~
In file included from /usr/include/atk-1.0/atk/atkaction.h:26,
                 from /usr/include/atk-1.0/atk/atk.h:25:
/usr/include/atk-1.0/atk/atkobject.h:1138:10: note: declared here
 1138 | AtkLayer atk_object_get_layer (AtkObject *accessible);
      |          ^~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_object_get_mdi_zorder’:
atk.c:1489:5: warning: ‘atk_object_get_mdi_zorder’ is deprecated: Use 'atk_component_get_mdi_zorder' instead [-Wdeprecated-declarations]
 1489 |     ret = atk_object_get_mdi_zorder(ATK_OBJECT(self->obj));
      |     ^~~
/usr/include/atk-1.0/atk/atkobject.h:1140:6: note: declared here
 1140 | gint atk_object_get_mdi_zorder (AtkObject *accessible);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_object_remove_property_change_handler’:
atk.c:1600:5: warning: ‘atk_object_remove_property_change_handler’ is deprecated [-Wdeprecated-declarations]
 1600 |     atk_object_remove_property_change_handler(ATK_OBJECT(self->obj), handler_id);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/atk-1.0/atk/atkobject.h:1165:6: note: declared here
 1165 | void atk_object_remove_property_change_handler (AtkObject *accessible,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pango.c: In function ‘_wrap_pango_font_map_get_shape_engine_type’:
pango.c:4710:11: error: implicit declaration of function ‘pango_font_map_get_shape_engine_type’; did you mean ‘_wrap_pango_font_map_get_shape_engine_type’? [-Wimplicit-function-declaration]
 4710 |     ret = pango_font_map_get_shape_engine_type(PANGO_FONT_MAP(self->obj));
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           _wrap_pango_font_map_get_shape_engine_type
pango.c:4710:9: error: assignment to ‘const gchar *’ {aka ‘const char *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
 4710 |     ret = pango_font_map_get_shape_engine_type(PANGO_FONT_MAP(self->obj));
      |         ^
pango.c: In function ‘_wrap_PangoFontset__proxy_do_get_metrics’:
pango.c:5382:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 5382 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pango.c:5392:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 5392 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pango.c:5402:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 5402 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pango.c:5411:16: error: returning ‘int’ from a function with return type ‘PangoFontMetrics *’ {aka ‘struct _PangoFontMetrics *’} makes pointer from integer without a cast [-Wint-conversion]
 5411 |         return pango_font_metrics_new();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_component_get_position’:
atk.override:142:5: warning: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead [-Wdeprecated-declarations]
  142 |     atk_component_get_position(ATK_COMPONENT(self->obj), &x, &y, coord_type);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/atk-1.0/atk/atk.h:26:
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
  249 | void atk_component_get_position (AtkComponent *component,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_component_get_size’:
atk.override:152:5: warning: ‘atk_component_get_size’ is deprecated: Use 'atk_component_get_extents' instead [-Wdeprecated-declarations]
  152 |     atk_component_get_size(ATK_COMPONENT(self->obj), &width, &height);
      |     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/atk-1.0/atk/atkcomponent.h:254:6: note: declared here
  254 | void atk_component_get_size (AtkComponent *component,
      |      ^~~~~~~~~~~~~~~~~~~~~~
pango.override: In function ‘_wrap_pango_parse_markup’:
pango.override:1328:14: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
 1328 |     gboolean ret;
      |              ^~~
atk.c: In function ‘_wrap_atk_component_remove_focus_handler’:
atk.c:5833:5: warning: ‘atk_component_remove_focus_handler’ is deprecated [-Wdeprecated-declarations]
 5833 |     atk_component_remove_focus_handler(ATK_COMPONENT(self->obj), handler_id);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/atk-1.0/atk/atkcomponent.h:264:6: note: declared here
  264 | void atk_component_remove_focus_handler (AtkComponent *component,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pango.c: In function ‘_wrap_pango_script_for_unichar’:
pango.c:8135:5: warning: ‘pango_script_for_unichar’ is deprecated: Use 'g_unichar_get_script' instead [-Wdeprecated-declarations]
 8135 |     ret = pango_script_for_unichar(ch);
      |     ^~~
In file included from /usr/include/pango-1.0/pango/pango-gravity.h:117,
                 from /usr/include/pango-1.0/pango/pango-types.h:235,
                 from /usr/include/pango-1.0/pango/pango-font.h:26,
                 from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from pango.override:28:
/usr/include/pango-1.0/pango/pango-script.h:310:13: note: declared here
  310 | PangoScript pango_script_for_unichar         (gunichar             ch) G_GNUC_CONST;
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
pango.c: In function ‘_wrap_pango_unichar_direction’:
pango.c:8225:5: warning: ‘pango_unichar_direction’ is deprecated [-Wdeprecated-declarations]
 8225 |     ret = pango_unichar_direction(ch);
      |     ^~~
In file included from /usr/include/pango-1.0/pango/pango-types.h:239:
/usr/include/pango-1.0/pango/pango-bidi-type.h:105:16: note: declared here
  105 | PangoDirection pango_unichar_direction      (gunichar     ch) G_GNUC_CONST;
      |                ^~~~~~~~~~~~~~~~~~~~~~~
pango.c: In function ‘_wrap_pango_find_base_dir’:
pango.c:8241:5: warning: ‘pango_find_base_dir’ is deprecated [-Wdeprecated-declarations]
 8241 |     ret = pango_find_base_dir(text, length);
      |     ^~~
/usr/include/pango-1.0/pango/pango-bidi-type.h:107:16: note: declared here
  107 | PangoDirection pango_find_base_dir          (const gchar *text,
      |                ^~~~~~~~~~~~~~~~~~~
pango.c: In function ‘pypango_register_classes’:
pango.c:8587:5: warning: ‘pango_engine_get_type’ is deprecated [-Wdeprecated-declarations]
 8587 |     pygobject_register_class(d, "PangoEngine", PANGO_TYPE_ENGINE, &PyPangoEngine_Type, Py_BuildValue("(O)", &PyGObject_Type));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pango-1.0/pango/pango.h:32:
/usr/include/pango-1.0/pango/pango-engine.h:88:7: note: declared here
   88 | GType pango_engine_get_type (void) G_GNUC_CONST;
      |       ^~~~~~~~~~~~~~~~~~~~~
pango.c:8588:5: warning: ‘pango_engine_get_type’ is deprecated [-Wdeprecated-declarations]
 8588 |     pyg_set_object_has_new_constructor(PANGO_TYPE_ENGINE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pango-1.0/pango/pango-engine.h:88:7: note: declared here
   88 | GType pango_engine_get_type (void) G_GNUC_CONST;
      |       ^~~~~~~~~~~~~~~~~~~~~
pango.c:8589:5: warning: ‘pango_engine_lang_get_type’ is deprecated [-Wdeprecated-declarations]
 8589 |     pygobject_register_class(d, "PangoEngineLang", PANGO_TYPE_ENGINE_LANG, &PyPangoEngineLang_Type, Py_BuildValue("(O)", &PyPangoEngine_Type));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pango-1.0/pango/pango-engine.h:155:7: note: declared here
  155 | GType pango_engine_lang_get_type (void) G_GNUC_CONST;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
pango.c:8590:5: warning: ‘pango_engine_lang_get_type’ is deprecated [-Wdeprecated-declarations]
 8590 |     pyg_set_object_has_new_constructor(PANGO_TYPE_ENGINE_LANG);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pango-1.0/pango/pango-engine.h:155:7: note: declared here
  155 | GType pango_engine_lang_get_type (void) G_GNUC_CONST;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
pango.c:8591:5: warning: ‘pango_engine_shape_get_type’ is deprecated [-Wdeprecated-declarations]
 8591 |     pygobject_register_class(d, "PangoEngineShape", PANGO_TYPE_ENGINE_SHAPE, &PyPangoEngineShape_Type, Py_BuildValue("(O)", &PyPangoEngine_Type));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pango-1.0/pango/pango-engine.h:243:7: note: declared here
  243 | GType pango_engine_shape_get_type (void) G_GNUC_CONST;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pango.c:8592:5: warning: ‘pango_engine_shape_get_type’ is deprecated [-Wdeprecated-declarations]
 8592 |     pyg_set_object_has_new_constructor(PANGO_TYPE_ENGINE_SHAPE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/pango-1.0/pango/pango-engine.h:243:7: note: declared here
  243 | GType pango_engine_shape_get_type (void) G_GNUC_CONST;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_document_get_document_type’:
atk.c:7172:5: warning: ‘atk_document_get_document_type’ is deprecated [-Wdeprecated-declarations]
 7172 |     ret = atk_document_get_document_type(ATK_DOCUMENT(self->obj));
      |     ^~~
In file included from /usr/include/atk-1.0/atk/atk.h:27:
/usr/include/atk-1.0/atk/atkdocument.h:132:14: note: declared here
  132 | const gchar *atk_document_get_document_type (AtkDocument *document);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_streamable_content_get_uri’:
atk.c:10263:9: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
10263 |     ret = atk_streamable_content_get_uri(ATK_STREAMABLE_CONTENT(self->obj), mime_type);
      |         ^
atk.c: In function ‘_wrap_atk_table_get_index_at’:
atk.c:10563:5: warning: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead [-Wdeprecated-declarations]
10563 |     ret = atk_table_get_index_at(ATK_TABLE(self->obj), row, column);
      |     ^~~
In file included from /usr/include/atk-1.0/atk/atk.h:50:
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
  137 | gint atk_table_get_index_at (AtkTable *table,
      |      ^~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_table_get_column_at_index’:
atk.c:10577:5: warning: ‘atk_table_get_column_at_index’ is deprecated [-Wdeprecated-declarations]
10577 |     ret = atk_table_get_column_at_index(ATK_TABLE(self->obj), index);
      |     ^~~
/usr/include/atk-1.0/atk/atktable.h:141:6: note: declared here
  141 | gint atk_table_get_column_at_index (AtkTable *table,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_table_get_row_at_index’:
atk.c:10591:5: warning: ‘atk_table_get_row_at_index’ is deprecated [-Wdeprecated-declarations]
10591 |     ret = atk_table_get_row_at_index(ATK_TABLE(self->obj), index);
      |     ^~~
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
  144 | gint atk_table_get_row_at_index (AtkTable *table,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/pangocairo_la-pangocairo.Tpo .deps/pangocairo_la-pangocairo.Plo
make: *** [Makefile:630: pango_la-pango.lo] Error 1
make: *** Waiting for unfinished jobs....
atk.override: In function ‘_wrap_atk_text_get_text_after_offset’:
atk.override:404:5: warning: ‘atk_text_get_text_after_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead [-Wdeprecated-declarations]
  404 |     text = atk_text_get_text_after_offset(ATK_TEXT(self->obj),
      |     ^~~~
In file included from /usr/include/atk-1.0/atk/atkeditabletext.h:27,
                 from /usr/include/atk-1.0/atk/atk.h:28:
/usr/include/atk-1.0/atk/atktext.h:394:8: note: declared here
  394 | gchar *atk_text_get_text_after_offset (AtkText *text,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_text_get_text_at_offset’:
atk.override:429:5: warning: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead [-Wdeprecated-declarations]
  429 |     text = atk_text_get_text_at_offset(ATK_TEXT(self->obj),
      |     ^~~~
/usr/include/atk-1.0/atk/atktext.h:400:8: note: declared here
  400 | gchar *atk_text_get_text_at_offset (AtkText *text,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_text_get_text_before_offset’:
atk.override:454:5: warning: ‘atk_text_get_text_before_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead [-Wdeprecated-declarations]
  454 |     text = atk_text_get_text_before_offset(ATK_TEXT(self->obj),
      |     ^~~~
/usr/include/atk-1.0/atk/atktext.h:406:8: note: declared here
  406 | gchar *atk_text_get_text_before_offset (AtkText *text,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_value_get_current_value’:
atk.override:631:5: warning: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead [-Wdeprecated-declarations]
  631 |     atk_value_get_current_value(ATK_VALUE(self->obj), &value);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/atk-1.0/atk/atk.h:54:
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
  124 | void atk_value_get_current_value (AtkValue *obj,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_value_get_maximum_value’:
atk.override:644:5: warning: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead [-Wdeprecated-declarations]
  644 |     atk_value_get_maximum_value(ATK_VALUE(self->obj), &value);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/atk-1.0/atk/atkvalue.h:128:6: note: declared here
  128 | void atk_value_get_maximum_value (AtkValue *obj,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_value_get_minimum_value’:
atk.override:657:5: warning: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead [-Wdeprecated-declarations]
  657 |     atk_value_get_minimum_value(ATK_VALUE(self->obj), &value);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/atk-1.0/atk/atkvalue.h:131:6: note: declared here
  131 | void atk_value_get_minimum_value (AtkValue *obj,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.override: In function ‘_wrap_atk_value_set_current_value’:
atk.override:682:5: warning: ‘atk_value_set_current_value’ is deprecated: Use 'atk_value_set_value' instead [-Wdeprecated-declarations]
  682 |     if (atk_value_set_current_value(ATK_VALUE(self->obj), &value))
      |     ^~
/usr/include/atk-1.0/atk/atkvalue.h:134:10: note: declared here
  134 | gboolean atk_value_set_current_value (AtkValue *obj,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_role_register’:
atk.c:16386:5: warning: ‘atk_role_register’ is deprecated [-Wdeprecated-declarations]
16386 |     ret = atk_role_register(name);
      |     ^~~
/usr/include/atk-1.0/atk/atkobject.h:1193:9: note: declared here
 1193 | AtkRole atk_role_register (const gchar *name);
      |         ^~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_remove_focus_tracker’:
atk.c:16619:5: warning: ‘atk_remove_focus_tracker’ is deprecated [-Wdeprecated-declarations]
16619 |     atk_remove_focus_tracker(tracker_id);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/atk-1.0/atk/atkcomponent.h:27:
/usr/include/atk-1.0/atk/atkutil.h:196:6: note: declared here
  196 | void atk_remove_focus_tracker (guint tracker_id);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~
atk.c: In function ‘_wrap_atk_focus_tracker_notify’:
atk.c:16634:5: warning: ‘atk_focus_tracker_notify’ is deprecated [-Wdeprecated-declarations]
16634 |     atk_focus_tracker_notify(ATK_OBJECT(object->obj));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/atk-1.0/atk/atkutil.h:200:6: note: declared here
  200 | void atk_focus_tracker_notify (AtkObject *object);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/atk_la-atk.Tpo .deps/atk_la-atk.Plo
Error: module pygtk: Der Kindprozess wurde mit Status 2 beendet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants