Source: gtkhotkey Version: 0.2.1-6 Severity: minor Tags: trixie sid ftbfs User: [email protected] Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build User: [email protected] Usertags: qa-doublebuild
Hi, This package fails to do build a binary-only build (not source) after a successful build (dpkg-buildpackage ; dpkg-buildpackage -b). This is probably a clear violation of Debian Policy section 4.9 (clean target), but this is filed as severity:minor for now, because a discussion on debian-devel showed that we might want to revisit the requirement of a working 'clean' target. More information about this class of issues, included common problems and solutions, is available at https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild Relevant part of the build log: > cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env > -us -uc -rfakeroot -b > ------------------------------------------------------------------------------------------------------------------------- > > dpkg-buildpackage: info: source package gtkhotkey > dpkg-buildpackage: info: source version 0.2.1-6 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Nobuhiro Iwamatsu > <[email protected]> > dpkg-source --before-build . > dpkg-buildpackage: info: host architecture amd64 > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: info: applying 0001-Disable-debug-mode.patch > dpkg-source: info: applying glib-single-include.patch > fakeroot debian/rules clean > test -x debian/rules > rm -f debian/stamp-makefile-build debian/stamp-makefile-install > /usr/bin/make -C . -k distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in src > make[2]: Entering directory '/<<PKGBUILDDIR>>/src' > test -z "libgtkhotkey.la" || rm -f libgtkhotkey.la > rm -f ./so_locations > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f ./.deps/eggaccelerators.Plo > rm -f ./.deps/gtk-hotkey-error.Plo > rm -f ./.deps/gtk-hotkey-info.Plo > rm -f ./.deps/gtk-hotkey-key-file-registry.Plo > rm -f ./.deps/gtk-hotkey-listener.Plo > rm -f ./.deps/gtk-hotkey-marshal.Plo > rm -f ./.deps/gtk-hotkey-registry.Plo > rm -f ./.deps/gtk-hotkey-utils.Plo > rm -f ./.deps/gtk-hotkey-x11-listener.Plo > rm -f ./.deps/tomboykeybinder.Plo > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' > Making distclean in po > make[2]: Entering directory '/<<PKGBUILDDIR>>/po' > rm -f *.pox gtkhotkey.pot *.old.po cat-id-tbl.tmp > rm -f .intltool-merge-cache > rm -f Makefile Makefile.in POTFILES stamp-it > rm -f *.mo *.msg *.cat *.cat.m *.gmo > make[2]: Leaving directory '/<<PKGBUILDDIR>>/po' > Making distclean in test > make[2]: Entering directory '/<<PKGBUILDDIR>>/test' > rm -f test-registry test-interactive test-interactive-multi > rm -rf .libs _libs > rm -f *.o > rm -f *.lo > rm -f *.tab.c > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f ./.deps/test-interactive-multi.Po > rm -f ./.deps/test-interactive.Po > rm -f ./.deps/test-registry.Po > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/test' > Making distclean in doc > make[2]: Entering directory '/<<PKGBUILDDIR>>/doc' > Making distclean in reference > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/reference' > test -z "gtkhotkey.actions gtkhotkey.args gtkhotkey.hierarchy > gtkhotkey.interfaces gtkhotkey.prerequisites gtkhotkey.signals > gtkhotkey-undocumented.txt gtkhotkey-undeclared.txt gtkhotkey-unused.txt > setup-build.stamp scan-build.stamp sgml-build.stamp html-build.stamp > pdf-build.stamp sgml.stamp html.stamp pdf.stamp gtkdoc-check.test" || rm -f > gtkhotkey.actions gtkhotkey.args gtkhotkey.hierarchy gtkhotkey.interfaces > gtkhotkey.prerequisites gtkhotkey.signals gtkhotkey-undocumented.txt > gtkhotkey-undeclared.txt gtkhotkey-unused.txt setup-build.stamp > scan-build.stamp sgml-build.stamp html-build.stamp pdf-build.stamp sgml.stamp > html.stamp pdf.stamp gtkdoc-check.test > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f Makefile > make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/reference' > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' > rm -rf .libs _libs > rm -f *.lo > test -z "" || rm -f > test . = "." || test -z "" || rm -f > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > rm -rf .libs _libs > rm -f *.lo > test -z "gtkhotkey-1.0.pc" || rm -f gtkhotkey-1.0.pc > test . = "." || test -z "" || rm -f > test -z "intltool-extract intltool-merge intltool-update " || rm -f > intltool-extract intltool-merge intltool-update > rm -f config.h stamp-h1 > rm -f libtool config.lt > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > rm -f cscope.out cscope.in.out cscope.po.out cscope.files > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f debian/stamp-autotools > rmdir --ignore-fail-on-non-empty . > rmdir: failed to remove '.': Invalid argument > make: [/usr/share/cdbs/1/class/autotools.mk:64: makefile-clean] Error 1 > (ignored) > set -e; mv ./config.guess.cdbs-orig ./config.guess; mv > ./config.sub.cdbs-orig ./config.sub; > if test -e debian/autoreconf.before; then \ > dh_autoreconf_clean ; \ > fi > dh_clean > dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in > use) > rm -f debian/stamp-autotools-files > /usr/bin/make -f debian/rules reverse-config > make[1]: Entering directory '/<<PKGBUILDDIR>>' > set -e; > if test -e debian/autoreconf.before; then \ > dh_autoreconf_clean ; \ > fi > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > if [ -d "." ]; then \ > cd . && QUILT_PATCHES=/<<PKGBUILDDIR>>/debian/patches quilt --quiltrc > /dev/null pop -a -R || test $? = 2 ; \ > fi > Removing patch glib-single-include.patch > Restoring src/x11/tomboykeybinder.h > Restoring src/gtk-hotkey-error.h > > Removing patch 0001-Disable-debug-mode.patch > Restoring src/x11/tomboykeybinder.c > > No patches applied > rm -rf ./.pc > rm -f debian/stamp-patch* > debian/rules build > test -x debian/rules > mkdir -p "." > /usr/bin/make -f debian/rules reverse-config > make[1]: Entering directory '/<<PKGBUILDDIR>>' > set -e; > if test -e debian/autoreconf.before; then \ > dh_autoreconf_clean ; \ > fi > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > cd . && QUILT_PATCHES=/<<PKGBUILDDIR>>/debian/patches quilt --quiltrc > /dev/null push -a || test $? = 2 > Applying patch 0001-Disable-debug-mode.patch > patching file src/x11/tomboykeybinder.c > > Applying patch glib-single-include.patch > patching file src/gtk-hotkey-error.h > patching file src/x11/tomboykeybinder.h > > Now at patch glib-single-include.patch > touch debian/stamp-patched > /usr/bin/make -f debian/rules update-config > make[1]: Entering directory '/<<PKGBUILDDIR>>' > set -e; mv ./config.guess ./config.guess.cdbs-orig; cp --remove-destination > /usr/share/misc/config.guess ./config.guess; > set -e; mv ./config.sub ./config.sub.cdbs-orig; cp --remove-destination > /usr/share/misc/config.sub ./config.sub; > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > set -e; > set -e; > dh_autoreconf > libtoolize: putting auxiliary files in '.'. > libtoolize: copying file './ltmain.sh' > libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, > libtoolize: and rerunning libtoolize and aclocal. > libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. > configure.ac:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are > deprecated. > ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... > aclocal.m4:10685: AM_INIT_AUTOMAKE is expanded from... > configure.ac:6: the top level > configure.ac:7: warning: 'AM_CONFIG_HEADER': this macro is obsolete. > configure.ac:7: You should use the 'AC_CONFIG_HEADERS' macro instead. > ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... > aclocal.m4:11037: AM_CONFIG_HEADER is expanded from... > configure.ac:7: the top level > configure.ac:10: warning: The macro `AC_ISC_POSIX' is obsolete. > configure.ac:10: You should run autoupdate. > ./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from... > configure.ac:10: the top level > configure.ac:12: warning: 'AM_PROG_CC_STDC': this macro is obsolete. > configure.ac:12: You should simply use the 'AC_PROG_CC' macro instead. > configure.ac:12: Also, your code should no longer depend upon > 'am_cv_prog_cc_stdc', > configure.ac:12: but upon 'ac_cv_prog_cc_stdc'. > ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... > aclocal.m4:11043: AM_PROG_CC_STDC is expanded from... > configure.ac:12: the top level > configure.ac:13: warning: The macro `AC_HEADER_STDC' is obsolete. > configure.ac:13: You should run autoupdate. > ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... > configure.ac:13: the top level > configure.ac:41: warning: The macro `GLIB_GNU_GETTEXT' is obsolete. > configure.ac:41: You should run autoupdate. > aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from... > aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from... > configure.ac:41: the top level > configure.ac:41: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:41: You should run autoupdate. > ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... > lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... > lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... > ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... > ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... > aclocal.m4:73: GLIB_LC_MESSAGES is expanded from... > aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from... > aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from... > configure.ac:41: the top level > configure.ac:41: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:41: You should run autoupdate. > ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... > lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... > lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... > ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... > ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... > lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... > ./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... > ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... > aclocal.m4:172: GLIB_WITH_NLS is expanded from... > aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from... > aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from... > configure.ac:41: the top level > configure.ac:41: warning: The macro `AC_TRY_LINK' is obsolete. > configure.ac:41: You should run autoupdate. > ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... > lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... > ./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... > ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... > aclocal.m4:172: GLIB_WITH_NLS is expanded from... > aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from... > aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from... > configure.ac:41: the top level > configure.ac:41: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete. > configure.ac:41: You should run autoupdate. > ./lib/autoconf/status.m4:1025: AC_OUTPUT_COMMANDS is expanded from... > aclocal.m4:172: GLIB_WITH_NLS is expanded from... > aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from... > aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from... > configure.ac:41: the top level > configure.ac:45: warning: The macro `AM_PROG_LIBTOOL' is obsolete. > configure.ac:45: You should run autoupdate. > aclocal.m4:914: AM_PROG_LIBTOOL is expanded from... > configure.ac:45: the top level > configure.ac:61: warning: AC_OUTPUT should be used without arguments. > configure.ac:61: You should run autoupdate. > configure.ac:6: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are > deprecated. For more info, see: > configure.ac:6: > https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation > configure.ac:10: installing './compile' > configure.ac:6: installing './install-sh' > configure.ac:6: installing './missing' > Makefile.am: installing './INSTALL' > doc/reference/Makefile.am:51: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > src/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or > '*_CPPFLAGS') > src/Makefile.am:49: warning: source file 'x11/eggaccelerators.c' is in a > subdirectory, > src/Makefile.am:49: but option 'subdir-objects' is disabled > automake: warning: possible forward-incompatibility. > automake: At least one source file is in a subdirectory, but the > 'subdir-objects' > automake: automake option hasn't been enabled. For now, the corresponding > output > automake: object file(s) will be placed in the top-level directory. However, > this > automake: behavior may change in a future Automake major version, with object > automake: files being placed in the same subdirectory as the corresponding > sources. > automake: You are advised to start using 'subdir-objects' option throughout > your > automake: project, to avoid future incompatibilities. > src/Makefile.am:49: warning: source file 'x11/tomboykeybinder.c' is in a > subdirectory, > src/Makefile.am:49: but option 'subdir-objects' is disabled > src/Makefile.am: installing './depcomp' > test/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or > '*_CPPFLAGS') > touch debian/stamp-autotools-files > chmod a+x /<<PKGBUILDDIR>>/./configure > mkdir -p . > cd . && CFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security" CXXFLAGS="-g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" > LDFLAGS="-Wl,-z,relro" /<<PKGBUILDDIR>>/./configure --build=x86_64-linux-gnu > --prefix=/usr --includedir="\${prefix}/include" > --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" > --sysconfdir=/etc --localstatedir=/var > --libexecdir="\${prefix}/lib/gtkhotkey" --srcdir=. --disable-maintainer-mode > --disable-dependency-tracking --disable-silent-rules > --libdir=\${prefix}/lib/x86_64-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a race-free mkdir -p... /bin/mkdir -p > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking whether make supports nested variables... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking whether make supports the include directive... yes (GNU style) > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether the compiler supports GNU C... yes > checking whether gcc accepts -g... yes > checking for gcc option to enable C11 features... none needed > checking whether gcc understands -c and -o together... yes > checking dependency style of gcc... none > checking for library containing strerror... none required > checking for gcc... (cached) gcc > checking whether the compiler supports GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to enable C11 features... (cached) none needed > checking whether gcc understands -c and -o together... (cached) yes > checking dependency style of gcc... (cached) none > checking for gcc... (cached) gcc > checking whether the compiler supports GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to enable C11 features... (cached) none needed > checking whether gcc understands -c and -o together... (cached) yes > checking dependency style of gcc... (cached) none > checking for stdio.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for strings.h... yes > checking for sys/stat.h... yes > checking for sys/types.h... yes > checking for unistd.h... yes > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking for CFPreferencesCopyAppValue... no > checking for CFLocaleCopyCurrent... no > checking for libintl.h... yes > checking for ngettext in libc... yes > checking for dgettext in libc... yes > checking for bind_textdomain_codeset... yes > checking for msgfmt... /usr/bin/msgfmt > checking for dcgettext... yes > checking if msgfmt accepts -c... yes > checking for gmsgfmt... /usr/bin/msgfmt > checking for xgettext... /usr/bin/xgettext > checking whether NLS is requested... yes > checking for intltool >= 0.35.0... 0.51.0 found > checking for intltool-update... /usr/bin/intltool-update > checking for intltool-merge... /usr/bin/intltool-merge > checking for intltool-extract... /usr/bin/intltool-extract > checking for xgettext... (cached) /usr/bin/xgettext > checking for msgmerge... /usr/bin/msgmerge > checking for msgfmt... (cached) /usr/bin/msgfmt > checking for gmsgfmt... (cached) /usr/bin/msgfmt > checking for perl... /usr/bin/perl > checking for perl >= 5.8.1... 5.36.0 > checking for XML::Parser... ok > checking build system type... x86_64-pc-linux-gnu > checking host system type... x86_64-pc-linux-gnu > checking how to print strings... printf > checking for a sed that does not truncate output... /bin/sed > checking for fgrep... /bin/grep -F > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... 1572864 > checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu > format... func_convert_file_noop > checking how to convert x86_64-pc-linux-gnu file names to toolchain format... > func_convert_file_noop > checking for /usr/bin/ld option to reload object files... -r > checking for file... file > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for dlltool... no > checking how to associate runtime and link libraries... printf %s\n > checking for ar... ar > checking for archiver @FILE support... @ > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for sysroot... no > checking for a working dd... /bin/dd > checking how to truncate binary pipes... /bin/dd bs=4096 count=1 > checking for mt... no > checking if : is a manifest tool... no > checking for dlfcn.h... yes > checking for objdir... .libs > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC -DPIC > checking if gcc PIC flag -fPIC -DPIC works... yes > checking if gcc static flag -static works... yes > checking if gcc supports -c -o file.o... yes > checking if gcc supports -c -o file.o... (cached) yes > checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared > libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for glib-2.0 >= 2.15.6 gobject-2.0 >= 2.15.6 gio-2.0 >= 2.15.6 > gio-unix-2.0 >= 2.15.6 gtk+-2.0 >= 2.12... yes > checking for gtk-doc... yes > checking for gtkdoc-check... gtkdoc-check.test > checking for gtkdoc-check... /usr/bin/gtkdoc-check > checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase > checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf > checking whether to build gtk-doc documentation... no > checking for glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0... yes > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating gtkhotkey-1.0.pc > config.status: creating Makefile > config.status: creating src/Makefile > config.status: creating po/Makefile.in > config.status: creating test/Makefile > config.status: creating doc/Makefile > config.status: creating doc/reference/Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing default-1 commands > config.status: executing libtool commands > config.status: executing po/stamp-it commands > touch debian/stamp-autotools > /usr/bin/make -C . > make[1]: Entering directory '/<<PKGBUILDDIR>>' > /usr/bin/make all-recursive > make[2]: Entering directory '/<<PKGBUILDDIR>>' > Making all in src > make[3]: Entering directory '/<<PKGBUILDDIR>>/src' > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-info.lo gtk-hotkey-info.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-info.c -fPIC -DPIC -o > .libs/gtk-hotkey-info.o > gtk-hotkey-info.c: In function âgtk_hotkey_info_class_initâ: > gtk-hotkey-info.c:471:9: warning: âg_type_class_add_privateâ is > deprecated [-Wdeprecated-declarations] > 471 | g_type_class_add_private (klass, sizeof > (GtkHotkeyInfoPrivate)); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > In file included from /usr/include/glib-2.0/gobject/gobject.h:26, > from /usr/include/glib-2.0/gobject/gbinding.h:31, > from /usr/include/glib-2.0/glib-object.h:24, > from gtk-hotkey-info.h:27, > from gtk-hotkey-info.c:19: > /usr/include/glib-2.0/gobject/gtype.h:1495:10: note: declared here > 1495 | void g_type_class_add_private (gpointer > g_class, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > gtk-hotkey-info.c: In function âgtk_hotkey_info_initâ: > gtk-hotkey-info.c:595:20: warning: Deprecated pre-processor symbol: replace > with "G_ADD_PRIVATE" > 595 | self->priv = GTK_HOTKEY_INFO_GET_PRIVATE (self); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-info.c -o gtk-hotkey-info.o >/dev/null > 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-key-file-registry.lo > gtk-hotkey-key-file-registry.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-key-file-registry.c -fPIC -DPIC -o > .libs/gtk-hotkey-key-file-registry.o > gtk-hotkey-key-file-registry.c: In function > âgtk_hotkey_key_file_registry_real_get_hotkeyâ: > gtk-hotkey-key-file-registry.c:87:42: warning: variable âselfâ set but > not used [-Wunused-but-set-variable] > 87 | GtkHotkeyKeyFileRegistry *self; > | ^~~~ > gtk-hotkey-key-file-registry.c: In function > âgtk_hotkey_key_file_registry_real_get_application_hotkeysâ: > gtk-hotkey-key-file-registry.c:116:50: warning: variable âselfâ set but > not used [-Wunused-but-set-variable] > 116 | GtkHotkeyKeyFileRegistry *self; > | ^~~~ > gtk-hotkey-key-file-registry.c: In function > âgtk_hotkey_key_file_registry_real_get_all_hotkeysâ: > gtk-hotkey-key-file-registry.c:134:35: warning: variable âselfâ set but > not used [-Wunused-but-set-variable] > 134 | GtkHotkeyKeyFileRegistry *self; > | ^~~~ > gtk-hotkey-key-file-registry.c: In function > âgtk_hotkey_key_file_registry_real_store_hotkeyâ: > gtk-hotkey-key-file-registry.c:214:42: warning: variable âselfâ set but > not used [-Wunused-but-set-variable] > 214 | GtkHotkeyKeyFileRegistry *self; > | ^~~~ > gtk-hotkey-key-file-registry.c: In function > âgtk_hotkey_key_file_registry_real_delete_hotkeyâ: > gtk-hotkey-key-file-registry.c:321:35: warning: variable âselfâ set but > not used [-Wunused-but-set-variable] > 321 | GtkHotkeyKeyFileRegistry *self; > | ^~~~ > gtk-hotkey-key-file-registry.c: In function > âgtk_hotkey_key_file_registry_real_has_hotkeyâ: > gtk-hotkey-key-file-registry.c:458:35: warning: variable âselfâ set but > not used [-Wunused-but-set-variable] > 458 | GtkHotkeyKeyFileRegistry *self; > | ^~~~ > gtk-hotkey-key-file-registry.c: In function > âgtk_hotkey_key_file_registry_real_store_hotkeyâ: > gtk-hotkey-key-file-registry.c:301:20: warning: âgroupâ may be used > uninitialized [-Wmaybe-uninitialized] > 301 | if (group) g_free (group); > | ^ > gtk-hotkey-key-file-registry.c:218:70: note: âgroupâ was declared here > 218 | gchar *file_path, > *group; > | > ^~~~~ > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-key-file-registry.c -o > gtk-hotkey-key-file-registry.o >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-listener.lo gtk-hotkey-listener.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-listener.c -fPIC -DPIC -o > .libs/gtk-hotkey-listener.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-listener.c -o gtk-hotkey-listener.o > >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-registry.lo gtk-hotkey-registry.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-registry.c -fPIC -DPIC -o > .libs/gtk-hotkey-registry.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-registry.c -o gtk-hotkey-registry.o > >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-x11-listener.lo > gtk-hotkey-x11-listener.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-x11-listener.c -fPIC -DPIC -o > .libs/gtk-hotkey-x11-listener.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-x11-listener.c -o > gtk-hotkey-x11-listener.o >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o eggaccelerators.lo `test -f > 'x11/eggaccelerators.c' || echo './'`x11/eggaccelerators.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c x11/eggaccelerators.c -fPIC -DPIC -o > .libs/eggaccelerators.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c x11/eggaccelerators.c -o eggaccelerators.o > >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o tomboykeybinder.lo `test -f > 'x11/tomboykeybinder.c' || echo './'`x11/tomboykeybinder.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c x11/tomboykeybinder.c -fPIC -DPIC -o > .libs/tomboykeybinder.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c x11/tomboykeybinder.c -o tomboykeybinder.o > >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-marshal.lo gtk-hotkey-marshal.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-marshal.c -fPIC -DPIC -o > .libs/gtk-hotkey-marshal.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-marshal.c -o gtk-hotkey-marshal.o > >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-error.lo gtk-hotkey-error.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-error.c -fPIC -DPIC -o > .libs/gtk-hotkey-error.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-error.c -o gtk-hotkey-error.o > >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" > -DPACKAGE_DATA_DIR=\""/usr/share"\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c -o gtk-hotkey-utils.lo gtk-hotkey-utils.c > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-utils.c -fPIC -DPIC -o > .libs/gtk-hotkey-utils.o > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. > -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -DPACKAGE_SRC_DIR=\".\" > -DPACKAGE_DATA_DIR=\"/usr/share\" -DG_LOG_DOMAIN=\"GtkHotkey\" > -DGTK_HOTKEY_COMPILATION=1 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount > -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 > -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu > -I/usr/include/atk-1.0 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -g > -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -c gtk-hotkey-utils.c -o gtk-hotkey-utils.o > >/dev/null 2>&1 > /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -version-info 1:0:0 -no-undefined > -export-symbols-regex "^gtk_hotkey_.*" -Wl,-z,relro -o libgtkhotkey.la -rpath > /usr/lib/x86_64-linux-gnu gtk-hotkey-info.lo gtk-hotkey-key-file-registry.lo > gtk-hotkey-listener.lo gtk-hotkey-registry.lo gtk-hotkey-x11-listener.lo > eggaccelerators.lo tomboykeybinder.lo gtk-hotkey-marshal.lo > gtk-hotkey-error.lo gtk-hotkey-utils.lo -lgtk-x11-2.0 -lgdk-x11-2.0 > -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 > -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype > libtool: link: /usr/bin/nm -B .libs/gtk-hotkey-info.o > .libs/gtk-hotkey-key-file-registry.o .libs/gtk-hotkey-listener.o > .libs/gtk-hotkey-registry.o .libs/gtk-hotkey-x11-listener.o > .libs/eggaccelerators.o .libs/tomboykeybinder.o .libs/gtk-hotkey-marshal.o > .libs/gtk-hotkey-error.o .libs/gtk-hotkey-utils.o | /bin/sed -n -e 's/^.*[ > ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ > ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed '/ __gnu_lto/d' | > /bin/sed 's/.* //' | sort | uniq > .libs/libgtkhotkey.exp > libtool: link: /bin/grep -E -e "^gtk_hotkey_.*" ".libs/libgtkhotkey.exp" > > ".libs/libgtkhotkey.expT" > libtool: link: mv -f ".libs/libgtkhotkey.expT" ".libs/libgtkhotkey.exp" > libtool: link: echo "{ global:" > .libs/libgtkhotkey.ver > libtool: link: cat .libs/libgtkhotkey.exp | /bin/sed -e "s/\(.*\)/\1;/" >> > .libs/libgtkhotkey.ver > libtool: link: echo "local: *; };" >> .libs/libgtkhotkey.ver > libtool: link: gcc -shared -fPIC -DPIC .libs/gtk-hotkey-info.o > .libs/gtk-hotkey-key-file-registry.o .libs/gtk-hotkey-listener.o > .libs/gtk-hotkey-registry.o .libs/gtk-hotkey-x11-listener.o > .libs/eggaccelerators.o .libs/tomboykeybinder.o .libs/gtk-hotkey-marshal.o > .libs/gtk-hotkey-error.o .libs/gtk-hotkey-utils.o -lgtk-x11-2.0 > -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 > -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig > -lfreetype -g -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-soname > -Wl,libgtkhotkey.so.1 -Wl,-version-script -Wl,.libs/libgtkhotkey.ver -o > .libs/libgtkhotkey.so.1.0.0 > libtool: link: (cd ".libs" && rm -f "libgtkhotkey.so.1" && ln -s > "libgtkhotkey.so.1.0.0" "libgtkhotkey.so.1") > libtool: link: (cd ".libs" && rm -f "libgtkhotkey.so" && ln -s > "libgtkhotkey.so.1.0.0" "libgtkhotkey.so") > libtool: link: ar cr .libs/libgtkhotkey.a gtk-hotkey-info.o > gtk-hotkey-key-file-registry.o gtk-hotkey-listener.o gtk-hotkey-registry.o > gtk-hotkey-x11-listener.o eggaccelerators.o tomboykeybinder.o > gtk-hotkey-marshal.o gtk-hotkey-error.o gtk-hotkey-utils.o > libtool: link: ranlib .libs/libgtkhotkey.a > libtool: link: ( cd ".libs" && rm -f "libgtkhotkey.la" && ln -s > "../libgtkhotkey.la" "libgtkhotkey.la" ) > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' > Making all in po > make[3]: Entering directory '/<<PKGBUILDDIR>>/po' > make[3]: Nothing to be done for 'all'. > make[3]: Leaving directory '/<<PKGBUILDDIR>>/po' > Making all in test > make[3]: Entering directory '/<<PKGBUILDDIR>>/test' > make[3]: Nothing to be done for 'all'. > make[3]: Leaving directory '/<<PKGBUILDDIR>>/test' > Making all in doc > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' > Making all in reference > make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/reference' > make[4]: Nothing to be done for 'all'. > make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/reference' > make[4]: Entering directory '/<<PKGBUILDDIR>>/doc' > make[4]: Nothing to be done for 'all-am'. > make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[3]: Entering directory '/<<PKGBUILDDIR>>' > make[3]: Leaving directory '/<<PKGBUILDDIR>>' > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > touch debian/stamp-makefile-build > CDBS WARNING: DEB_MAKE_CHECK_TARGET unset, not running checks > fakeroot debian/rules binary > test -x debian/rules > dh_testroot > dh_prep > dh_installdirs -A > dh_installdirs: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > mkdir -p "." > set -e; > set -e; > CDBS WARNING: DEB_MAKE_CHECK_TARGET unset, not running checks > /usr/bin/make -C . install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp/ > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making install in src > make[2]: Entering directory '/<<PKGBUILDDIR>>/src' > make[3]: Entering directory '/<<PKGBUILDDIR>>/src' > /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu' > /bin/bash ../libtool --mode=install /usr/bin/install -c libgtkhotkey.la > '/<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu' > libtool: install: /usr/bin/install -c .libs/libgtkhotkey.so.1.0.0 > /<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu/libgtkhotkey.so.1.0.0 > libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu > && { ln -s -f libgtkhotkey.so.1.0.0 libgtkhotkey.so.1 || { rm -f > libgtkhotkey.so.1 && ln -s libgtkhotkey.so.1.0.0 libgtkhotkey.so.1; }; }) > libtool: install: (cd /<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu > && { ln -s -f libgtkhotkey.so.1.0.0 libgtkhotkey.so || { rm -f > libgtkhotkey.so && ln -s libgtkhotkey.so.1.0.0 libgtkhotkey.so; }; }) > libtool: install: /usr/bin/install -c .libs/libgtkhotkey.lai > /<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu/libgtkhotkey.la > libtool: install: /usr/bin/install -c .libs/libgtkhotkey.a > /<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu/libgtkhotkey.a > libtool: install: chmod 644 > /<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu/libgtkhotkey.a > libtool: install: ranlib > /<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu/libgtkhotkey.a > libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu' > /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp//usr/include/gtkhotkey-1.0' > /usr/bin/install -c -m 644 gtkhotkey.h gtk-hotkey-info.h > gtk-hotkey-key-file-registry.h gtk-hotkey-listener.h gtk-hotkey-registry.h > gtk-hotkey-x11-listener.h gtk-hotkey-error.h > '/<<PKGBUILDDIR>>/debian/tmp//usr/include/gtkhotkey-1.0' > make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' > make[2]: Leaving directory '/<<PKGBUILDDIR>>/src' > Making install in po > make[2]: Entering directory '/<<PKGBUILDDIR>>/po' > linguas=""; \ > for lang in $linguas; do \ > dir=/<<PKGBUILDDIR>>/debian/tmp//usr/share/locale/$lang/LC_MESSAGES; \ > /bin/bash /<<PKGBUILDDIR>>/install-sh -d $dir; \ > if test -r $lang.gmo; then \ > /usr/bin/install -c -m 644 $lang.gmo $dir/gtkhotkey.mo; \ > echo "installing $lang.gmo as $dir/gtkhotkey.mo"; \ > else \ > /usr/bin/install -c -m 644 ./$lang.gmo $dir/gtkhotkey.mo; \ > echo "installing ./$lang.gmo as" \ > "$dir/gtkhotkey.mo"; \ > fi; \ > if test -r $lang.gmo.m; then \ > /usr/bin/install -c -m 644 $lang.gmo.m $dir/gtkhotkey.mo.m; \ > echo "installing $lang.gmo.m as $dir/gtkhotkey.mo.m"; \ > else \ > if test -r ./$lang.gmo.m ; then \ > /usr/bin/install -c -m 644 ./$lang.gmo.m \ > $dir/gtkhotkey.mo.m; \ > echo "installing ./$lang.gmo.m as" \ > "$dir/gtkhotkey.mo.m"; \ > else \ > true; \ > fi; \ > fi; \ > done > make[2]: Leaving directory '/<<PKGBUILDDIR>>/po' > Making install in test > make[2]: Entering directory '/<<PKGBUILDDIR>>/test' > make[3]: Entering directory '/<<PKGBUILDDIR>>/test' > make[3]: Nothing to be done for 'install-exec-am'. > make[3]: Nothing to be done for 'install-data-am'. > make[3]: Leaving directory '/<<PKGBUILDDIR>>/test' > make[2]: Leaving directory '/<<PKGBUILDDIR>>/test' > Making install in doc > make[2]: Entering directory '/<<PKGBUILDDIR>>/doc' > Making install in reference > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc/reference' > make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/reference' > make[4]: Nothing to be done for 'install-exec-am'. > Nothing to install > make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/reference' > make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/reference' > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' > make[4]: Entering directory '/<<PKGBUILDDIR>>/doc' > make[4]: Nothing to be done for 'install-exec-am'. > make[4]: Nothing to be done for 'install-data-am'. > make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > make[3]: Entering directory '/<<PKGBUILDDIR>>' > make[3]: Nothing to be done for 'install-exec-am'. > /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp//usr/doc/gtkhotkey' > /usr/bin/install -c -m 644 README COPYING AUTHORS INSTALL doc/gpl-3.0.txt > NEWS '/<<PKGBUILDDIR>>/debian/tmp//usr/doc/gtkhotkey' > /bin/mkdir -p > '/<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu/pkgconfig' > /usr/bin/install -c -m 644 gtkhotkey-1.0.pc > '/<<PKGBUILDDIR>>/debian/tmp//usr/lib/x86_64-linux-gnu/pkgconfig' > make[3]: Leaving directory '/<<PKGBUILDDIR>>' > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > touch debian/stamp-makefile-install > Adding cdbs dependencies to debian/libgtkhotkey1.substvars > dh_installdirs -plibgtkhotkey1 \ > > dh_installdirs: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > Adding cdbs dependencies to debian/libgtkhotkey-dev.substvars > dh_installdirs -plibgtkhotkey-dev \ > > dh_installdirs: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installdocs -plibgtkhotkey1 ./README ./NEWS ./AUTHORS > dh_installdocs: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installexamples -plibgtkhotkey1 > dh_installexamples: warning: Compatibility levels before 10 are deprecated > (level 9 in use) > dh_installman -plibgtkhotkey1 > dh_installman: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installinfo -plibgtkhotkey1 > dh_installinfo: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installmenu -plibgtkhotkey1 > dh_installcron -plibgtkhotkey1 > dh_systemd_enable -plibgtkhotkey1 > dh_systemd_enable: warning: Compatibility levels before 10 are deprecated > (level 9 in use) > dh_installinit -plibgtkhotkey1 > dh_installinit: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installdebconf -plibgtkhotkey1 > dh_installemacsen -plibgtkhotkey1 > dh_installcatalogs -plibgtkhotkey1 > dh_installpam -plibgtkhotkey1 > dh_installpam: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installlogrotate -plibgtkhotkey1 > dh_installlogcheck -plibgtkhotkey1 > dh_installchangelogs -plibgtkhotkey1 ./ChangeLog > dh_installudev -plibgtkhotkey1 > dh_lintian -plibgtkhotkey1 > dh_bugfiles -plibgtkhotkey1 > dh_install -plibgtkhotkey1 > dh_install: warning: Compatibility levels before 10 are deprecated (level 9 > in use) > dh_systemd_start -plibgtkhotkey1 > dh_systemd_start: warning: Compatibility levels before 10 are deprecated > (level 9 in use) > dh_link -plibgtkhotkey1 > dh_installmime -plibgtkhotkey1 > dh_installgsettings -plibgtkhotkey1 > dh_installdocs -plibgtkhotkey-dev ./README ./NEWS ./AUTHORS > dh_installdocs: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installexamples -plibgtkhotkey-dev > dh_installexamples: warning: Compatibility levels before 10 are deprecated > (level 9 in use) > dh_installman -plibgtkhotkey-dev > dh_installman: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installinfo -plibgtkhotkey-dev > dh_installinfo: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installmenu -plibgtkhotkey-dev > dh_installcron -plibgtkhotkey-dev > dh_systemd_enable -plibgtkhotkey-dev > dh_systemd_enable: warning: Compatibility levels before 10 are deprecated > (level 9 in use) > dh_installinit -plibgtkhotkey-dev > dh_installinit: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installdebconf -plibgtkhotkey-dev > dh_installemacsen -plibgtkhotkey-dev > dh_installcatalogs -plibgtkhotkey-dev > dh_installpam -plibgtkhotkey-dev > dh_installpam: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > dh_installlogrotate -plibgtkhotkey-dev > dh_installlogcheck -plibgtkhotkey-dev > dh_installchangelogs -plibgtkhotkey-dev ./ChangeLog > dh_installudev -plibgtkhotkey-dev > dh_lintian -plibgtkhotkey-dev > dh_bugfiles -plibgtkhotkey-dev > dh_install -plibgtkhotkey-dev > dh_install: warning: Compatibility levels before 10 are deprecated (level 9 > in use) > dh_install: warning: Cannot find (any matches for) "usr/share/gtk-doc/html/*" > (tried in ., debian/tmp) > > dh_install: warning: libgtkhotkey-dev missing files: usr/share/gtk-doc/html/* > dh_install: error: missing files, aborting > make: *** [/usr/share/cdbs/1/rules/debhelper.mk:254: > binary-install/libgtkhotkey-dev] Error 25 > dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned > exit status 2 > > E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage > --sanitize-env -us -uc -rfakeroot -b' failed to run. The full build log is available from: http://qa-logs.debian.net/2023/08/16/gtkhotkey_0.2.1-6_unstable.log If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.

