Bug#1049631: gnomekiss: Fails to build binary packages again after successful build
Lucas Nussbaum
lucas at debian.org
Wed Aug 16 08:42:49 BST 2023
Source: gnomekiss
Version: 2.0-6.1
Severity: minor
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: debian-qa at lists.debian.org
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 gnomekiss
> dpkg-buildpackage: info: source version 2.0-6.1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Sudip Mukherjee <sudipm.mukherjee at gmail.com>
> dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
> fakeroot debian/rules clean
> dh clean
> dh_auto_clean
> make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> test -z "gnomekiss" || rm -f gnomekiss
> rm -f *.o
> rm -f *.tab.c
> test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f
> rm -f ./.deps/callbacks.Po
> rm -f ./.deps/cell.Po
> rm -f ./.deps/cnf.Po
> rm -f ./.deps/collision.Po
> rm -f ./.deps/errors.Po
> rm -f ./.deps/event.Po
> rm -f ./.deps/french.Po
> rm -f ./.deps/interface.Po
> rm -f ./.deps/lzh.Po
> rm -f ./.deps/main.Po
> rm -f ./.deps/support.Po
> rm -f ./.deps/timer.Po
> rm -f ./.deps/util.Po
> rm -f ./.deps/variable.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Making distclean in po
> make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
> rm -f core core.* *.pox gnomekiss.po *.old.po cat-id-tbl.tmp
> rm -fr *.o
> rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
> Making distclean in doc
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f org.tlrmx.devel.GnomeKiss.gschema.valid
> test -z "gnomekiss.spec" || rm -f gnomekiss.spec
> rm -f config.h stamp-h1
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> test . = "." || test -z "" || rm -f
> 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>>'
> dh_autoreconf_clean
> dh_clean
> debian/rules build
> dh build
> dh_update_autotools_config
> dh_autoreconf
> autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.
> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
> aclocal.m4:1349: AM_INIT_AUTOMAKE is expanded from...
> configure.in:4: the top level
> configure.in:6: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
> configure.in:6: You should use the 'AC_CONFIG_HEADERS' macro instead.
> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
> aclocal.m4:1701: AM_CONFIG_HEADER is expanded from...
> configure.in:6: the top level
> configure.in:8: warning: The macro `AC_ISC_POSIX' is obsolete.
> configure.in:8: You should run autoupdate.
> ./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from...
> configure.in:8: the top level
> configure.in:10: warning: 'AM_PROG_CC_STDC': this macro is obsolete.
> configure.in:10: You should simply use the 'AC_PROG_CC' macro instead.
> configure.in:10: Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
> configure.in:10: but upon 'ac_cv_prog_cc_stdc'.
> ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
> aclocal.m4:1707: AM_PROG_CC_STDC is expanded from...
> configure.in:10: the top level
> configure.in:11: warning: The macro `AC_HEADER_STDC' is obsolete.
> configure.in:11: You should run autoupdate.
> ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
> configure.in:11: the top level
> configure.in:24: warning: The macro `GLIB_GNU_GETTEXT' is obsolete.
> configure.in:24: You should run autoupdate.
> aclocal.m4:388: GLIB_GNU_GETTEXT is expanded from...
> aclocal.m4:488: AM_GLIB_GNU_GETTEXT is expanded from...
> configure.in:24: the top level
> configure.in:24: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.in:24: 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.in:24: the top level
> configure.in:24: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.in:24: 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.in:24: the top level
> configure.in:24: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.in:24: 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.in:24: the top level
> configure.in:24: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete.
> configure.in:24: 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.in:24: the top level
> configure.in:27: warning: AC_OUTPUT should be used without arguments.
> configure.in:27: You should run autoupdate.
> autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
> configure.in:4: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
> configure.in:8: installing './compile'
> configure.in:4: installing './install-sh'
> configure.in:4: installing './missing'
> Makefile.am: installing './INSTALL'
> src/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
> src/Makefile.am: installing './depcomp'
> automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> dh_auto_configure
> ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
> 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 pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for gtk+-3.0 libcanberra... yes
> 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 for catalogs to be installed... en_GB es es_ES
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking pkg-config is at least version 0.16... yes
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating po/Makefile.in
> config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
> config.status: creating doc/Makefile
> config.status: creating gnomekiss.spec
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing default-1 commands
> dh_auto_build
> make -j8
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make all-recursive
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> Making all in src
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o main.o main.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o cell.o cell.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o cnf.o cnf.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o collision.o collision.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o errors.o errors.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o event.o event.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o french.o french.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o lzh.o lzh.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o timer.o timer.c
> cnf.c: In function âparse_fileâ:
> cnf.c:148:13: warning: Deprecated pre-processor symbol: replace with "g_path_get_dirname"
> 148 | dirname= g_dirname(filename);
> | ^~~~~~~~~~~~~~~~~~~
> cnf.c:152:3: warning: âg_basenameâ is deprecated: Use 'g_path_get_basename' instead [-Wdeprecated-declarations]
> 152 | config.filename= g_strdup(g_basename(filename));
> | ^~~~~~
> In file included from /usr/include/glib-2.0/glib.h:50,
> from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
> from /usr/include/gtk-3.0/gdk/gdk.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:30,
> from cnf.c:31:
> /usr/include/glib-2.0/glib/gfileutils.h:207:14: note: declared here
> 207 | const gchar *g_basename (const gchar *file_name);
> | ^~~~~~~~~~
> errors.c: In function âlog_errorâ:
> errors.c:56:26: warning: â%uâ directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=]
> 56 | snprintf(line, 7, "%u", line_no);
> | ^~
> errors.c:56:25: note: directive argument in the range [1, 4294967295]
> 56 | snprintf(line, 7, "%u", line_no);
> | ^~~~
> In file included from /usr/include/stdio.h:906,
> from /usr/include/pango-1.0/pango/pango-utils.h:25,
> from /usr/include/pango-1.0/pango/pango.h:51,
> from /usr/include/gtk-3.0/gdk/gdktypes.h:35,
> from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:30,
> from /usr/include/gtk-3.0/gdk/gdk.h:32,
> from /usr/include/gtk-3.0/gtk/gtk.h:30,
> from errors.c:23:
> In function âsnprintfâ,
> inlined from âlog_errorâ at errors.c:56:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: â__builtin___snprintf_chkâ output between 2 and 11 bytes into a destination of size 7
> 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 55 | __glibc_objsize (__s), __fmt,
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 56 | __va_arg_pack ());
> | ~~~~~~~~~~~~~~~~~
> cnf.c:149:3: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 149 | chdir(dirname);
> | ^~~~~~~~~~~~~~
> cnf.c: In function âparse_paletteâ:
> cnf.c:404:3: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 404 | fread(buffer, 32, 1, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> cnf.c:415:7: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 415 | fread(buffer, 32, 1, fp); /* next 16 colors @ 12-bit */
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> cnf.c:428:11: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 428 | fread(palette, cols, 3, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> cnf.c:438:11: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 438 | fread(buffer, cols, 2, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> errors.c: In function âlog_warningâ:
> errors.c:79:26: warning: â%uâ directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-Wformat-truncation=]
> 79 | snprintf(line, 7, "%u*", line_no);
> | ^~
> errors.c:79:25: note: directive argument in the range [1, 4294967295]
> 79 | snprintf(line, 7, "%u*", line_no);
> | ^~~~~
> In function âsnprintfâ,
> inlined from âlog_warningâ at errors.c:79:7:
> /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: â__builtin___snprintf_chkâ output between 3 and 12 bytes into a destination of size 7
> 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 55 | __glibc_objsize (__s), __fmt,
> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 56 | __va_arg_pack ());
> | ~~~~~~~~~~~~~~~~~
> cell.c: In function âreset_cellsâ:
> cell.c:51:5: warning: âg_mem_chunk_destroyâ is deprecated [-Wdeprecated-declarations]
> 51 | g_mem_chunk_destroy(object_chunk);
> | ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib.h:110,
> from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
> from /usr/include/gtk-3.0/gdk/gdk.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:30,
> from cell.c:24:
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:48:17: note: declared here
> 48 | void g_mem_chunk_destroy (GMemChunk *mem_chunk);
> | ^~~~~~~~~~~~~~~~~~~
> cell.c:53:3: warning: âg_mem_chunk_newâ is deprecated [-Wdeprecated-declarations]
> 53 | object_chunk= g_mem_chunk_create(KissObject, 100, G_ALLOC_ONLY);
> | ^~~~~~~~~~~~
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:43:17: note: declared here
> 43 | GMemChunk * g_mem_chunk_new (const gchar *name,
> | ^~~~~~~~~~~~~~~
> cell.c: In function âcell_findâ:
> cell.c:388:5: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 388 | if (!g_strcasecmp(current->name, name)) {
> | ^~
> In file included from /usr/include/glib-2.0/glib/gstring.h:37,
> from /usr/include/glib-2.0/glib/giochannel.h:36,
> from /usr/include/glib-2.0/glib.h:56:
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> cell.c: In function âcell_newâ:
> cell.c:426:5: warning: âg_mem_chunk_alloc0â is deprecated [-Wdeprecated-declarations]
> 426 | cell->object= g_chunk_new0(KissObject, object_chunk);
> | ^~~~
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:52:17: note: declared here
> 52 | gpointer g_mem_chunk_alloc0 (GMemChunk *mem_chunk);
> | ^~~~~~~~~~~~~~~~~~
> cell.c:433:5: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 433 | if (!g_strcasecmp(((KissCell *) list->data)->name, filename)) {
> | ^~
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> cell.c: In function âcell_loadâ:
> cell.c:66:3: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 66 | fread(header, 4, 1, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o util.o util.c
> cell.c:75:5: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 75 | fread(header + 4, 28, 1, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cell.c:103:7: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 103 | fread(buffer, (cell->width + 1) / 2, 1, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cell.c:114:7: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 114 | fread(buffer, cell->width, 1, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cell.c:120:7: warning: ignoring return value of âfreadâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 120 | fread(buffer, cell->width, 4, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> french.c: In function âreset_frenchâ:
> french.c:47:5: warning: âg_mem_chunk_destroyâ is deprecated [-Wdeprecated-declarations]
> 47 | g_mem_chunk_destroy(action_chunk);
> | ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib.h:110,
> from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
> from /usr/include/gtk-3.0/gdk/gdk.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:30,
> from french.c:25:
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:48:17: note: declared here
> 48 | void g_mem_chunk_destroy (GMemChunk *mem_chunk);
> | ^~~~~~~~~~~~~~~~~~~
> french.c:49:3: warning: âg_mem_chunk_newâ is deprecated [-Wdeprecated-declarations]
> 49 | action_chunk= g_mem_chunk_create(KissAction, 100, G_ALLOC_ONLY);
> | ^~~~~~~~~~~~
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:43:17: note: declared here
> 43 | GMemChunk * g_mem_chunk_new (const gchar *name,
> | ^~~~~~~~~~~~~~~
> french.c: In function ânew_actionâ:
> french.c:459:3: warning: âg_mem_chunk_alloc0â is deprecated [-Wdeprecated-declarations]
> 459 | action= g_chunk_new0(KissAction, action_chunk);
> | ^~~~~~
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:52:17: note: declared here
> 52 | gpointer g_mem_chunk_alloc0 (GMemChunk *mem_chunk);
> | ^~~~~~~~~~~~~~~~~~
> collision.c: In function âcollision_findâ:
> collision.c:83:9: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 83 | !g_strcasecmp(collision->cell2->name, cell_two)) ||
> | ^
> In file included from /usr/include/glib-2.0/glib/gstring.h:37,
> from /usr/include/glib-2.0/glib/giochannel.h:36,
> from /usr/include/glib-2.0/glib.h:56,
> from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
> from /usr/include/gtk-3.0/gdk/gdk.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:30,
> from collision.c:23:
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> collision.c:85:9: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 85 | !g_strcasecmp(collision->cell1->name, cell_two))) {
> | ^
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> collision.c:98:5: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 98 | if (!g_strcasecmp(cell2->name, cell_two)) {
> | ^~
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> collision.c:104:9: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 104 | if (!g_strcasecmp(cell1->name, cell_one)) {
> | ^~
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> lzh.c: In function âlha_case_fixupâ:
> lzh.c:139:3: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 139 | chdir(temp);
> | ^~~~~~~~~~~
> lzh.c: In function âlha_closeâ:
> lzh.c:116:3: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 116 | chdir(temp);
> | ^~~~~~~~~~~
> lzh.c:124:3: warning: ignoring return value of âchdirâ declared with attribute âwarn_unused_resultâ [-Wunused-result]
> 124 | chdir("..");
> | ^~~~~~~~~~~
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o variable.o variable.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o support.o support.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o interface.o interface.c
> gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -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/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -c -o callbacks.o callbacks.c
> util.c: In function âreset_eventsâ:
> util.c:63:5: warning: âg_mem_chunk_destroyâ is deprecated [-Wdeprecated-declarations]
> 63 | g_mem_chunk_destroy(event_chunk);
> | ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib.h:110,
> from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
> from /usr/include/gtk-3.0/gdk/gdk.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:30,
> from util.c:23:
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:48:17: note: declared here
> 48 | void g_mem_chunk_destroy (GMemChunk *mem_chunk);
> | ^~~~~~~~~~~~~~~~~~~
> util.c:65:3: warning: âg_mem_chunk_newâ is deprecated [-Wdeprecated-declarations]
> 65 | event_chunk= g_mem_chunk_create(KissActionList, 100, G_ALLOC_ONLY);
> | ^~~~~~~~~~~
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:43:17: note: declared here
> 43 | GMemChunk * g_mem_chunk_new (const gchar *name,
> | ^~~~~~~~~~~~~~~
> util.c: In function âcase_fixupâ:
> util.c:140:5: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 140 | if (!g_strcasecmp(filename, dirent->d_name)) {
> | ^~
> In file included from /usr/include/glib-2.0/glib/gstring.h:37,
> from /usr/include/glib-2.0/glib/giochannel.h:36,
> from /usr/include/glib-2.0/glib.h:56:
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> util.c: In function âopen_eitherâ:
> util.c:310:3: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 310 | if (len > 4 && g_strcasecmp(filename + len - 4, ".lzh") == 0) {
> | ^~
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> util.c: In function âevent_find_or_insertâ:
> util.c:387:5: warning: âg_mem_chunk_alloc0â is deprecated [-Wdeprecated-declarations]
> 387 | event= g_chunk_new0(KissActionList, event_chunk);
> | ^~~~~
> /usr/include/glib-2.0/glib/deprecated/gallocator.h:52:17: note: declared here
> 52 | gpointer g_mem_chunk_alloc0 (GMemChunk *mem_chunk);
> | ^~~~~~~~~~~~~~~~~~
> variable.c: In function âvar_findâ:
> variable.c:40:5: warning: âg_strcasecmpâ is deprecated [-Wdeprecated-declarations]
> 40 | if (!g_strcasecmp(current->name, name))
> | ^~
> In file included from /usr/include/glib-2.0/glib/gstring.h:37,
> from /usr/include/glib-2.0/glib/giochannel.h:36,
> from /usr/include/glib-2.0/glib.h:56,
> from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
> from /usr/include/gtk-3.0/gdk/gdk.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:30,
> from variable.c:25:
> /usr/include/glib-2.0/glib/gstrfuncs.h:268:23: note: declared here
> 268 | gint g_strcasecmp (const gchar *s1,
> | ^~~~~~~~~~~~
> gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wl,-z,relro -Wl,--as-needed -o gnomekiss main.o cell.o cnf.o collision.o errors.o event.o french.o lzh.o timer.o util.o variable.o support.o interface.o callbacks.o -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcanberra
> /usr/bin/ld: lzh.o: in function `lha_open':
> ./src/./src/lzh.c:49:(.text+0x187): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
> 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 doc
> make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas --strict --dry-run --schema-file=org.tlrmx.devel.GnomeKiss.gschema.xml && mkdir -p . && touch org.tlrmx.devel.GnomeKiss.gschema.valid
> make[3]: Leaving directory '/<<PKGBUILDDIR>>'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test
> make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making check in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> make[2]: Nothing to be done for 'check'.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Making check in po
> make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
> make[2]: Nothing to be done for 'check'.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
> Making check in doc
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> make[2]: Nothing to be done for 'check'.
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> create-stamp debian/debhelper-build-stamp
> fakeroot debian/rules binary
> dh binary
> dh_testroot
> dh_prep
> dh_auto_install --destdir=debian/gnomekiss/
> make -j8 install DESTDIR=/<<PKGBUILDDIR>>/debian/gnomekiss AM_UPDATE_INFO_DIR=no
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making install in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
> make[3]: Nothing to be done for 'install-data-am'.
> /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/gnomekiss/usr/bin'
> /usr/bin/install -c gnomekiss '/<<PKGBUILDDIR>>/debian/gnomekiss/usr/bin'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Making install in po
> make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
> if test -r ".././/mkinstalldirs"; then \
> .././/mkinstalldirs /<<PKGBUILDDIR>>/debian/gnomekiss/usr/share; \
> else \
> /bin/sh ../mkinstalldirs /<<PKGBUILDDIR>>/debian/gnomekiss/usr/share; \
> fi
> /bin/sh: 0: cannot open ../mkinstalldirs: No such file
> make[2]: *** [Makefile:119: install-data-yes] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
> make[1]: *** [Makefile:391: install-recursive] Error 1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_install: error: make -j8 install DESTDIR=/<<PKGBUILDDIR>>/debian/gnomekiss AM_UPDATE_INFO_DIR=no returned exit code 2
> make: *** [debian/rules:15: binary] 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/gnomekiss_2.0-6.1_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.
More information about the Pkg-games-devel
mailing list