request from: hawk checking if we should skip the build started at: Wed Feb 21 10:56:46 2018 fetching http://kraz.tld-linux.org/~buildertidev//srpms/7546c887-bd58-488b-86da-65811522027c/vte0-0.28.2-17.src.rpm fetched 1331948 bytes, 1282.0 K/s installing srpm: vte0-0.28.2-17.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -d /tmp/B._5RsbL/BUILD /tmp/B._5RsbL/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog vte0-0.28.2-17.src.rpm * Wed Feb 21 2018 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/vte0.git;a=log;h=master + rpm -Uhv --nodeps --define '_topdir /tmp/B._5RsbL' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' vte0-0.28.2-17.src.rpm vte0 ################################################## + rm -f vte0-0.28.2-17.src.rpm mesg: ttyname failed: Inappropriate ioctl for device + install -m 700 -d /tmp/B._5RsbL/BUILD/tmp mesg: ttyname failed: Inappropriate ioctl for device + TMPDIR=/tmp/B._5RsbL/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B._5RsbL' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B._5RsbL/vte0.spec Building target platforms: i686-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: i686-tld-linux no BR needed building RPM using: set -ex; : build-id: 7546c887-bd58-488b-86da-65811522027c; TMPDIR=/tmp/B._5RsbL/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B._5RsbL' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B._5RsbL/vte0.spec mesg: ttyname failed: Inappropriate ioctl for device + : build-id: 7546c887-bd58-488b-86da-65811522027c + TMPDIR=/tmp/B._5RsbL/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_tld_builder 1' --define '_topdir /tmp/B._5RsbL' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B._5RsbL/vte0.spec Building target platforms: i686-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B._5RsbL/BUILD/tmp /bin/sh -e /tmp/B._5RsbL/BUILD/tmp/rpm-tmp.88657 + umask 022 + cd /tmp/B._5RsbL/BUILD + cd /tmp/B._5RsbL/BUILD + rm -rf vte-0.28.2 + /usr/bin/bzip2 -dc /tmp/B._5RsbL/vte-0.28.2.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd vte-0.28.2 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (vte-alt-meta.patch):' Patch #0 (vte-alt-meta.patch): + /dev/null 2>&1 matcher.c: In function '_vte_matcher_destroy': matcher.c:158:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_free (matcher->free_params); ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from matcher.c:23: /usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here void g_value_array_free (GValueArray *value_array); ^~~~~~~~~~~~~~~~~~ matcher.c: In function '_vte_matcher_new': matcher.c:170:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c:177:3: warning: 'g_cache_new' is deprecated [-Wdeprecated-declarations] _vte_matcher_cache = g_cache_new(_vte_matcher_create, ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gcache.h:47:10: note: declared here GCache* g_cache_new (GCacheNewFunc value_new_func, ^~~~~~~~~~~ matcher.c:183:2: warning: 'g_cache_insert' is deprecated [-Wdeprecated-declarations] ret = g_cache_insert(_vte_matcher_cache, (gpointer) emulation); ^~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gcache.h:57:10: note: declared here gpointer g_cache_insert (GCache *cache, ^~~~~~~~~~~~~~ matcher.c:191:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c: In function '_vte_matcher_free': matcher.c:200:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c:201:2: warning: 'g_cache_remove' is deprecated [-Wdeprecated-declarations] g_cache_remove(_vte_matcher_cache, matcher); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gcache.h:60:10: note: declared here void g_cache_remove (GCache *cache, ^~~~~~~~~~~~~~ matcher.c:202:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c: In function '_vte_matcher_free_params_array': matcher.c:242:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_free (params); ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from matcher.c:23: /usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here void g_value_array_free (GValueArray *value_array); ^~~~~~~~~~~~~~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-caps.lo -MD -MP -MF .deps/libvte_la-caps.Tpo -c caps.c -o libvte_la-caps.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-marshal.lo -MD -MP -MF .deps/libvte_la-marshal.Tpo -c marshal.c -o libvte_la-marshal.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-reaper.lo -MD -MP -MF .deps/libvte_la-reaper.Tpo -c reaper.c -o libvte_la-reaper.o >/dev/null 2>&1 mv -f .deps/libvte_la-debug.Tpo .deps/libvte_la-debug.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-ring.lo -MD -MP -MF .deps/libvte_la-ring.Tpo -c -o libvte_la-ring.lo `test -f 'ring.c' || echo './'`ring.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-matcher.lo -MD -MP -MF .deps/libvte_la-matcher.Tpo -c matcher.c -o libvte_la-matcher.o >/dev/null 2>&1 mv -f .deps/libvte_la-caps.Tpo .deps/libvte_la-caps.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-table.lo -MD -MP -MF .deps/libvte_la-table.Tpo -c -o libvte_la-table.lo `test -f 'table.c' || echo './'`table.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-ring.lo -MD -MP -MF .deps/libvte_la-ring.Tpo -c ring.c -fPIC -DPIC -o .libs/libvte_la-ring.o libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-table.lo -MD -MP -MF .deps/libvte_la-table.Tpo -c table.c -fPIC -DPIC -o .libs/libvte_la-table.o In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from keymap.c:24: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte.h:25, from pty.c:35: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from iso2022.c:38: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ mv -f .deps/libvte_la-reaper.Tpo .deps/libvte_la-reaper.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-trie.lo -MD -MP -MF .deps/libvte_la-trie.Tpo -c -o libvte_la-trie.lo `test -f 'trie.c' || echo './'`trie.c mv -f .deps/libvte_la-marshal.Tpo .deps/libvte_la-marshal.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vte.lo -MD -MP -MF .deps/libvte_la-vte.Tpo -c -o libvte_la-vte.lo `test -f 'vte.c' || echo './'`vte.c keymap.c:1002:1: warning: no previous prototype for '_vte_keymap_fixup_modifiers' [-Wmissing-prototypes] _vte_keymap_fixup_modifiers(GdkModifierType modifiers, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ keymap.c: In function '_vte_keymap_key_add_key_modifiers': keymap.c:1400:2: warning: case value '0' not in enumerated type 'GdkModifierType {aka enum }' [-Wswitch] case 0: ^~~~ keymap.c:1415:2: warning: case value '5' not in enumerated type 'GdkModifierType {aka enum }' [-Wswitch] case GDK_SHIFT_MASK | GDK_CONTROL_MASK: ^~~~ keymap.c:1406:2: warning: case value '268435464' not in enumerated type 'GdkModifierType {aka enum }' [-Wswitch] case VTE_META_MASK: ^~~~ keymap.c:1409:2: warning: case value '268435465' not in enumerated type 'GdkModifierType {aka enum }' [-Wswitch] case GDK_SHIFT_MASK | VTE_META_MASK: ^~~~ keymap.c:1418:2: warning: case value '268435468' not in enumerated type 'GdkModifierType {aka enum }' [-Wswitch] case VTE_META_MASK | GDK_CONTROL_MASK: ^~~~ keymap.c:1421:2: warning: case value '268435469' not in enumerated type 'GdkModifierType {aka enum }' [-Wswitch] case GDK_SHIFT_MASK | VTE_META_MASK | GDK_CONTROL_MASK: ^~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vte.lo -MD -MP -MF .deps/libvte_la-vte.Tpo -c vte.c -fPIC -DPIC -o .libs/libvte_la-vte.o libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-trie.lo -MD -MP -MF .deps/libvte_la-trie.Tpo -c trie.c -fPIC -DPIC -o .libs/libvte_la-trie.o pty.c: In function 'vte_pty_set_size': pty.c:636:24: warning: variable 'priv' set but not used [-Wunused-but-set-variable] VtePtyPrivate *priv; ^~~~ pty.c: In function 'vte_pty_get_size': pty.c:695:24: warning: variable 'priv' set but not used [-Wunused-but-set-variable] VtePtyPrivate *priv; ^~~~ pty.c: In function '__vte_pty_fork': pty.c:598:29: warning: this statement may fall through [-Wimplicit-fallthrough=] ret = FALSE; pty.c:599:17: note: here case 0: /* child */ ^~~~ table.c: In function '_vte_table_extract_numbers': table.c:551:4: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] *array = g_value_array_new(1); ^ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ table.c:554:3: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(*array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ table.c: In function '_vte_table_extract_string': table.c:576:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] *array = g_value_array_new(1); ^ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ table.c:578:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(*array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ table.c: In function '_vte_table_extract_char': table.c:592:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] *array = g_value_array_new(1); ^ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ table.c:594:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(*array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ mv -f .deps/libvte_la-matcher.Tpo .deps/libvte_la-matcher.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteaccess.lo -MD -MP -MF .deps/libvte_la-vteaccess.Tpo -c -o libvte_la-vteaccess.lo `test -f 'vteaccess.c' || echo './'`vteaccess.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteaccess.lo -MD -MP -MF .deps/libvte_la-vteaccess.Tpo -c vteaccess.c -fPIC -DPIC -o .libs/libvte_la-vteaccess.o trie.c: In function 'char_class_digit_extract': trie.c:171:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function 'char_class_multi_extract': trie.c:214:4: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c:222:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function 'char_class_any_extract': trie.c:248:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function 'char_class_string_extract': trie.c:321:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function '_vte_trie_matchx': trie.c:581:5: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] tmparray = g_value_array_new(0); ^~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ trie.c:648:4: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] GValue *value = g_value_array_get_nth(bestarray, i); ^~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ trie.c:649:4: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function '_vte_trie_match': trie.c:686:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] valuearray = g_value_array_new(0); ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ trie.c:704:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(valuearray, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-keymap.lo -MD -MP -MF .deps/libvte_la-keymap.Tpo -c keymap.c -o libvte_la-keymap.o >/dev/null 2>&1 In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte.h:25, from ring.h:27, from ring.c:24: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte.h:25, from vte.c:31: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-table.lo -MD -MP -MF .deps/libvte_la-table.Tpo -c table.c -o libvte_la-table.o >/dev/null 2>&1 In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vteaccess.c:30: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ vteaccess.c: In function 'vte_terminal_accessible_finalize': vteaccess.c:881:11: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] (gpointer*)(gpointer)&widget); ^ vte.c: In function 'vte_terminal_pty_new': vte.c:3592:29: warning: variable 'pvt' set but not used [-Wunused-but-set-variable] VteTerminalPrivate *pvt; ^~~ vteaccess.c: In function 'vte_terminal_accessible_get_character_at_offset': vteaccess.c:1302:6: warning: variable 'mapped' set but not used [-Wunused-but-set-variable] int mapped; ^~~~~~ vteaccess.c: In function 'vte_terminal_accessible_get_character_extents': vteaccess.c:1443:2: warning: 'atk_component_get_position' is deprecated: Use 'atk_component_get_extents' instead [-Wdeprecated-declarations] atk_component_get_position (ATK_COMPONENT (text), &base_x, &base_y, coords); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/atk-1.0/atk/atk.h:27:0, from vteaccess.c:29: /usr/include/atk-1.0/atk/atkcomponent.h:186:23: note: declared here void atk_component_get_position (AtkComponent *component, ^~~~~~~~~~~~~~~~~~~~~~~~~~ vteaccess.c: In function 'vte_terminal_accessible_get_offset_at_point': vteaccess.c:1487:2: warning: 'atk_component_get_position' is deprecated: Use 'atk_component_get_extents' instead [-Wdeprecated-declarations] atk_component_get_position (ATK_COMPONENT (text), &base_x, &base_y, coords); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/atk-1.0/atk/atk.h:27:0, from vteaccess.c:29: /usr/include/atk-1.0/atk/atkcomponent.h:186:23: note: declared here void atk_component_get_position (AtkComponent *component, ^~~~~~~~~~~~~~~~~~~~~~~~~~ vteaccess.c: In function 'vte_terminal_accessible_get_extents': vteaccess.c:1701:2: warning: 'atk_component_get_position' is deprecated: Use 'atk_component_get_extents' instead [-Wdeprecated-declarations] atk_component_get_position(component, x, y, coord_type); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/atk-1.0/atk/atk.h:27:0, from vteaccess.c:29: /usr/include/atk-1.0/atk/atkcomponent.h:186:23: note: declared here void atk_component_get_position (AtkComponent *component, ^~~~~~~~~~~~~~~~~~~~~~~~~~ vteaccess.c:1702:2: warning: 'atk_component_get_size' is deprecated: Use 'atk_component_get_extents' instead [-Wdeprecated-declarations] atk_component_get_size(component, width, height); ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/atk-1.0/atk/atk.h:27:0, from vteaccess.c:29: /usr/include/atk-1.0/atk/atkcomponent.h:191:23: note: declared here void atk_component_get_size (AtkComponent *component, ^~~~~~~~~~~~~~~~~~~~~~ vte.c: In function 'vte_terminal_get_text_range_maybe_wrapped': libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-ring.lo -MD -MP -MF .deps/libvte_la-ring.Tpo -c ring.c -o libvte_la-ring.o >/dev/null 2>&1 vte.c:6298:13: warning: variable 'screen' set but not used [-Wunused-but-set-variable] VteScreen *screen; ^~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-trie.lo -MD -MP -MF .deps/libvte_la-trie.Tpo -c trie.c -o libvte_la-trie.o >/dev/null 2>&1 vte.c: In function 'vte_terminal_set_emulation': vte.c:8162:29: warning: variable 'pvt' set but not used [-Wunused-but-set-variable] VteTerminalPrivate *pvt; ^~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-pty.lo -MD -MP -MF .deps/libvte_la-pty.Tpo -c pty.c -o libvte_la-pty.o >/dev/null 2>&1 vte.c: In function 'vte_terminal_draw_cells': vte.c:10158:15: warning: variable 'ascent' set but not used [-Wunused-but-set-variable] int i, x, y, ascent; ^~~~~~ vte.c: In function 'vte_terminal_draw_rows': vte.c:10535:8: warning: variable 'delta' set but not used [-Wunused-but-set-variable] glong delta; ^~~~~ vte.c: In function 'vte_terminal_expand_region': vte.c:10859:13: warning: variable 'screen' set but not used [-Wunused-but-set-variable] VteScreen *screen; ^~~~~~ vte.c: In function 'vte_terminal_paint_im_preedit_string': vte.c:11099:30: warning: variable 'descent' set but not used [-Wunused-but-set-variable] long width, height, ascent, descent, delta; ^~~~~~~ vte.c:11099:22: warning: variable 'ascent' set but not used [-Wunused-but-set-variable] long width, height, ascent, descent, delta; ^~~~~~ vte.c:11098:11: warning: variable 'drow' set but not used [-Wunused-but-set-variable] int row, drow, col, columns; ^~~~ vte.c: In function 'vte_terminal_get_accessible': vte.c:11476:15: warning: variable 'terminal' set but not used [-Wunused-but-set-variable] VteTerminal *terminal; ^~~~~~~~ vte.c: In function 'vte_terminal_reset': vte.c:14106:16: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] sizeof(&pvt->selection_origin)); ^ vte.c:14108:16: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] sizeof(&pvt->selection_last)); ^ vte.c:14110:16: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] sizeof(&pvt->selection_start)); ^ vte.c:14112:16: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to remove the addressof? [-Wsizeof-pointer-memaccess] sizeof(&pvt->selection_end)); ^ mv -f .deps/libvte_la-keymap.Tpo .deps/libvte_la-keymap.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtebg.lo -MD -MP -MF .deps/libvte_la-vtebg.Tpo -c -o libvte_la-vtebg.lo `test -f 'vtebg.c' || echo './'`vtebg.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtebg.lo -MD -MP -MF .deps/libvte_la-vtebg.Tpo -c vtebg.c -fPIC -DPIC -o .libs/libvte_la-vtebg.o mv -f .deps/libvte_la-table.Tpo .deps/libvte_la-table.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteconv.lo -MD -MP -MF .deps/libvte_la-vteconv.Tpo -c -o libvte_la-vteconv.lo `test -f 'vteconv.c' || echo './'`vteconv.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-iso2022.lo -MD -MP -MF .deps/libvte_la-iso2022.Tpo -c iso2022.c -o libvte_la-iso2022.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteconv.lo -MD -MP -MF .deps/libvte_la-vteconv.Tpo -c vteconv.c -fPIC -DPIC -o .libs/libvte_la-vteconv.o mv -f .deps/libvte_la-trie.Tpo .deps/libvte_la-trie.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtedraw.lo -MD -MP -MF .deps/libvte_la-vtedraw.Tpo -c -o libvte_la-vtedraw.lo `test -f 'vtedraw.c' || echo './'`vtedraw.c In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vtebg.c:23: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtedraw.lo -MD -MP -MF .deps/libvte_la-vtedraw.Tpo -c vtedraw.c -fPIC -DPIC -o .libs/libvte_la-vtedraw.o vtebg.c: In function 'vte_bg_cache_item_free': vtebg.c:281:5: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] (gpointer*)(void*)&item->source_pixbuf); ^ vtebg.c: In function 'vte_bg_cache_add': vtebg.c:341:8: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] (gpointer*)(void*)&item->source_pixbuf); ^ mv -f .deps/libvte_la-ring.Tpo .deps/libvte_la-ring.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteregex.lo -MD -MP -MF .deps/libvte_la-vteregex.Tpo -c -o libvte_la-vteregex.lo `test -f 'vteregex.c' || echo './'`vteregex.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteregex.lo -MD -MP -MF .deps/libvte_la-vteregex.Tpo -c vteregex.c -fPIC -DPIC -o .libs/libvte_la-vteregex.o libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtebg.lo -MD -MP -MF .deps/libvte_la-vtebg.Tpo -c vtebg.c -o libvte_la-vtebg.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteregex.lo -MD -MP -MF .deps/libvte_la-vteregex.Tpo -c vteregex.c -o libvte_la-vteregex.o >/dev/null 2>&1 In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte.h:25, from vte-private.h:44, from vteconv.c:29: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vtedraw.c:24: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ vteconv.c: In function '_vte_conv': vteconv.c:232:22: warning: variable 'out_converted' set but not used [-Wunused-but-set-variable] gsize in_converted, out_converted; ^~~~~~~~~~~~~ vteconv.c:232:8: warning: variable 'in_converted' set but not used [-Wunused-but-set-variable] gsize in_converted, out_converted; ^~~~~~~~~~~~ mv -f .deps/libvte_la-pty.Tpo .deps/libvte_la-pty.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vterowdata.lo -MD -MP -MF .deps/libvte_la-vterowdata.Tpo -c -o libvte_la-vterowdata.lo `test -f 'vterowdata.c' || echo './'`vterowdata.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vterowdata.lo -MD -MP -MF .deps/libvte_la-vterowdata.Tpo -c vterowdata.c -fPIC -DPIC -o .libs/libvte_la-vterowdata.o mv -f .deps/libvte_la-vteregex.Tpo .deps/libvte_la-vteregex.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteseq.lo -MD -MP -MF .deps/libvte_la-vteseq.Tpo -c -o libvte_la-vteseq.lo `test -f 'vteseq.c' || echo './'`vteseq.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteaccess.lo -MD -MP -MF .deps/libvte_la-vteaccess.Tpo -c vteaccess.c -o libvte_la-vteaccess.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteseq.lo -MD -MP -MF .deps/libvte_la-vteseq.Tpo -c vteseq.c -fPIC -DPIC -o .libs/libvte_la-vteseq.o libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteconv.lo -MD -MP -MF .deps/libvte_la-vteconv.Tpo -c vteconv.c -o libvte_la-vteconv.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vterowdata.lo -MD -MP -MF .deps/libvte_la-vterowdata.Tpo -c vterowdata.c -o libvte_la-vterowdata.o >/dev/null 2>&1 mv -f .deps/libvte_la-vtebg.Tpo .deps/libvte_la-vtebg.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtestream.lo -MD -MP -MF .deps/libvte_la-vtestream.Tpo -c -o libvte_la-vtestream.lo `test -f 'vtestream.c' || echo './'`vtestream.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtestream.lo -MD -MP -MF .deps/libvte_la-vtestream.Tpo -c vtestream.c -fPIC -DPIC -o .libs/libvte_la-vtestream.o In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte.h:25, from vteseq.c:29: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ mv -f .deps/libvte_la-vterowdata.Tpo .deps/libvte_la-vterowdata.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetc.lo -MD -MP -MF .deps/libvte_la-vtetc.Tpo -c -o libvte_la-vtetc.lo `test -f 'vtetc.c' || echo './'`vtetc.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtedraw.lo -MD -MP -MF .deps/libvte_la-vtedraw.Tpo -c vtedraw.c -o libvte_la-vtedraw.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetc.lo -MD -MP -MF .deps/libvte_la-vtetc.Tpo -c vtetc.c -fPIC -DPIC -o .libs/libvte_la-vtetc.o vteseq.c: In function 'vte_sequence_handler_set_title_internal': vteseq.c:428:2: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_offset': vteseq.c:523:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_multiple_limited': vteseq.c:545:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_al': vteseq.c:939:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_ch': vteseq.c:1139:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_cm': vteseq.c:1176:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] row = g_value_array_get_nth(params, 0); ^~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:1188:4: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] col = g_value_array_get_nth(params, 1); ^~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_cs': vteseq.c:1224:2: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:1228:2: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 1); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_cS': vteseq.c:1268:2: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 1); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:1272:2: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 2); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_cv': vteseq.c:1340:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_dl': vteseq.c:1418:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_ec': vteseq.c:1499:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_scroll_down': vteseq.c:1811:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_change_color': vteseq.c:1831:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth (params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_scroll_up': vteseq.c:1885:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_tab_clear': vteseq.c:2131:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_up': vteseq.c:2200:14: warning: variable 'end' set but not used [-Wunused-but-set-variable] long start, end; ^~~ vteseq.c: In function 'vte_sequence_handler_character_attributes': vteseq.c:2277:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:2346:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value1 = g_value_array_get_nth(params, i + 1); ^~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:2347:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value2 = g_value_array_get_nth(params, i + 2); ^~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:2379:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value1 = g_value_array_get_nth(params, i + 1); ^~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:2380:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value2 = g_value_array_get_nth(params, i + 2); ^~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_cursor_character_absolute': vteseq.c:2444:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_set_scrolling_region_from_start': vteseq.c:2547:2: warning: 'g_value_array_insert' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_insert (params, 0, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:84:14: note: declared here GValueArray* g_value_array_insert (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_set_scrolling_region_to_end': vteseq.c:2560:2: warning: 'g_value_array_insert' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_insert (params, 1, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:84:14: note: declared here GValueArray* g_value_array_insert (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_set_mode': vteseq.c:2605:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_reset_mode': vteseq.c:2625:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_decset': vteseq.c:2645:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_decreset': vteseq.c:2665:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_erase_in_display': vteseq.c:2692:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_erase_in_line': vteseq.c:2733:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_insert_lines': vteseq.c:2787:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_delete_lines': vteseq.c:2828:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_device_status_report': vteseq.c:2883:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_dec_device_status_report': vteseq.c:2919:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_restore_mode': vteseq.c:2965:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_save_mode': vteseq.c:2985:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c: In function 'vte_sequence_handler_window_manipulation': vteseq.c:3061:4: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i + 1); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:3067:4: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i + 2); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:3072:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(params, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vteseq.c:3046:13: warning: variable 'screen' set but not used [-Wunused-but-set-variable] VteScreen *screen; ^~~~~~ vteseq.c: In function 'vte_sequence_handler_change_cursor_color': vteseq.c:3281:3: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth (params, 0); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from vte.h:23, from vteseq.c:29: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ vtetc.c: In function '_vte_termcap_new': vtetc.c:516:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c:519:5: warning: 'g_cache_new' is deprecated [-Wdeprecated-declarations] _vte_termcap_cache = g_cache_new((GCacheNewFunc) _vte_termcap_create, ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gcache.h:47:10: note: declared here GCache* g_cache_new (GCacheNewFunc value_new_func, ^~~~~~~~~~~ vtetc.c:525:3: warning: 'g_cache_insert' is deprecated [-Wdeprecated-declarations] result = g_cache_insert (_vte_termcap_cache, (gpointer) filename); ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gcache.h:57:10: note: declared here gpointer g_cache_insert (GCache *cache, ^~~~~~~~~~~~~~ vtetc.c:527:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c: In function '_vte_termcap_free': vtetc.c:535:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c:536:3: warning: 'g_cache_remove' is deprecated [-Wdeprecated-declarations] g_cache_remove (_vte_termcap_cache, termcap); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gcache.h:60:10: note: declared here void g_cache_remove (GCache *cache, ^~~~~~~~~~~~~~ vtetc.c:537:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c: In function '_vte_termcap_unescape_string': vtetc.c:243:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (*string >= 'A' && *string <= 'Z') ^ vtetc.c:253:7: note: here default: ^~~~~~~ vtetc.c: In function '_vte_termcap_parse_file': vtetc.c:451:15: warning: this statement may fall through [-Wimplicit-fallthrough=] while (contents != end && *contents != '\n') ^ vtetc.c:455:7: note: here case ' ': ^~~~ mv -f .deps/libvte_la-vteconv.Tpo .deps/libvte_la-vteconv.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetree.lo -MD -MP -MF .deps/libvte_la-vtetree.Tpo -c -o libvte_la-vtetree.lo `test -f 'vtetree.c' || echo './'`vtetree.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetree.lo -MD -MP -MF .deps/libvte_la-vtetree.Tpo -c vtetree.c -fPIC -DPIC -o .libs/libvte_la-vtetree.o libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetc.lo -MD -MP -MF .deps/libvte_la-vtetc.Tpo -c vtetc.c -o libvte_la-vtetc.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtestream.lo -MD -MP -MF .deps/libvte_la-vtestream.Tpo -c vtestream.c -o libvte_la-vtestream.o >/dev/null 2>&1 libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetree.lo -MD -MP -MF .deps/libvte_la-vtetree.Tpo -c vtetree.c -o libvte_la-vtetree.o >/dev/null 2>&1 mv -f .deps/libvte_la-vtetree.Tpo .deps/libvte_la-vtetree.Plo mv -f .deps/libvte_la-iso2022.Tpo .deps/libvte_la-iso2022.Plo /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetypebuiltins.lo -MD -MP -MF .deps/libvte_la-vtetypebuiltins.Tpo -c -o libvte_la-vtetypebuiltins.lo `test -f 'vtetypebuiltins.c' || echo './'`vtetypebuiltins.c /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR='"/usr/share"' -DLIBEXECDIR='"/usr/lib/vte-0.0"' -DLOCALEDIR='"/usr/share/locale"' -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteunistr.lo -MD -MP -MF .deps/libvte_la-vteunistr.Tpo -c -o libvte_la-vteunistr.lo `test -f 'vteunistr.c' || echo './'`vteunistr.c vte.c: In function 'vte_terminal_get_text_range_maybe_wrapped.isra.15': vte.c:6382:11: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations] while ((pcell = _vte_row_data_get (row_data, col))) { ^ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetypebuiltins.lo -MD -MP -MF .deps/libvte_la-vtetypebuiltins.Tpo -c vtetypebuiltins.c -fPIC -DPIC -o .libs/libvte_la-vtetypebuiltins.o libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteunistr.lo -MD -MP -MF .deps/libvte_la-vteunistr.Tpo -c vteunistr.c -fPIC -DPIC -o .libs/libvte_la-vteunistr.o mv -f .deps/libvte_la-vtetc.Tpo .deps/libvte_la-vtetc.Plo i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT vte-vteapp.o -MD -MP -MF .deps/vte-vteapp.Tpo -c -o vte-vteapp.o `test -f 'vteapp.c' || echo './'`vteapp.c mv -f .deps/libvte_la-vtestream.Tpo .deps/libvte_la-vtestream.Plo i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-caps.o -MD -MP -MF .deps/interpret-caps.Tpo -c -o interpret-caps.o `test -f 'caps.c' || echo './'`caps.c vte.c: In function 'vte_terminal_draw_rows.isra.14': vte.c:10673:8: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations] if (cell == NULL) { ^ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteunistr.lo -MD -MP -MF .deps/libvte_la-vteunistr.Tpo -c vteunistr.c -o libvte_la-vteunistr.o >/dev/null 2>&1 mv -f .deps/libvte_la-vtedraw.Tpo .deps/libvte_la-vtedraw.Plo i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-debug.o -MD -MP -MF .deps/interpret-debug.Tpo -c -o interpret-debug.o `test -f 'debug.c' || echo './'`debug.c mv -f .deps/interpret-caps.Tpo .deps/interpret-caps.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-iso2022.o -MD -MP -MF .deps/interpret-iso2022.Tpo -c -o interpret-iso2022.o `test -f 'iso2022.c' || echo './'`iso2022.c In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte.h:25, from vtetypebuiltins.c:4: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ mv -f .deps/interpret-debug.Tpo .deps/interpret-debug.Po mv -f .deps/libvte_la-vteunistr.Tpo .deps/libvte_la-vteunistr.Plo i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-matcher.o -MD -MP -MF .deps/interpret-matcher.Tpo -c -o interpret-matcher.o `test -f 'matcher.c' || echo './'`matcher.c i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-table.o -MD -MP -MF .deps/interpret-table.Tpo -c -o interpret-table.o `test -f 'table.c' || echo './'`table.c In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vteapp.c:29: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ vteapp.c: In function 'icon_title_changed': vteapp.c:57:13: warning: variable 'window' set but not used [-Wunused-but-set-variable] GtkWindow *window; ^~~~~~ vteapp.c: In function 'char_size_changed': vteapp.c:71:15: warning: variable 'terminal' set but not used [-Wunused-but-set-variable] VteTerminal *terminal; ^~~~~~~~ vteapp.c: In function 'take_xconsole_ownership': vteapp.c:434:4: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] {"UTF8_STRING", 0, 0}, ^~~~~~~~~~~~~ vteapp.c:435:4: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] {"COMPOUND_TEXT", 0, 0}, ^~~~~~~~~~~~~~~ vteapp.c:436:4: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] {"TEXT", 0, 0}, ^~~~~~ vteapp.c:437:4: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] {"STRING", 0, 0}, ^~~~~~~~ vteapp.c: In function 'main': vteapp.c:738:4: warning: 'g_mem_set_vtable' is deprecated [-Wdeprecated-declarations] g_mem_set_vtable(glib_mem_profiler_table); ^~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/glist.h:32:0, from /usr/include/glib-2.0/glib/ghash.h:33, from /usr/include/glib-2.0/glib.h:50, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from vteapp.c:29: /usr/include/glib-2.0/glib/gmem.h:357:7: note: declared here void g_mem_set_vtable (GMemVTable *vtable); ^~~~~~~~~~~~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vtetypebuiltins.lo -MD -MP -MF .deps/libvte_la-vtetypebuiltins.Tpo -c vtetypebuiltins.c -o libvte_la-vtetypebuiltins.o >/dev/null 2>&1 vteapp.c:923:2: warning: 'vte_terminal_set_font_from_string_full' is deprecated [-Wdeprecated-declarations] vte_terminal_set_font_from_string_full(terminal, font, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from vte.h:529:0, from vteapp.c:34: vtedeprecated.h:79:6: note: declared here void vte_terminal_set_font_from_string_full(VteTerminal *terminal, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vteapp.c:1031:4: warning: 'vte_terminal_forkpty' is deprecated [-Wdeprecated-declarations] i = vte_terminal_forkpty(terminal, ^ In file included from vte.h:529:0, from vteapp.c:34: vtedeprecated.h:88:7: note: declared here pid_t vte_terminal_forkpty(VteTerminal *terminal, ^~~~~~~~~~~~~~~~~~~~ mv -f .deps/libvte_la-vteaccess.Tpo .deps/libvte_la-vteaccess.Plo i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-trie.o -MD -MP -MF .deps/interpret-trie.Tpo -c -o interpret-trie.o `test -f 'trie.c' || echo './'`trie.c matcher.c: In function '_vte_matcher_destroy': matcher.c:158:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_free (matcher->free_params); ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from matcher.c:23: /usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here void g_value_array_free (GValueArray *value_array); ^~~~~~~~~~~~~~~~~~ matcher.c: In function '_vte_matcher_new': matcher.c:170:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c:177:3: warning: 'g_cache_new' is deprecated [-Wdeprecated-declarations] _vte_matcher_cache = g_cache_new(_vte_matcher_create, ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gcache.h:47:10: note: declared here GCache* g_cache_new (GCacheNewFunc value_new_func, ^~~~~~~~~~~ matcher.c:183:2: warning: 'g_cache_insert' is deprecated [-Wdeprecated-declarations] ret = g_cache_insert(_vte_matcher_cache, (gpointer) emulation); ^~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gcache.h:57:10: note: declared here gpointer g_cache_insert (GCache *cache, ^~~~~~~~~~~~~~ matcher.c:191:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c: In function '_vte_matcher_free': matcher.c:200:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c:201:2: warning: 'g_cache_remove' is deprecated [-Wdeprecated-declarations] g_cache_remove(_vte_matcher_cache, matcher); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gcache.h:60:10: note: declared here void g_cache_remove (GCache *cache, ^~~~~~~~~~~~~~ matcher.c:202:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_vte_matcher_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:23, from matcher.c:23: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matcher.c: In function '_vte_matcher_free_params_array': matcher.c:242:3: warning: 'g_value_array_free' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_free (params); ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from matcher.c:23: /usr/include/glib-2.0/gobject/gvaluearray.h:70:7: note: declared here void g_value_array_free (GValueArray *value_array); ^~~~~~~~~~~~~~~~~~ table.c: In function '_vte_table_extract_numbers': table.c:551:4: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] *array = g_value_array_new(1); ^ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ table.c:554:3: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(*array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ table.c: In function '_vte_table_extract_string': table.c:576:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] *array = g_value_array_new(1); ^ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ table.c:578:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(*array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ table.c: In function '_vte_table_extract_char': table.c:592:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] *array = g_value_array_new(1); ^ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ table.c:594:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(*array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from table.c:27: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ mv -f .deps/interpret-matcher.Tpo .deps/interpret-matcher.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-vteconv.o -MD -MP -MF .deps/interpret-vteconv.Tpo -c -o interpret-vteconv.o `test -f 'vteconv.c' || echo './'`vteconv.c trie.c: In function 'char_class_digit_extract': trie.c:171:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function 'char_class_multi_extract': trie.c:214:4: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c:222:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function 'char_class_any_extract': trie.c:248:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function 'char_class_string_extract': trie.c:321:2: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, &value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function '_vte_trie_matchx': trie.c:581:5: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] tmparray = g_value_array_new(0); ^~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ trie.c:648:4: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] GValue *value = g_value_array_get_nth(bestarray, i); ^~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ trie.c:649:4: warning: 'g_value_array_append' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] g_value_array_append(array, value); ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:80:14: note: declared here GValueArray* g_value_array_append (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~ trie.c: In function '_vte_trie_match': trie.c:686:3: warning: 'g_value_array_new' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] valuearray = g_value_array_new(0); ^~~~~~~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:67:14: note: declared here GValueArray* g_value_array_new (guint n_prealloced); ^~~~~~~~~~~~~~~~~ trie.c:704:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(valuearray, i); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from trie.c:33: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from iso2022.c:38: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ mv -f .deps/libvte_la-vtetypebuiltins.Tpo .deps/libvte_la-vtetypebuiltins.Plo i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-vtetc.o -MD -MP -MF .deps/interpret-vtetc.Tpo -c -o interpret-vtetc.o `test -f 'vtetc.c' || echo './'`vtetc.c mv -f .deps/interpret-table.Tpo .deps/interpret-table.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-vtetree.o -MD -MP -MF .deps/interpret-vtetree.Tpo -c -o interpret-vtetree.o `test -f 'vtetree.c' || echo './'`vtetree.c vtetc.c: In function '_vte_termcap_new': vtetc.c:516:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c:519:5: warning: 'g_cache_new' is deprecated [-Wdeprecated-declarations] _vte_termcap_cache = g_cache_new((GCacheNewFunc) _vte_termcap_create, ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gcache.h:47:10: note: declared here GCache* g_cache_new (GCacheNewFunc value_new_func, ^~~~~~~~~~~ vtetc.c:525:3: warning: 'g_cache_insert' is deprecated [-Wdeprecated-declarations] result = g_cache_insert (_vte_termcap_cache, (gpointer) filename); ^~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gcache.h:57:10: note: declared here gpointer g_cache_insert (GCache *cache, ^~~~~~~~~~~~~~ vtetc.c:527:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c: In function '_vte_termcap_free': vtetc.c:535:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c:536:3: warning: 'g_cache_remove' is deprecated [-Wdeprecated-declarations] g_cache_remove (_vte_termcap_cache, termcap); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:104:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gcache.h:60:10: note: declared here void g_cache_remove (GCache *cache, ^~~~~~~~~~~~~~ vtetc.c:537:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&_vte_termcap_mutex); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:108:0, from vtetc.c:22: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vtetc.c: In function '_vte_termcap_unescape_string': vtetc.c:243:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (*string >= 'A' && *string <= 'Z') ^ vtetc.c:253:7: note: here default: ^~~~~~~ vtetc.c: In function '_vte_termcap_parse_file': vtetc.c:451:15: warning: this statement may fall through [-Wimplicit-fallthrough=] while (contents != end && *contents != '\n') ^ vtetc.c:455:7: note: here case ' ': ^~~~ mv -f .deps/interpret-trie.Tpo .deps/interpret-trie.Po mv -f .deps/interpret-vtetree.Tpo .deps/interpret-vtetree.Po In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte.h:25, from vte-private.h:44, from vteconv.c:29: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DINTERPRET_MAIN -DTERMCAPDIR='"/usr/share/vte/termcap-0.0"' -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT interpret-interpret.o -MD -MP -MF .deps/interpret-interpret.Tpo -c -o interpret-interpret.o `test -f 'interpret.c' || echo './'`interpret.c i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT slowcat.o -MD -MP -MF .deps/slowcat.Tpo -c -o slowcat.o slowcat.c vteconv.c: In function '_vte_conv': vteconv.c:232:22: warning: variable 'out_converted' set but not used [-Wunused-but-set-variable] gsize in_converted, out_converted; ^~~~~~~~~~~~~ vteconv.c:232:8: warning: variable 'in_converted' set but not used [-Wunused-but-set-variable] gsize in_converted, out_converted; ^~~~~~~~~~~~ mv -f .deps/vte-vteapp.Tpo .deps/vte-vteapp.Po slowcat.c: In function 'catfile': slowcat.c:65:8: warning: variable 'bytes' set but not used [-Wunused-but-set-variable] int bytes; ^~~~~ interpret.c: In function 'main': interpret.c:73:2: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] g_type_init(); ^~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from interpret.c:31: /usr/include/glib-2.0/gobject/gtype.h:686:23: note: declared here void g_type_init (void); ^~~~~~~~~~~ mv -f .deps/interpret-vtetc.Tpo .deps/interpret-vtetc.Po interpret.c:140:5: warning: 'g_value_array_get_nth' is deprecated: Use 'GArray' instead [-Wdeprecated-declarations] value = g_value_array_get_nth(values, j); ^~~~~ In file included from /usr/include/glib-2.0/glib-object.h:35:0, from interpret.c:31: /usr/include/glib-2.0/gobject/gvaluearray.h:63:10: note: declared here GValue* g_value_array_get_nth (GValueArray *value_array, ^~~~~~~~~~~~~~~~~~~~~ mv -f .deps/interpret-vteconv.Tpo .deps/interpret-vteconv.Po mv -f .deps/slowcat.Tpo .deps/slowcat.Po /bin/sh ../libtool --tag=CC --mode=link i686-tld-linux-gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o slowcat slowcat.o -lgobject-2.0 -lglib-2.0 -lncurses -lm mv -f .deps/interpret-interpret.Tpo .deps/interpret-interpret.Po libtool: link: i686-tld-linux-gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o slowcat slowcat.o /usr/lib/libgobject-2.0.so /usr/lib/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so -lpthread -lncurses -lm -pthread libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vteseq.lo -MD -MP -MF .deps/libvte_la-vteseq.Tpo -c vteseq.c -o libvte_la-vteseq.o >/dev/null 2>&1 In file included from /usr/lib/glib-2.0/include/glibconfig.h:9:0, from /usr/include/glib-2.0/glib/gtypes.h:32, from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from vte.h:22, from vte.c:31: vte.c: In function '_vte_terminal_cleanup_tab_fragments_at_cursor': /usr/include/glib-2.0/glib/gmacros.h:370:7: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations] if (expr) \ ^ /usr/include/glib-2.0/glib/gmacros.h:377:45: note: in expansion of macro '_G_BOOLEAN_EXPR' #define G_UNLIKELY(expr) (__builtin_expect (_G_BOOLEAN_EXPR((expr)), 0)) ^~~~~~~~~~~~~~~ vte.c:3128:8: note: in expansion of macro 'G_UNLIKELY' if (G_UNLIKELY (!cell)) ^~~~~~~~~~ vte.c: In function '_vte_terminal_insert_char': vte.c:3373:9: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations] while (cell != NULL && cell->attr.fragment) { ^ vte.c:3323:9: warning: missed loop optimization, the loop counter may overflow [-Wunsafe-loop-optimizations] while (cell && cell->attr.fragment && col > 0) ^ mv -f .deps/interpret-iso2022.Tpo .deps/interpret-iso2022.Po /bin/sh ../libtool --tag=CC --mode=link i686-tld-linux-gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o interpret interpret-caps.o interpret-debug.o interpret-iso2022.o interpret-matcher.o interpret-table.o interpret-trie.o interpret-vteconv.o interpret-vtetc.o interpret-vtetree.o interpret-interpret.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lncurses -lm libtool: link: i686-tld-linux-gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o interpret interpret-caps.o interpret-debug.o interpret-iso2022.o interpret-matcher.o interpret-table.o interpret-trie.o interpret-vteconv.o interpret-vtetc.o interpret-vtetree.o interpret-interpret.o -lgtk-x11-2.0 -lgdk-x11-2.0 /usr/lib/libpangocairo-1.0.so -L/usr/lib /usr/lib/libXinerama.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXcursor.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXfixes.so -latk-1.0 /usr/lib/libcairo.so /usr/lib/libpixman-1.so /usr/lib/libxcb-shm.so /usr/lib/libxcb-render.so /usr/lib/libXrender.so /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -lrt -lgdk_pixbuf-2.0 /usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so -ldl -lselinux -lresolv -lmount /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libthai.so /usr/lib/libdatrie.so /usr/lib/libgobject-2.0.so /usr/lib/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so -lpthread /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libbz2.so /usr/lib/libpng16.so -lz -lharfbuzz -lncurses -lm -pthread mv -f .deps/libvte_la-vteseq.Tpo .deps/libvte_la-vteseq.Plo libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Vte-0.0\" -DDATADIR=\"/usr/share\" -DLIBEXECDIR=\"/usr/lib/vte-0.0\" -DLOCALEDIR=\"/usr/share/locale\" -DTERMCAPDIR=\"/usr/share/vte/termcap-0.0\" -DVTE_COMPILATION -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT libvte_la-vte.lo -MD -MP -MF .deps/libvte_la-vte.Tpo -c vte.c -o libvte_la-vte.o >/dev/null 2>&1 mv -f .deps/libvte_la-vte.Tpo .deps/libvte_la-vte.Plo /bin/sh ../libtool --tag=CC --mode=link i686-tld-linux-gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,-Bsymbolic-functions -version-info 2809:2:2800 -export-symbols-regex "^vte_terminal_.*|^vte_pty_.*|^vte_get_.*|^_vte_pty_.*|^vte_reaper_.*|_vte_debug_.*" -as-needed -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o libvte.la -rpath /usr/lib libvte_la-caps.lo libvte_la-debug.lo libvte_la-iso2022.lo libvte_la-keymap.lo libvte_la-marshal.lo libvte_la-matcher.lo libvte_la-pty.lo libvte_la-reaper.lo libvte_la-ring.lo libvte_la-table.lo libvte_la-trie.lo libvte_la-vte.lo libvte_la-vteaccess.lo libvte_la-vtebg.lo libvte_la-vteconv.lo libvte_la-vtedraw.lo libvte_la-vteregex.lo libvte_la-vterowdata.lo libvte_la-vteseq.lo libvte_la-vtestream.lo libvte_la-vtetc.lo libvte_la-vtetree.lo libvte_la-vtetypebuiltins.lo libvte_la-vteunistr.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -lncurses -lm libtool: link: /usr/bin/nm -B .libs/libvte_la-caps.o .libs/libvte_la-debug.o .libs/libvte_la-iso2022.o .libs/libvte_la-keymap.o .libs/libvte_la-marshal.o .libs/libvte_la-matcher.o .libs/libvte_la-pty.o .libs/libvte_la-reaper.o .libs/libvte_la-ring.o .libs/libvte_la-table.o .libs/libvte_la-trie.o .libs/libvte_la-vte.o .libs/libvte_la-vteaccess.o .libs/libvte_la-vtebg.o .libs/libvte_la-vteconv.o .libs/libvte_la-vtedraw.o .libs/libvte_la-vteregex.o .libs/libvte_la-vterowdata.o .libs/libvte_la-vteseq.o .libs/libvte_la-vtestream.o .libs/libvte_la-vtetc.o .libs/libvte_la-vtetree.o .libs/libvte_la-vtetypebuiltins.o .libs/libvte_la-vteunistr.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libvte.exp libtool: link: /bin/grep -E -e "^vte_terminal_.*|^vte_pty_.*|^vte_get_.*|^_vte_pty_.*|^vte_reaper_.*|_vte_debug_.*" ".libs/libvte.exp" > ".libs/libvte.expT" libtool: link: mv -f ".libs/libvte.expT" ".libs/libvte.exp" libtool: link: echo "{ global:" > .libs/libvte.ver libtool: link: cat .libs/libvte.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libvte.ver libtool: link: echo "local: *; };" >> .libs/libvte.ver libtool: link: i686-tld-linux-gcc -shared .libs/libvte_la-caps.o .libs/libvte_la-debug.o .libs/libvte_la-iso2022.o .libs/libvte_la-keymap.o .libs/libvte_la-marshal.o .libs/libvte_la-matcher.o .libs/libvte_la-pty.o .libs/libvte_la-reaper.o .libs/libvte_la-ring.o .libs/libvte_la-table.o .libs/libvte_la-trie.o .libs/libvte_la-vte.o .libs/libvte_la-vteaccess.o .libs/libvte_la-vtebg.o .libs/libvte_la-vteconv.o .libs/libvte_la-vtedraw.o .libs/libvte_la-vteregex.o .libs/libvte_la-vterowdata.o .libs/libvte_la-vteseq.o .libs/libvte_la-vtestream.o .libs/libvte_la-vtetc.o .libs/libvte_la-vtetree.o .libs/libvte_la-vtetypebuiltins.o .libs/libvte_la-vteunistr.o -lgtk-x11-2.0 -lgdk-x11-2.0 /usr/lib/libpangocairo-1.0.so -L/usr/lib /usr/lib/libXinerama.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXcursor.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXfixes.so -latk-1.0 -lgdk_pixbuf-2.0 /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libthai.so /usr/lib/libdatrie.so /usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so -lselinux -lresolv -lmount /usr/lib/libgobject-2.0.so /usr/lib/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so /usr/lib/libcairo.so -lpthread /usr/lib/libpixman-1.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libbz2.so -lharfbuzz /usr/lib/libpng16.so /usr/lib/libxcb-shm.so /usr/lib/libxcb-render.so /usr/lib/libXrender.so -lz -lrt /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lncurses -lm -pthread -march=i686 -mtune=pentium4 -Wl,-Bsymbolic-functions -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -pthread -Wl,-soname -Wl,libvte.so.9 -Wl,-version-script -Wl,.libs/libvte.ver -o .libs/libvte.so.9.2800.2 libtool: link: (cd ".libs" && rm -f "libvte.so.9" && ln -s "libvte.so.9.2800.2" "libvte.so.9") libtool: link: (cd ".libs" && rm -f "libvte.so" && ln -s "libvte.so.9.2800.2" "libvte.so") libtool: link: ar cru .libs/libvte.a libvte_la-caps.o libvte_la-debug.o libvte_la-iso2022.o libvte_la-keymap.o libvte_la-marshal.o libvte_la-matcher.o libvte_la-pty.o libvte_la-reaper.o libvte_la-ring.o libvte_la-table.o libvte_la-trie.o libvte_la-vte.o libvte_la-vteaccess.o libvte_la-vtebg.o libvte_la-vteconv.o libvte_la-vtedraw.o libvte_la-vteregex.o libvte_la-vterowdata.o libvte_la-vteseq.o libvte_la-vtestream.o libvte_la-vtetc.o libvte_la-vtetree.o libvte_la-vtetypebuiltins.o libvte_la-vteunistr.o libtool: link: ranlib .libs/libvte.a libtool: link: ( cd ".libs" && rm -f "libvte.la" && ln -s "../libvte.la" "libvte.la" ) /bin/sh ../libtool --tag=CC --mode=link i686-tld-linux-gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o vte vte-vteapp.o libvte.la -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -lncurses -lm CPPFLAGS="" CFLAGS="-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum" LDFLAGS="-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc " CC="i686-tld-linux-gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="" /usr/bin/g-ir-scanner --add-include-path=. --warn-all --namespace=Vte --nsversion=0.0 --libtool="/bin/sh ../libtool" --include=Pango-1.0 --include=Gdk-2.0 --include=Gtk-2.0 --library=libvte.la --cflags-begin -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -DVTE_COMPILATION -I.. --cflags-end vte.c vte.h vtepty.h pty.c vtetypebuiltins.c vtetypebuiltins.h libvte.la --output Vte-0.0.gir libtool: link: i686-tld-linux-gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o .libs/vte vte-vteapp.o ./.libs/libvte.so -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 /usr/lib/libpangocairo-1.0.so /usr/lib/libXinerama.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXcursor.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXfixes.so -latk-1.0 -lgdk_pixbuf-2.0 /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libthai.so /usr/lib/libdatrie.so /usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so -lselinux -lresolv -lmount /usr/lib/libgobject-2.0.so /usr/lib/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so /usr/lib/libcairo.so -lpthread /usr/lib/libpixman-1.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libbz2.so -lharfbuzz /usr/lib/libpng16.so /usr/lib/libxcb-shm.so /usr/lib/libxcb-render.so /usr/lib/libXrender.so -lz -lrt /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lncurses -lm -pthread /usr/lib/gcc/i686-tld-linux/7.2.0/include/stddef.h:435: syntax error, unexpected identifier in ' __float128 __max_align_f128 __attribute__((__aligned__(__alignof(__float128))));' at '__float128' vte.c:3683: Warning: Vte: unknown annotation: tranfer pty.c:619: Warning: Vte: missing ":" at column 24: * @error: (allow-none); return location to store a #GError, or %NULL ^ :: Warning: Vte: Unknown namespace for identifier 'vte_char_attributes' /tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/Vte-0.0.c: In function 'invoke_get_type': /tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/Vte-0.0.c:90:3: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] if (!g_module_symbol (self, symbol, (void**)&sym)) ^~ /tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/Vte-0.0.c: In function 'invoke_error_quark': /tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/Vte-0.0.c:115:3: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] if (!g_module_symbol (self, symbol, (void**)&sym)) ^~ g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC i686-tld-linux-gcc -o /tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/Vte-0.0 -export-dynamic -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum tmp-introspect5xlfrD/tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/Vte-0.0.o -L. libvte.la -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc libtool: link: i686-tld-linux-gcc -o /tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/.libs/Vte-0.0 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum tmp-introspect5xlfrD/tmp/B._5RsbL/BUILD/vte-0.28.2/src/tmp-introspect5xlfrD/Vte-0.0.o -Wl,--export-dynamic -pthread -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -Wl,--export-dynamic -L/tmp/B._5RsbL/BUILD/vte-0.28.2/src ./.libs/libvte.so -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 /usr/lib/libpangocairo-1.0.so /usr/lib/libXinerama.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXcursor.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXfixes.so -latk-1.0 -lgdk_pixbuf-2.0 /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libthai.so /usr/lib/libdatrie.so /usr/lib/libcairo.so /usr/lib/libpixman-1.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libbz2.so -lharfbuzz /usr/lib/libpng16.so /usr/lib/libxcb-shm.so /usr/lib/libxcb-render.so /usr/lib/libXrender.so -lrt /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -lncurses -lm /usr/lib/libgio-2.0.so -lz -lselinux -lresolv -lmount /usr/lib/libgobject-2.0.so /usr/lib/libffi.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so /usr/lib/libpcre.so -lpthread -pthread pty.c:1767: Warning: Vte: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types pty.c:1798: Warning: Vte: invalid "transfer" annotation for gint: only valid for array, struct, union, boxed, object and interface types vte.c:6450: Warning: Vte: vte_terminal_get_text: argument is_selected: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async) vte.c:6480: Warning: Vte: vte_terminal_get_text_include_trailing_spaces: argument is_selected: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async) vte.c:6247: Warning: Vte: vte_terminal_get_text_range: argument is_selected: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async) /usr/bin/g-ir-compiler --includedir=. --includedir=. Vte-0.0.gir -o Vte-0.0.typelib make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' Making all in termcaps make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/termcaps' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/termcaps' Making all in po make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/po' file=`echo am | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file am.po file=`echo ang | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ang.po file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ar.po file=`echo as | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file as.po file=`echo ast | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ast.po file=`echo az | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file az.po file=`echo be | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file be.po file=`echo be@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file be@latin.po file=`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bg.po file=`echo bn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bn.po file=`echo bn_IN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bn_IN.po file=`echo bs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bs.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca.po file=`echo ca@valencia | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file cs.po file=`echo cy | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file cy.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po file=`echo dz | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file dz.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file el.po file=`echo en_CA | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po file=`echo en@shaw | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file en@shaw.po file=`echo eo | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file eo.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file es.po file=`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file et.po file=`echo eu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file eu.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo ga | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ga.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file gl.po file=`echo gu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file gu.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file he.po file=`echo hi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hi.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hr.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hu.po file=`echo id | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file id.po file=`echo is | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file is.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ja.po file=`echo ka | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ka.po file=`echo kn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file kn.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ko.po file=`echo ku | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ku.po file=`echo ky | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ky.po file=`echo li | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file li.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lt.po file=`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lv.po file=`echo mai | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file mai.po file=`echo mi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file mi.po file=`echo mk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file mk.po file=`echo ml | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ml.po file=`echo mn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file mn.po file=`echo mr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file mr.po file=`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ms.po file=`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nb.po file=`echo nds | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nds.po file=`echo ne | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ne.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nl.po file=`echo nn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nn.po file=`echo oc | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file oc.po file=`echo or | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file or.po file=`echo pa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pa.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ru.po file=`echo rw | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file rw.po file=`echo si | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file si.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sk.po file=`echo sl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sl.po file=`echo sq | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sq.po file=`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sr.po file=`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv.po file=`echo ta | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ta.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file te.po file=`echo th | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file th.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file tr.po file=`echo ug | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ug.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file uk.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file vi.po file=`echo wa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file wa.po file=`echo xh | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file xh.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po file=`echo zh_HK | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/po' Making all in doc make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' Making all in reference make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/reference' gtk-doc: Scanning header files In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from vte-scan.c:10: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ gtk-doc: Building XML ./vte.args:7: warning: Property VtePty:fd has no documentation. ./vte.args:17: warning: Property VtePty:flags has no documentation. ./vte.args:27: warning: Property VtePty:term has no documentation. ./vte.args:37: warning: Property VteTerminal:allow-bold has no documentation. ./vte.args:47: warning: Property VteTerminal:audible-bell has no documentation. ./vte.args:57: warning: Property VteTerminal:background-image-file has no documentation. ./vte.args:67: warning: Property VteTerminal:background-image-pixbuf has no documentation. ./vte.args:77: warning: Property VteTerminal:background-opacity has no documentation. ./vte.args:87: warning: Property VteTerminal:background-saturation has no documentation. ./vte.args:97: warning: Property VteTerminal:background-tint-color has no documentation. ./vte.args:107: warning: Property VteTerminal:background-transparent has no documentation. ./vte.args:117: warning: Property VteTerminal:backspace-binding has no documentation. ./vte.args:127: warning: Property VteTerminal:cursor-blink-mode has no documentation. ./vte.args:137: warning: Property VteTerminal:cursor-shape has no documentation. ./vte.args:147: warning: Property VteTerminal:delete-binding has no documentation. ./vte.args:157: warning: Property VteTerminal:emulation has no documentation. ./vte.args:167: warning: Property VteTerminal:encoding has no documentation. ./vte.args:177: warning: Property VteTerminal:font-desc has no documentation. ./vte.args:187: warning: Property VteTerminal:icon-title has no documentation. ./vte.args:197: warning: Property VteTerminal:pointer-autohide has no documentation. ./vte.args:207: warning: Property VteTerminal:pty has no documentation. ./vte.args:217: warning: Property VteTerminal:pty-object has no documentation. ./vte.args:227: warning: Property VteTerminal:scroll-background has no documentation. ./vte.args:237: warning: Property VteTerminal:scroll-on-keystroke has no documentation. ./vte.args:247: warning: Property VteTerminal:scroll-on-output has no documentation. ./vte.args:257: warning: Property VteTerminal:scrollback-lines has no documentation. ./vte.args:267: warning: Property VteTerminal:visible-bell has no documentation. ./vte.args:277: warning: Property VteTerminal:window-title has no documentation. ./vte.args:287: warning: Property VteTerminal:word-chars has no documentation. ./vte.args:297: warning: Property VteTerminal:inner-border has no documentation. ../../src/vte.c:12438: warning: Symbol name not found at the start of the comment block. ../../src/vte.c:14186: warning: vte_terminal_get_adjustment is deprecated in the inline comments, but no deprecation guards were found around the declaration. (See the --deprecated-guards option for gtkdoc-scan.) ../../src/vte.c:3687: warning: unknown annotation "tranfer full" in documentation for vte_get_user_shell. ./vte-unused.txt:1: warning: 23 unused declarations. They should be added to vte-sections.txt in the appropriate place. gtk-doc: Building HTML Note: namesp. add : added namespace before processing VTE Reference Manual Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "GtkWidget". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "pid-t". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "pid-t". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GtkAdjustment". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "GdkPixbuf". Error: no ID for constraint linkend: "gdouble". Error: no ID for constraint linkend: "gdouble". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gint". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "GtkBorder". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-ACTION:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-ACTION:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "GEnum". Error: no ID for constraint linkend: "GObject". Error: no ID for constraint linkend: "GInitiallyUnowned". Error: no ID for constraint linkend: "GtkObject". Error: no ID for constraint linkend: "GtkWidget". Error: no ID for constraint linkend: "AtkImplementorIface". Error: no ID for constraint linkend: "GtkBuildable". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "GtkWidget". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GtkMenuShell". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "api-index-0.12.1". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "api-index-0.16". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "api-index-0.16". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GDK-SELECTION-CLIPBOARD:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GDK-SELECTION-CLIPBOARD:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GDK-SELECTION-PRIMARY:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GDK-SELECTION-PRIMARY:CAPS". Error: no ID for constraint linkend: "GDK-SELECTION-PRIMARY:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "GdkRGBA". Error: no ID for constraint linkend: "gsize". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "guint16". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkPixbuf". Error: no ID for constraint linkend: "GdkPixbuf". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "double". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "api-index-0.11". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "api-index-0.11". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "api-index-0.17.6". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "api-index-0.17.1". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GtkSettings-gtk-cursor-blink". Error: no ID for constraint linkend: "api-index-0.17.1". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "gtk-widget-modify-font". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "gtk-widget-modify-font". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "GtkClipboard". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gunichar". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "GArray". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "VteCharAttributes". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "GArray". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "VteCharAttributes". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "GArray". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "VteCharAttributes". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "GRegexMatchFlags". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "GRegexMatchFlags". Error: no ID for constraint linkend: "api-index-0.17.1". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "GdkCursor". Error: no ID for constraint linkend: "GdkCursor". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "api-index-0.11". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "GdkCursorType". Error: no ID for constraint linkend: "GdkCursorType". Error: no ID for constraint linkend: "api-index-0.11.9". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "api-index-0.17.1". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "GIConv". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "VteTerminal--inner-border". Error: no ID for constraint linkend: "row-count". Error: no ID for constraint linkend: "column-count". Error: no ID for constraint linkend: "char-height". Error: no ID for constraint linkend: "char-width". Error: no ID for constraint linkend: "gtk-window-set-geometry-hints". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "GOutputStream". Error: no ID for constraint linkend: "GCancellable". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "G-IO-ERROR-CANCELLED:CAPS". Error: no ID for constraint linkend: "GOutputStream". Error: no ID for constraint linkend: "GCancellable". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "GRegex". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "pid-t". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "execve". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "exec". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "GSpawnFlags". Error: no ID for constraint linkend: "GSpawnChildSetupFunc". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "GPid". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "G-SPAWN-DO-NOT-REAP-CHILD:CAPS". Error: no ID for constraint linkend: "G-SPAWN-LEAVE-DESCRIPTORS-OPEN:CAPS". Error: no ID for constraint linkend: "exec". Error: no ID for constraint linkend: "g-spawn-async". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "GSpawnFlags". Error: no ID for constraint linkend: "exec". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "pid-t". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "fork". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "1". Error: no ID for constraint linkend: "api-index-0.12.1". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "api-index-0.26.". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GPid". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "g-child-watch-add". Error: no ID for constraint linkend: "g-child-watch-add-full". Error: no ID for constraint linkend: "GSource". Error: no ID for constraint linkend: "g-child-watch-source-new". Error: no ID for constraint linkend: "g-spawn-async". Error: no ID for constraint linkend: "G-SPAWN-DO-NOT-REAP-CHILD:CAPS". Error: no ID for constraint linkend: "GPid". Error: no ID for constraint linkend: "GtkAdjustment". Error: no ID for constraint linkend: "gtk-scrollable-get-vadjustment". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "glong". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "GdkPixbuf". Error: no ID for constraint linkend: "gdouble". Error: no ID for constraint linkend: "gdouble". Error: no ID for constraint linkend: "GdkColor". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "GtkSettings-gtk-cursor-blink". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "PangoFontDescription". Error: no ID for constraint linkend: "gtk-widget-modify-font". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gint". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "GtkBorder". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "char-width". Error: no ID for constraint linkend: "char-height". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-ACTION:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "icon-title". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-ACTION:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "guint". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "GtkAdjustment". Error: no ID for constraint linkend: "GtkAdjustment". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "GtkScrolledWindow". Error: no ID for constraint linkend: "GtkScrollbar". Error: no ID for constraint linkend: "GtkAdjustment". Error: no ID for constraint linkend: "GtkAdjustment". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "api-index-0.17.1". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gint". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "window-title". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gint". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "GEnum". Error: no ID for constraint linkend: "GFlags". Error: no ID for constraint linkend: "GObject". Error: no ID for constraint linkend: "GInitable". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "fork". Error: no ID for constraint linkend: "g-spawn-async". Error: no ID for constraint linkend: "fork". Error: no ID for constraint linkend: "g-spawn-async". Error: no ID for constraint linkend: "G-SPAWN-DO-NOT-REAP-CHILD:CAPS". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "SIGWINCH:CAPS". Error: no ID for constraint linkend: "GIOError". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "GIOError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "char". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "gboolean". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "GError". Error: no ID for constraint linkend: "NULL:CAPS". Error: no ID for constraint linkend: "TRUE:CAPS". Error: no ID for constraint linkend: "FALSE:CAPS". Error: no ID for constraint linkend: "gint". Error: no ID for constraint linkend: "gchar". Error: no ID for constraint linkend: "1". Error: no ID for constraint linkend: "0". Error: no ID for constraint linkend: "api-index-0.16.15". Error: no ID for constraint linkend: "api-index-0.16.15". Error: no ID for constraint linkend: "api-index-0.16.15". Error: no ID for constraint linkend: "api-index-0.16.15". Error: no ID for constraint linkend: "AtkObject". Error: no ID for constraint linkend: "GObject". Error: no ID for constraint linkend: "AtkObject". Error: no ID for constraint linkend: "GtkAccessible". Error: no ID for constraint linkend: "AtkObjectFactory". Error: no ID for constraint linkend: "AtkText". Error: no ID for constraint linkend: "AtkComponent". Error: no ID for constraint linkend: "AtkAction". Error: no ID for constraint linkend: "AtkObject". Error: no ID for constraint linkend: "AtkObject". Error: no ID for constraint linkend: "SIGCHLD:CAPS". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "GObject". Error: no ID for constraint linkend: "SIGCHLD:CAPS". Error: no ID for constraint linkend: "SIGCHLD:CAPS". Error: no ID for constraint linkend: "int". Error: no ID for constraint linkend: "GPid". Error: no ID for constraint linkend: "void". Error: no ID for constraint linkend: "gint". Error: no ID for constraint linkend: "gint". Error: no ID for constraint linkend: "gpointer". Error: no ID for constraint linkend: "waitpid". Error: no ID for constraint linkend: "G-SIGNAL-RUN-LAST:CAPS". Error: no ID for constraint linkend: "api-index-0.11.11". Error: no ID for constraint linkend: "GObject". Error: no ID for constraint linkend: "GInitiallyUnowned". Error: no ID for constraint linkend: "GtkObject". Error: no ID for constraint linkend: "GtkWidget". Error: no ID for constraint linkend: "AtkObjectFactory". Error: no ID for constraint linkend: "AtkObject". Error: no ID for constraint linkend: "GtkAccessible". Error: no ID for constraint linkend: "GEnum". Error: no ID for constraint linkend: "GFlags". gtk-doc: Fixing cross-references make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/reference' Making all in openi18n make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/openi18n' i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I../.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT cursor.o -MD -MP -MF .deps/cursor.Tpo -c -o cursor.o cursor.c mv -f .deps/cursor.Tpo .deps/cursor.Po /bin/sh ../../libtool --tag=CC --mode=link i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o cursor cursor.o libtool: link: i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o cursor cursor.o make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/openi18n' make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' Making all in perf make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/perf' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/perf' Making all in python make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/python' /bin/sh ../libtool --tag=CC --mode=compile i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT vtemodule_la-vtemodule.lo -MD -MP -MF .deps/vtemodule_la-vtemodule.Tpo -c -o vtemodule_la-vtemodule.lo `test -f 'vtemodule.c' || echo './'`vtemodule.c (cd . \ && /usr/bin/pygtk-codegen-2.0 \ --register /usr/share/pygtk/2.0/defs/pango-types.defs \ --register /usr/share/pygtk/2.0/defs/gdk-types.defs \ --register /usr/share/pygtk/2.0/defs/gtk-types.defs \ --override vte.override \ --prefix pyvte vte.defs) > gen-vte.c \ && cp gen-vte.c vte.c \ && rm -f gen-vte.c /usr/bin/pygtk-codegen-2.0[7]: can't create /dev/stderr: Permission denied /usr/bin/pygtk-codegen-2.0[8]: can't create /dev/stderr: Permission denied libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT vtemodule_la-vtemodule.lo -MD -MP -MF .deps/vtemodule_la-vtemodule.Tpo -c vtemodule.c -fPIC -DPIC -o .libs/vtemodule_la-vtemodule.o In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from /usr/include/pygtk-2.0/pygtk/pygtk.h:8, from vtemodule.c:24: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT vtemodule_la-vtemodule.lo -MD -MP -MF .deps/vtemodule_la-vtemodule.Tpo -c vtemodule.c -o vtemodule_la-vtemodule.o >/dev/null 2>&1 Could not write method VteTerminal.match_add_gregex: No ArgType for GRegex* ***INFO*** The coverage of global functions is 100.00% (5/5) ***INFO*** The coverage of methods is 98.85% (86/87) ***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 i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT vtemodule_la-vte.lo -MD -MP -MF .deps/vtemodule_la-vte.Tpo -c -o vtemodule_la-vte.lo `test -f 'vte.c' || echo './'`vte.c libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT vtemodule_la-vte.lo -MD -MP -MF .deps/vtemodule_la-vte.Tpo -c vte.c -fPIC -DPIC -o .libs/vtemodule_la-vte.o mv -f .deps/vtemodule_la-vtemodule.Tpo .deps/vtemodule_la-vtemodule.Plo In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from /usr/include/pygtk-2.0/pygtk/pygtk.h:8, from vte.override:6: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^~~~~~~ vte.override: In function '_wrap_vte_terminal_fork_command': vte.override:164:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "command", "argv", "envv", "directory", ^~~~~~~~~ vte.override:164:39: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "command", "argv", "envv", "directory", ^~~~~~ vte.override:164:47: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "command", "argv", "envv", "directory", ^~~~~~ vte.override:164:55: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "command", "argv", "envv", "directory", ^~~~~~~~~~~ vte.override:165:7: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "loglastlog", "logutmp", "logwtmp", ^~~~~~~~~~~~ vte.override:165:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "loglastlog", "logutmp", "logwtmp", ^~~~~~~~~ vte.override:165:32: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "loglastlog", "logutmp", "logwtmp", ^~~~~~~~~ vte.override:203:2: warning: 'vte_terminal_fork_command' is deprecated [-Wdeprecated-declarations] pid = vte_terminal_fork_command(VTE_TERMINAL(self->obj), ^~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:82:7: note: declared here pid_t vte_terminal_fork_command(VteTerminal *terminal, ^~~~~~~~~~~~~~~~~~~~~~~~~ vte.override: In function '_wrap_vte_terminal_forkpty': vte.override:229:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "envv", "directory", ^~~~~~ vte.override:229:36: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "envv", "directory", ^~~~~~~~~~~ vte.override:230:7: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "loglastlog", "logutmp", "logwtmp", ^~~~~~~~~~~~ vte.override:230:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "loglastlog", "logutmp", "logwtmp", ^~~~~~~~~ vte.override:230:32: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "loglastlog", "logutmp", "logwtmp", ^~~~~~~~~ vte.override:248:2: warning: 'vte_terminal_forkpty' is deprecated [-Wdeprecated-declarations] pid = vte_terminal_forkpty(VTE_TERMINAL(self->obj), ^~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:88:7: note: declared here pid_t vte_terminal_forkpty(VteTerminal *terminal, ^~~~~~~~~~~~~~~~~~~~ vte.override: In function '_wrap_vte_terminal_feed': vte.override:24:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "data", "length", NULL }; ^~~~~~ vte.override:24:36: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "data", "length", NULL }; ^~~~~~~~ vte.override: In function '_wrap_vte_terminal_feed_child': vte.override:53:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "data", "length", NULL }; ^~~~~~ vte.override:53:36: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "data", "length", NULL }; ^~~~~~~~ vte.override: In function '_wrap_vte_terminal_feed_child_binary': vte.override:82:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "data", "length", NULL }; ^~~~~~ vte.override:82:36: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "data", "length", NULL }; ^~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_size': vte.c:375:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "columns", "rows", NULL }; ^~~~~~~~~ vte.c:375:42: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "columns", "rows", NULL }; ^~~~~~ vte.c: In function '_wrap_vte_terminal_set_audible_bell': vte.c:390:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "is_audible", NULL }; ^~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_visible_bell': vte.c:417:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "is_visible", NULL }; ^~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_scroll_background': vte.c:444:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "scroll", NULL }; ^~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_scroll_on_output': vte.c:459:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "scroll", NULL }; ^~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_scroll_on_keystroke': vte.c:474:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "scroll", NULL }; ^~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_color_dim': vte.c:489:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "dim", NULL }; ^~~~~ vte.c: In function '_wrap_vte_terminal_set_color_bold': vte.c:511:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "bold", NULL }; ^~~~~~ vte.c: In function '_wrap_vte_terminal_set_color_foreground': vte.c:533:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "foreground", NULL }; ^~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_color_background': vte.c:555:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "background", NULL }; ^~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_color_cursor': vte.c:577:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "cursor_background", NULL }; ^~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_color_highlight': vte.c:599:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "highlight_background", NULL }; ^~~~~~~~~~~~~~~~~~~~~~ vte.override: In function '_wrap_vte_terminal_set_colors': vte.override:595:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "foreground", "background", "palette", NULL }; ^~~~~~~~~~~~ vte.override:595:45: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "foreground", "background", "palette", NULL }; ^~~~~~~~~~~~ vte.override:595:59: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "foreground", "background", "palette", NULL }; ^~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_background_image': vte.c:679:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "image", NULL }; ^~~~~~~ vte.c: In function '_wrap_vte_terminal_set_background_image_file': vte.c:694:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "path", NULL }; ^~~~~~ vte.c: In function '_wrap_vte_terminal_set_background_tint_color': vte.c:709:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "color", NULL }; ^~~~~~~ vte.c: In function '_wrap_vte_terminal_set_background_saturation': vte.c:731:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "saturation", NULL }; ^~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_background_transparent': vte.c:746:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "transparent", NULL }; ^~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_opacity': vte.c:761:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "opacity", NULL }; ^~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_cursor_blinks': vte.c:776:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "blink", NULL }; ^~~~~~~ vte.c:782:5: warning: 'vte_terminal_set_cursor_blinks' is deprecated [-Wdeprecated-declarations] vte_terminal_set_cursor_blinks(VTE_TERMINAL(self->obj), blink); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:70:6: note: declared here void vte_terminal_set_cursor_blinks(VteTerminal *terminal, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_cursor_blink_mode': vte.c:791:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "mode", NULL }; ^~~~~~ vte.c: In function '_wrap_vte_terminal_set_cursor_shape': vte.c:820:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "shape", NULL }; ^~~~~~~ vte.c: In function '_wrap_vte_terminal_set_scrollback_lines': vte.c:849:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "lines", NULL }; ^~~~~~~ vte.c: In function '_wrap_vte_terminal_im_append_menuitems': vte.c:864:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "menushell", NULL }; ^~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_font': vte.c:879:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "font_desc", NULL }; ^~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_font_full': vte.c:901:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "font_desc", "antialias", NULL }; ^~~~~~~~~~~ vte.c:901:44: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "font_desc", "antialias", NULL }; ^~~~~~~~~~~ vte.c:917:5: warning: 'vte_terminal_set_font_full' is deprecated [-Wdeprecated-declarations] vte_terminal_set_font_full(VTE_TERMINAL(self->obj), font_desc, antialias); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:76:6: note: declared here void vte_terminal_set_font_full(VteTerminal *terminal, ^~~~~~~~~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_font_from_string': vte.c:926:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "name", NULL }; ^~~~~~ vte.c: In function '_wrap_vte_terminal_set_font_from_string_full': vte.c:941:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "name", "antialias", NULL }; ^~~~~~ vte.c:941:39: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "name", "antialias", NULL }; ^~~~~~~~~~~ vte.c:951:5: warning: 'vte_terminal_set_font_from_string_full' is deprecated [-Wdeprecated-declarations] vte_terminal_set_font_from_string_full(VTE_TERMINAL(self->obj), name, antialias); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:79:6: note: declared here void vte_terminal_set_font_from_string_full(VteTerminal *terminal, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_get_using_xft': vte.c:975:5: warning: 'vte_terminal_get_using_xft' is deprecated [-Wdeprecated-declarations] ret = vte_terminal_get_using_xft(VTE_TERMINAL(self->obj)); ^~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:72:10: note: declared here gboolean vte_terminal_get_using_xft(VteTerminal *terminal) G_GNUC_DEPRECATED; ^~~~~~~~~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_allow_bold': vte.c:984:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "allow_bold", NULL }; ^~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_word_chars': vte.c:1023:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "spec", NULL }; ^~~~~~ vte.c: In function '_wrap_vte_terminal_is_word_char': vte.c:1038:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "c", NULL }; ^~~ vte.c: In function '_wrap_vte_terminal_set_backspace_binding': vte.c:1054:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "binding", NULL }; ^~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_delete_binding': vte.c:1072:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "binding", NULL }; ^~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_mouse_autohide': vte.c:1090:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "setting", NULL }; ^~~~~~~~~ vte.c: In function '_wrap_vte_terminal_reset': vte.c:1117:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "full", "clear_history", NULL }; ^~~~~~ vte.c:1117:39: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "full", "clear_history", NULL }; ^~~~~~~~~~~~~~~ vte.override: In function '_wrap_vte_terminal_get_text': vte.override:379:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "callback", "get_attributes", "data", NULL }; ^~~~~~~~~~ vte.override:379:43: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "callback", "get_attributes", "data", NULL }; ^~~~~~~~~~~~~~~~ vte.override:379:61: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "callback", "get_attributes", "data", NULL }; ^~~~~~ vte.override: In function '_wrap_vte_terminal_get_text_include_trailing_spaces': vte.override:449:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "callback", "get_attributes", "data", NULL }; ^~~~~~~~~~ vte.override:449:43: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "callback", "get_attributes", "data", NULL }; ^~~~~~~~~~~~~~~~ vte.override:449:61: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "callback", "get_attributes", "data", NULL }; ^~~~~~ vte.override: In function '_wrap_vte_terminal_get_text_range': vte.override:517:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "start_row", "start_col", "end_row", "end_col", ^~~~~~~~~~~ vte.override:517:44: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "start_row", "start_col", "end_row", "end_col", ^~~~~~~~~~~ vte.override:517:57: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "start_row", "start_col", "end_row", "end_col", ^~~~~~~~~ vte.override:517:68: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "start_row", "start_col", "end_row", "end_col", ^~~~~~~~~ vte.override:518:13: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "callback", "get_attributes", "data", NULL }; ^~~~~~~~~~ vte.override:518:25: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "callback", "get_attributes", "data", NULL }; ^~~~~~~~~~~~~~~~ vte.override:518:43: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] "callback", "get_attributes", "data", NULL }; ^~~~~~ vte.c: In function '_wrap_vte_terminal_match_add': vte.c:1462:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "match", NULL }; ^~~~~~~ vte.c:1469:5: warning: 'vte_terminal_match_add' is deprecated [-Wdeprecated-declarations] ret = vte_terminal_match_add(VTE_TERMINAL(self->obj), match); ^~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:73:5: note: declared here int vte_terminal_match_add(VteTerminal *terminal, const char *match) G_GNUC_DEPRECATED; ^~~~~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_match_set_cursor': vte.c:1477:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "tag", "cursor", NULL }; ^~~~~ vte.c:1477:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "tag", "cursor", NULL }; ^~~~~~~~ vte.c: In function '_wrap_vte_terminal_match_set_cursor_type': vte.c:1500:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "tag", "cursor_type", NULL }; ^~~~~ vte.c:1500:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "tag", "cursor_type", NULL }; ^~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_match_set_cursor_name': vte.c:1519:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "tag", "cursor_name", NULL }; ^~~~~ vte.c:1519:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "tag", "cursor_name", NULL }; ^~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_match_remove': vte.c:1535:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "tag", NULL }; ^~~~~ vte.override: In function '_wrap_vte_terminal_match_check': vte.override:641:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "column", "row", NULL }; ^~~~~~~~ vte.override:641:41: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "column", "row", NULL }; ^~~~~ vte.c: In function '_wrap_vte_terminal_set_emulation': vte.c:1573:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "emulation", NULL }; ^~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_encoding': vte.c:1616:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "codeset", NULL }; ^~~~~~~~~ vte.override: In function '_wrap_vte_terminal_get_padding': vte.override:288:2: warning: 'vte_terminal_get_padding' is deprecated [-Wdeprecated-declarations] vte_terminal_get_padding(VTE_TERMINAL(self->obj), &xpad, &ypad); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:93:6: note: declared here void vte_terminal_get_padding(VteTerminal *terminal, int *xpad, int *ypad) G_GNUC_DEPRECATED; ^~~~~~~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_set_pty': vte.c:1676:31: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] static char *kwlist[] = { "pty_master", NULL }; ^~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_get_char_descent': vte.c:1741:5: warning: 'vte_terminal_get_char_descent' is deprecated [-Wdeprecated-declarations] ret = vte_terminal_get_char_descent(VTE_TERMINAL(self->obj)); ^~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:74:7: note: declared here glong vte_terminal_get_char_descent(VteTerminal *terminal) G_GNUC_DEPRECATED; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vte.c: In function '_wrap_vte_terminal_get_char_ascent': vte.c:1753:5: warning: 'vte_terminal_get_char_ascent' is deprecated [-Wdeprecated-declarations] ret = vte_terminal_get_char_ascent(VTE_TERMINAL(self->obj)); ^~~ In file included from ../src/vte.h:529:0, from vte.override:9: ../src/vtedeprecated.h:75:7: note: declared here glong vte_terminal_get_char_ascent(VteTerminal *terminal) G_GNUC_DEPRECATED; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -MT vtemodule_la-vte.lo -MD -MP -MF .deps/vtemodule_la-vte.Tpo -c vte.c -o vtemodule_la-vte.o >/dev/null 2>&1 mv -f .deps/vtemodule_la-vte.Tpo .deps/vtemodule_la-vte.Plo /bin/sh ../libtool --tag=CC --mode=link i686-tld-linux-gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -module -avoid-version -export-symbols-regex initvte -Wl,--warn-unresolved-symbols -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o vtemodule.la -rpath /usr/lib/python2.7/site-packages/gtk-2.0 vtemodule_la-vtemodule.lo vtemodule_la-vte.lo ../src/libvte.la -lncurses -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -lncurses -lm libtool: link: /usr/bin/nm -B .libs/vtemodule_la-vtemodule.o .libs/vtemodule_la-vte.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/vtemodule.exp libtool: link: /bin/grep -E -e "initvte" ".libs/vtemodule.exp" > ".libs/vtemodule.expT" libtool: link: mv -f ".libs/vtemodule.expT" ".libs/vtemodule.exp" libtool: link: echo "{ global:" > .libs/vtemodule.ver libtool: link: cat .libs/vtemodule.exp | sed -e "s/\(.*\)/\1;/" >> .libs/vtemodule.ver libtool: link: echo "local: *; };" >> .libs/vtemodule.ver libtool: link: i686-tld-linux-gcc -shared .libs/vtemodule_la-vtemodule.o .libs/vtemodule_la-vte.o -Wl,-rpath -Wl,/tmp/B._5RsbL/BUILD/vte-0.28.2/src/.libs ../src/.libs/libvte.so -L/usr/lib -lgtk-x11-2.0 -lgdk-x11-2.0 /usr/lib/libpangocairo-1.0.so /usr/lib/libXinerama.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXcursor.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXfixes.so -latk-1.0 -lgdk_pixbuf-2.0 /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgthread-2.0.so /usr/lib/libthai.so /usr/lib/libdatrie.so /usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so -lselinux -lresolv -lmount /usr/lib/libgobject-2.0.so /usr/lib/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so /usr/lib/libcairo.so -lpthread /usr/lib/libpixman-1.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libbz2.so -lharfbuzz /usr/lib/libpng16.so /usr/lib/libxcb-shm.so /usr/lib/libxcb-render.so /usr/lib/libXrender.so -lz -lrt /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lncurses -lm -pthread -pthread -march=i686 -mtune=pentium4 -Wl,--warn-unresolved-symbols -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -pthread -Wl,-soname -Wl,vtemodule.so -Wl,-version-script -Wl,.libs/vtemodule.ver -o .libs/vtemodule.so libtool: link: ar cru .libs/vtemodule.a vtemodule_la-vtemodule.o vtemodule_la-vte.o libtool: link: ranlib .libs/vtemodule.a libtool: link: ( cd ".libs" && rm -f "vtemodule.la" && ln -s "../vtemodule.la" "vtemodule.la" ) make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/python' Making all in gnome-pty-helper make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' /usr/bin/make all-am make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gnome-login-support.o -MD -MP -MF .deps/gnome-login-support.Tpo -c -o gnome-login-support.o gnome-login-support.c i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gnome-pty-helper.o -MD -MP -MF .deps/gnome-pty-helper.Tpo -c -o gnome-pty-helper.o gnome-pty-helper.c i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gnome-utmp.o -MD -MP -MF .deps/gnome-utmp.Tpo -c -o gnome-utmp.o gnome-utmp.c gnome-pty-helper.c: In function 'open_ptys': gnome-pty-helper.c:498:36: warning: passing argument 4 of 'pty_add' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] p = pty_add (utmp, wtmp, lastlog, term_name, login_name); ^~~~~~~~~ gnome-pty-helper.c:242:1: note: expected 'char *' but argument is of type 'const char *' pty_add (int utmp, int wtmp, int lastlog, char *line, char *login_name) ^~~~~~~ gnome-pty-helper.c:510:12: warning: passing argument 3 of 'write_login_record' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] term_name, utmp, wtmp, lastlog); ^~~~~~~~~ In file included from gnome-pty-helper.c:56:0: gnome-pty.h:19:7: note: expected 'char *' but argument is of type 'const char *' void *write_login_record (char *login_name, char *display_name, char *term_name, int utmp, int wtmp, int lastlog); ^~~~~~~~~~~~~~~~~~ gnome-pty-helper.c:461:2: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid (pwent->pw_uid); ^~~~~~~~~~~~~~~~~~~~~~~ gnome-pty-helper.c:462:2: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] setegid (pwent->pw_gid); ^~~~~~~~~~~~~~~~~~~~~~~ gnome-pty-helper.c:474:2: warning: ignoring return value of 'seteuid', declared with attribute warn_unused_result [-Wunused-result] seteuid (savedUid); ^~~~~~~~~~~~~~~~~~ gnome-pty-helper.c:475:2: warning: ignoring return value of 'setegid', declared with attribute warn_unused_result [-Wunused-result] setegid (savedGid); ^~~~~~~~~~~~~~~~~~ gnome-pty-helper.c:492:2: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] fchown (slave_pty, getuid (), group_info ? group_info->gr_gid : -1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/gnome-login-support.Tpo .deps/gnome-login-support.Po mv -f .deps/gnome-utmp.Tpo .deps/gnome-utmp.Po mv -f .deps/gnome-pty-helper.Tpo .deps/gnome-pty-helper.Po i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o gnome-pty-helper gnome-login-support.o gnome-pty-helper.o gnome-utmp.o -lutil make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2' + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B._5RsbL/BUILD/tmp /bin/sh -e /tmp/B._5RsbL/BUILD/tmp/rpm-tmp.64322 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B._5RsbL/BUILD/tmp + umask 022 + cd /tmp/B._5RsbL/BUILD + /bin/rm '--interactive=never' -rf /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder + /bin/mkdir -p /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder + cd vte-0.28.2 + rm -rf /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder + /usr/bin/make -j8 install 'DESTDIR=/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder' Making install in src make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' /usr/bin/make install-am make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' test -z "/usr/lib" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib" test -z "/usr/include/vte-0.0/vte" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/include/vte-0.0/vte" test -z "/usr/share/gir-1.0" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/gir-1.0" test -z "/usr/lib/girepository-1.0" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/girepository-1.0" /bin/sh ../libtool --mode=install /usr/bin/install -c libvte.la '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib' /usr/bin/install -c -m 644 Vte-0.0.gir '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/gir-1.0' /usr/bin/install -c -m 644 Vte-0.0.typelib '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/girepository-1.0' /usr/bin/install -c -m 644 pty.h reaper.h vte.h vteaccess.h vtepty.h vtetypebuiltins.h vteversion.h vtedeprecated.h '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/include/vte-0.0/vte' libtool: install: /usr/bin/install -c .libs/libvte.so.9.2800.2 /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/libvte.so.9.2800.2 libtool: install: (cd /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib && { ln -s -f libvte.so.9.2800.2 libvte.so.9 || { rm -f libvte.so.9 && ln -s libvte.so.9.2800.2 libvte.so.9; }; }) libtool: install: (cd /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib && { ln -s -f libvte.so.9.2800.2 libvte.so || { rm -f libvte.so && ln -s libvte.so.9.2800.2 libvte.so; }; }) libtool: install: /usr/bin/install -c .libs/libvte.lai /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/libvte.la libtool: install: /usr/bin/install -c .libs/libvte.a /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/libvte.a libtool: install: chmod 644 /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/libvte.a libtool: install: ranlib /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/libvte.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/bin" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c vte '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/bin' libtool: install: warning: `libvte.la' has not been installed in `/usr/lib' libtool: install: /usr/bin/install -c .libs/vte /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/bin/vte make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/src' Making install in termcaps make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/termcaps' make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/termcaps' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/vte/termcap-0.0" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/vte/termcap-0.0" /usr/bin/install -c -m 644 xterm '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/vte/termcap-0.0' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/termcaps' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/termcaps' Making install in po make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/po' linguas="am ang ar as ast az be be@latin bg bn bn_IN bs ca ca@valencia cs cy da de dz el en_CA en_GB en@shaw eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kn ko ku ky li lt lv mai mi mk ml mn mr ms nb nds ne nl nn oc or pa pl pt pt_BR ro ru rw si sk sl sq sr sr@latin sv ta te th tr ug uk vi wa xh zh_CN zh_HK zh_TW "; \ for lang in $linguas; do \ dir=/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /tmp/B._5RsbL/BUILD/vte-0.28.2/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/vte-0.0.mo; \ echo "installing $lang.gmo as $dir/vte-0.0.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/vte-0.0.mo; \ echo "installing ./$lang.gmo as" \ "$dir/vte-0.0.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/vte-0.0.mo.m; \ echo "installing $lang.gmo.m as $dir/vte-0.0.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/vte-0.0.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/vte-0.0.mo.m"; \ else \ true; \ fi; \ fi; \ done installing am.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/am/LC_MESSAGES/vte-0.0.mo installing ang.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ang/LC_MESSAGES/vte-0.0.mo installing ar.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ar/LC_MESSAGES/vte-0.0.mo installing as.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/as/LC_MESSAGES/vte-0.0.mo installing ast.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ast/LC_MESSAGES/vte-0.0.mo installing az.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/az/LC_MESSAGES/vte-0.0.mo installing be.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/be/LC_MESSAGES/vte-0.0.mo installing be@latin.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/be@latin/LC_MESSAGES/vte-0.0.mo installing bg.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/bg/LC_MESSAGES/vte-0.0.mo installing bn.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/bn/LC_MESSAGES/vte-0.0.mo installing bn_IN.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/bn_IN/LC_MESSAGES/vte-0.0.mo installing bs.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/bs/LC_MESSAGES/vte-0.0.mo installing ca.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ca/LC_MESSAGES/vte-0.0.mo installing ca@valencia.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ca@valencia/LC_MESSAGES/vte-0.0.mo installing cs.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/cs/LC_MESSAGES/vte-0.0.mo installing cy.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/cy/LC_MESSAGES/vte-0.0.mo installing da.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/da/LC_MESSAGES/vte-0.0.mo installing de.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/de/LC_MESSAGES/vte-0.0.mo installing dz.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/dz/LC_MESSAGES/vte-0.0.mo installing el.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/el/LC_MESSAGES/vte-0.0.mo installing en_CA.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/en_CA/LC_MESSAGES/vte-0.0.mo installing en_GB.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/en_GB/LC_MESSAGES/vte-0.0.mo installing en@shaw.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/en@shaw/LC_MESSAGES/vte-0.0.mo installing eo.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/eo/LC_MESSAGES/vte-0.0.mo installing es.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/es/LC_MESSAGES/vte-0.0.mo installing et.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/et/LC_MESSAGES/vte-0.0.mo installing eu.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/eu/LC_MESSAGES/vte-0.0.mo installing fa.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/fa/LC_MESSAGES/vte-0.0.mo installing fi.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/fi/LC_MESSAGES/vte-0.0.mo installing fr.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/fr/LC_MESSAGES/vte-0.0.mo installing ga.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ga/LC_MESSAGES/vte-0.0.mo installing gl.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/gl/LC_MESSAGES/vte-0.0.mo installing gu.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/gu/LC_MESSAGES/vte-0.0.mo installing he.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/he/LC_MESSAGES/vte-0.0.mo installing hi.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/hi/LC_MESSAGES/vte-0.0.mo installing hr.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/hr/LC_MESSAGES/vte-0.0.mo installing hu.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/hu/LC_MESSAGES/vte-0.0.mo installing id.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/id/LC_MESSAGES/vte-0.0.mo installing is.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/is/LC_MESSAGES/vte-0.0.mo installing it.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/it/LC_MESSAGES/vte-0.0.mo installing ja.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ja/LC_MESSAGES/vte-0.0.mo installing ka.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ka/LC_MESSAGES/vte-0.0.mo installing kn.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/kn/LC_MESSAGES/vte-0.0.mo installing ko.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ko/LC_MESSAGES/vte-0.0.mo installing ku.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ku/LC_MESSAGES/vte-0.0.mo installing ky.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ky/LC_MESSAGES/vte-0.0.mo installing li.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/li/LC_MESSAGES/vte-0.0.mo installing lt.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/lt/LC_MESSAGES/vte-0.0.mo installing lv.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/lv/LC_MESSAGES/vte-0.0.mo installing mai.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/mai/LC_MESSAGES/vte-0.0.mo installing mi.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/mi/LC_MESSAGES/vte-0.0.mo installing mk.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/mk/LC_MESSAGES/vte-0.0.mo installing ml.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ml/LC_MESSAGES/vte-0.0.mo installing mn.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/mn/LC_MESSAGES/vte-0.0.mo installing mr.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/mr/LC_MESSAGES/vte-0.0.mo installing ms.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ms/LC_MESSAGES/vte-0.0.mo installing nb.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/nb/LC_MESSAGES/vte-0.0.mo installing nds.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/nds/LC_MESSAGES/vte-0.0.mo installing ne.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ne/LC_MESSAGES/vte-0.0.mo installing nl.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/nl/LC_MESSAGES/vte-0.0.mo installing nn.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/nn/LC_MESSAGES/vte-0.0.mo installing oc.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/oc/LC_MESSAGES/vte-0.0.mo installing or.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/or/LC_MESSAGES/vte-0.0.mo installing pa.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/pa/LC_MESSAGES/vte-0.0.mo installing pl.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/pl/LC_MESSAGES/vte-0.0.mo installing pt.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/pt/LC_MESSAGES/vte-0.0.mo installing pt_BR.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/pt_BR/LC_MESSAGES/vte-0.0.mo installing ro.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ro/LC_MESSAGES/vte-0.0.mo installing ru.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ru/LC_MESSAGES/vte-0.0.mo installing rw.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/rw/LC_MESSAGES/vte-0.0.mo installing si.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/si/LC_MESSAGES/vte-0.0.mo installing sk.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/sk/LC_MESSAGES/vte-0.0.mo installing sl.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/sl/LC_MESSAGES/vte-0.0.mo installing sq.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/sq/LC_MESSAGES/vte-0.0.mo installing sr.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/sr/LC_MESSAGES/vte-0.0.mo installing sr@latin.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/sr@latin/LC_MESSAGES/vte-0.0.mo installing sv.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/sv/LC_MESSAGES/vte-0.0.mo installing ta.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ta/LC_MESSAGES/vte-0.0.mo installing te.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/te/LC_MESSAGES/vte-0.0.mo installing th.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/th/LC_MESSAGES/vte-0.0.mo installing tr.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/tr/LC_MESSAGES/vte-0.0.mo installing ug.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/ug/LC_MESSAGES/vte-0.0.mo installing uk.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/uk/LC_MESSAGES/vte-0.0.mo installing vi.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/vi/LC_MESSAGES/vte-0.0.mo installing wa.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/wa/LC_MESSAGES/vte-0.0.mo installing xh.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/xh/LC_MESSAGES/vte-0.0.mo installing zh_CN.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/zh_CN/LC_MESSAGES/vte-0.0.mo installing zh_HK.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/zh_HK/LC_MESSAGES/vte-0.0.mo installing zh_TW.gmo as /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/locale/zh_TW/LC_MESSAGES/vte-0.0.mo make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/po' Making install in doc make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' Making install in reference make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/reference' make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/reference' make[3]: Nothing to be done for 'install-exec-am'. mkdir -p -- /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/gtk-doc/html/vte-0.0 -- Installing ./html/VteReaper.html -- Installing ./html/VteTerminal.html -- Installing ./html/VteTerminalAccessible.html -- Installing ./html/annotation-glossary.html -- Installing ./html/api-index-0-20.html -- Installing ./html/api-index-0-24.html -- Installing ./html/api-index-0-26.html -- Installing ./html/api-index-0-28.html -- Installing ./html/api-index-deprecated.html -- Installing ./html/api-index-full.html -- Installing ./html/ch01.html -- Installing ./html/ch02.html -- Installing ./html/ch03.html -- Installing ./html/deprecated-objects.html -- Installing ./html/home.png -- Installing ./html/index.html -- Installing ./html/internal-objects.html -- Installing ./html/left-insensitive.png -- Installing ./html/left.png -- Installing ./html/licence.html -- Installing ./html/object-hierarchy.html -- Installing ./html/pt01.html -- Installing ./html/right-insensitive.png -- Installing ./html/right.png -- Installing ./html/style.css -- Installing ./html/up-insensitive.png -- Installing ./html/up.png -- Installing ./html/vte-Version-Information.html -- Installing ./html/vte-Vte-PTY.html mv: cannot stat '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/gtk-doc/html/vte-0.0/vte.devhelp2': No such file or directory mv: cannot stat '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/gtk-doc/html/vte-0.0/vte.devhelp': No such file or directory make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/reference' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/reference' Making install in openi18n make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/openi18n' make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/openi18n' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/openi18n' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc/openi18n' make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/doc' Making install in perf make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/perf' make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/perf' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/perf' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/perf' Making install in python make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/python' make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/python' test -z "/usr/lib/python2.7/site-packages/gtk-2.0" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0" test -z "/usr/share/pygtk/2.0/defs" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/pygtk/2.0/defs" test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/pkgconfig" /bin/sh ../libtool --mode=install /usr/bin/install -c vtemodule.la '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0' /usr/bin/install -c -m 644 pyvte.pc '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/pkgconfig' /usr/bin/install -c -m 644 vte.defs '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/pygtk/2.0/defs' libtool: install: warning: relinking `vtemodule.la' libtool: install: (cd /tmp/B._5RsbL/BUILD/vte-0.28.2/python; /bin/sh /tmp/B._5RsbL/BUILD/vte-0.28.2/libtool --tag CC --mode=relink i686-tld-linux-gcc -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Waggregate-return -Wcast-align -Wimplicit -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wmissing-format-attribute -Wshadow -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -fno-common -Wno-switch-enum -module -avoid-version -export-symbols-regex initvte -Wl,--warn-unresolved-symbols -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o vtemodule.la -rpath /usr/lib/python2.7/site-packages/gtk-2.0 vtemodule_la-vtemodule.lo vtemodule_la-vte.lo ../src/libvte.la -lncurses -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lX11 -lXext -lncurses -lm -inst-prefix-dir /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder) libtool: relink: /usr/bin/nm -B .libs/vtemodule_la-vtemodule.o .libs/vtemodule_la-vte.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/vtemodule.exp libtool: relink: /bin/grep -E -e "initvte" ".libs/vtemodule.exp" > ".libs/vtemodule.expT" libtool: relink: mv -f ".libs/vtemodule.expT" ".libs/vtemodule.exp" libtool: relink: echo "{ global:" > .libs/vtemodule.ver libtool: relink: cat .libs/vtemodule.exp | sed -e "s/\(.*\)/\1;/" >> .libs/vtemodule.ver libtool: relink: echo "local: *; };" >> .libs/vtemodule.ver libtool: relink: i686-tld-linux-gcc -shared .libs/vtemodule_la-vtemodule.o .libs/vtemodule_la-vte.o -L/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib -L/usr/lib -lvte -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lgthread-2.0 -lthai -ldatrie -lgio-2.0 -lgmodule-2.0 -lselinux -lresolv -lmount -lgobject-2.0 -lffi -lglib-2.0 -lpcre -lcairo -lpthread -lpixman-1 -lfontconfig -lexpat -lfreetype -lbz2 -lharfbuzz -lpng16 -lxcb-shm -lxcb-render -lXrender -lz -lrt -lXext -lX11 -lxcb -lXau -lXdmcp -ldl -lncurses -lm -pthread -pthread -march=i686 -mtune=pentium4 -Wl,--warn-unresolved-symbols -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -pthread -Wl,-soname -Wl,vtemodule.so -Wl,-version-script -Wl,.libs/vtemodule.ver -o .libs/vtemodule.so libtool: install: /usr/bin/install -c .libs/vtemodule.soT /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.so libtool: install: /usr/bin/install -c .libs/vtemodule.lai /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.la libtool: install: /usr/bin/install -c .libs/vtemodule.a /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.a libtool: install: chmod 644 /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.a libtool: install: ranlib /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.a libtool: install: warning: remember to run `libtool --finish /usr/lib/python2.7/site-packages/gtk-2.0' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/python' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/python' Making install in gnome-pty-helper make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' make[2]: Nothing to be done for 'install-data-am'. test -z "/usr/lib/vte-0.0" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/vte-0.0" /usr/bin/install -c gnome-pty-helper '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/vte-0.0' /usr/bin/make install-exec-hook make[3]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' chown root.utmp /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/vte-0.0/gnome-pty-helper || true chown: changing ownership of '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/vte-0.0/gnome-pty-helper': Operation not permitted chmod g+s /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/vte-0.0/gnome-pty-helper || true make[3]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2/gnome-pty-helper' make[1]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2' make[2]: Entering directory '/tmp/B._5RsbL/BUILD/vte-0.28.2' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/pkgconfig" /usr/bin/install -c -m 644 vte.pc '/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/pkgconfig' make[2]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2' make[1]: Leaving directory '/tmp/B._5RsbL/BUILD/vte-0.28.2' + /bin/rm '--interactive=never' /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/libvte.la /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.la /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/lib/python2.7/site-packages/gtk-2.0/vtemodule.a + /usr/lib/rpm/find-lang.sh /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder vte-0.0 find-lang.sh/1.40: find-lang 'vte-0.0' > vte-0.0.lang + __spec_install_post_strip + set +x Stripping 2 ELF executables...DONE Stripping 2 ELF shared libraries...DONE Stripping 1 ar archives...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 4 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Processing files: vte0-0.28.2-17 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B._5RsbL/BUILD/tmp /bin/sh -e /tmp/B._5RsbL/BUILD/tmp/rpm-tmp.63311 + umask 022 + cd /tmp/B._5RsbL/BUILD + cd vte-0.28.2 + DOCDIR=/tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/vte0-0.28.2 + export DOCDIR + rm -rf /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/vte0-0.28.2 + /bin/mkdir -p /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/vte0-0.28.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/vte0-0.28.2... Documentation compressed. + cp -pr AUTHORS ChangeLog MAINTAINERS NEWS README /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/vte0-0.28.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder/usr/share/doc/vte0-0.28.2... ./NEWS ./MAINTAINERS ./AUTHORS ./ChangeLog ./README Documentation compressed. + exit 0 Provides: libvte.so.9 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(pre): utempter Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libX11.so.6 libXau.so.6 libXcomposite.so.1 libXcursor.so.1 libXdamage.so.1 libXdmcp.so.6 libXext.so.6 libXfixes.so.3 libXi.so.6 libXinerama.so.1 libXrandr.so.2 libXrender.so.1 libatk-1.0.so.0 libbz2.so.1 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcairo.so.2 libdatrie.so.1 libdl.so.2 libexpat.so.1 libffi.so.6 libfontconfig.so.1 libfreetype.so.6 libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 libglib-2.0.so.0 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgthread-2.0.so.0 libgtk-x11-2.0.so.0 libharfbuzz.so.0 libm.so.6 libm.so.6(GLIBC_2.1) libmount.so.1 libncursesw.so.6 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libpcre.so.1 libpixman-1.so.0 libpng16.so.16 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libresolv.so.2 librt.so.1 libselinux.so.1 libthai.so.0 libutil.so.1 libutil.so.1(GLIBC_2.0) libvte.so.9 libxcb-render.so.0 libxcb-shm.so.0 libxcb.so.1 libz.so.1 rtld(GNU_HASH) Conflicts: glibc-misc < 6:2.7 Processing files: vte0-devel-0.28.2-17 Provides: pkgconfig(vte) = 0.28.2 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Conflicts: gnome-libs-devel < 1.4.1.2 Processing files: vte0-static-0.28.2-17 Conflicts: gnome-libs-static < 1.4.1.2 Processing files: vte0-apidocs-0.28.2-17 Processing files: python-vte0-0.28.2-17 Provides: python-vte vtemodule.so Requires: libX11.so.6 libXau.so.6 libXcomposite.so.1 libXcursor.so.1 libXdamage.so.1 libXdmcp.so.6 libXext.so.6 libXfixes.so.3 libXi.so.6 libXinerama.so.1 libXrandr.so.2 libXrender.so.1 libatk-1.0.so.0 libbz2.so.1 libc.so.6 libc.so.6(GLIBC_2.1.3) libcairo.so.2 libdatrie.so.1 libdl.so.2 libexpat.so.1 libffi.so.6 libfontconfig.so.1 libfreetype.so.6 libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 libglib-2.0.so.0 libgmodule-2.0.so.0 libgobject-2.0.so.0 libgthread-2.0.so.0 libgtk-x11-2.0.so.0 libharfbuzz.so.0 libm.so.6 libmount.so.1 libncursesw.so.6 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libpcre.so.1 libpixman-1.so.0 libpng16.so.16 libpthread.so.0 libresolv.so.2 librt.so.1 libselinux.so.1 libthai.so.0 libvte.so.9 libxcb-render.so.0 libxcb-shm.so.0 libxcb.so.1 libz.so.1 python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-vte Processing files: python-vte0-devel-0.28.2-17 Provides: pkgconfig(pyvte) = 0.28.2 python-vte-devel Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Obsoletes: python-vte-devel Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder warning: Installed (but unpackaged) file(s) found: /usr/share/locale/mi/LC_MESSAGES/vte-0.0.mo /usr/share/locale/rw/LC_MESSAGES/vte-0.0.mo Wrote: /tmp/B._5RsbL/RPMS/vte0-0.28.2-17.i686.rpm Wrote: /tmp/B._5RsbL/RPMS/vte0-devel-0.28.2-17.i686.rpm Wrote: /tmp/B._5RsbL/RPMS/vte0-static-0.28.2-17.i686.rpm Wrote: /tmp/B._5RsbL/RPMS/vte0-apidocs-0.28.2-17.i686.rpm Wrote: /tmp/B._5RsbL/RPMS/python-vte0-0.28.2-17.i686.rpm Wrote: /tmp/B._5RsbL/RPMS/python-vte0-devel-0.28.2-17.i686.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B._5RsbL/BUILD/tmp /bin/sh -e /tmp/B._5RsbL/BUILD/tmp/rpm-tmp.29388 + umask 022 + cd /tmp/B._5RsbL/BUILD + cd vte-0.28.2 + /bin/rm '--interactive=never' -rf /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder + rm -rf /tmp/B._5RsbL/BUILD/tmp/vte0-0.28.2-root-builder ended at: Wed Feb 21 10:57:19 2018, done in 0:00:31.501543 mesg: ttyname failed: Inappropriate ioctl for device + chmod -R u+rwX /tmp/B._5RsbL/BUILD + rm -rf /tmp/B._5RsbL/tmp /tmp/B._5RsbL/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info mesg: ttyname failed: Inappropriate ioctl for device + rm -rf /tmp/B._5RsbL Begin-TLD-Builder-Info Build-Time: user:34.96s sys:3.68s real:33.33s (faults io:57 non-io:2987149) Files queued for ftp: 5682 python-vte0-devel-0.28.2-17.i686.rpm 16498 python-vte0-0.28.2-17.i686.rpm 40534 vte0-apidocs-0.28.2-17.i686.rpm 240867 vte0-static-0.28.2-17.i686.rpm 26372 vte0-devel-0.28.2-17.i686.rpm 658192 vte0-0.28.2-17.i686.rpm 283 vte0-0.28.2-17.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /usr/share/locale/mi/LC_MESSAGES/vte-0.0.mo /usr/share/locale/rw/LC_MESSAGES/vte-0.0.mo End-TLD-Builder-Info