dpkg-buildpackage -us -uc -ui -B dpkg-buildpackage: info: source package advent dpkg-buildpackage: info: source version 4.2 dpkg-buildpackage: info: source distribution stable dpkg-buildpackage: info: source changed by Joachim Wiberg dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean --with autoreconf dh_auto_clean make -j16 distclean make[1]: Entering directory '/home/jocke/src/adventure' Making distclean in doc make[2]: Entering directory '/home/jocke/src/adventure/doc' test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory '/home/jocke/src/adventure/doc' Making distclean in src make[2]: Entering directory '/home/jocke/src/adventure/src' test -z "advent" || rm -f advent test -z "advent0" || rm -f advent0 rm -f *.o rm -f *.tab.c test -z "advent.desktop" || rm -f advent.desktop rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -f ./.deps/advent.Po rm -f ./.deps/advent0.Po rm -f ./.deps/database.Po rm -f ./.deps/english.Po rm -f ./.deps/itverb.Po rm -f ./.deps/turn.Po rm -f ./.deps/verb.Po rm -f Makefile make[2]: Leaving directory '/home/jocke/src/adventure/src' make[2]: Entering directory '/home/jocke/src/adventure' test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags test . = "." || test -z "" || rm -f rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/home/jocke/src/adventure' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/home/jocke/src/adventure' dh_autoreconf_clean dh_clean debian/rules build-arch dh build-arch --with autoreconf dh_update_autotools_config -a dh_autoreconf -a configure.ac:6: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:6: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:6: the top level configure.ac:12: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:12: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:12: the top level configure.ac:2: warning: name 'aux' is reserved on W32 and DOS platforms configure.ac:9: installing 'aux/compile' configure.ac:3: installing 'aux/install-sh' configure.ac:3: installing 'aux/missing' src/Makefile.am: installing 'aux/depcomp' debian/rules override_dh_auto_configure make[1]: Entering directory '/home/jocke/src/adventure' dh_auto_configure -- --prefix=/usr --bindir=/usr/games --program-suffix=4 ./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 --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --bindir=/usr/games --program-suffix=4 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... 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... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/advent.desktop config.status: creating config.h config.status: executing depfiles commands ------------------ Summary ------------------ advent version 4.2-dev Prefix................: /usr Localstatedir.........: /var C Compiler............: gcc -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro -Wl,-z,now Optional features: Built-in .txt files...: yes Global save directory.: no ------------- Compiler version -------------- gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --------------------------------------------- Check the above options and compile with: make make[1]: Leaving directory '/home/jocke/src/adventure' dh_auto_build -a make -j16 make[1]: Entering directory '/home/jocke/src/adventure' make all-recursive make[2]: Entering directory '/home/jocke/src/adventure' Making all in doc make[3]: Entering directory '/home/jocke/src/adventure/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/jocke/src/adventure/doc' Making all in src make[3]: Entering directory '/home/jocke/src/adventure/src' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o advent.o advent.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o database.o database.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o english.o english.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o itverb.o itverb.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o turn.o turn.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o verb.o verb.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -c -o advent0.o advent0.c gcc -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro -Wl,-z,now -o advent0 advent0.o gcc -W -Wall -Wextra -funsigned-char -g -O2 -ffile-prefix-map=/home/jocke/src/adventure=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro -Wl,-z,now -o advent advent.o database.o english.o itverb.o turn.o verb.o make[3]: Leaving directory '/home/jocke/src/adventure/src' make[3]: Entering directory '/home/jocke/src/adventure' make[3]: Leaving directory '/home/jocke/src/adventure' make[2]: Leaving directory '/home/jocke/src/adventure' make[1]: Leaving directory '/home/jocke/src/adventure' dh_auto_test -a make -j16 check VERBOSE=1 make[1]: Entering directory '/home/jocke/src/adventure' Making check in doc make[2]: Entering directory '/home/jocke/src/adventure/doc' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/jocke/src/adventure/doc' Making check in src make[2]: Entering directory '/home/jocke/src/adventure/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/jocke/src/adventure/src' make[2]: Entering directory '/home/jocke/src/adventure' make[2]: Leaving directory '/home/jocke/src/adventure' make[1]: Leaving directory '/home/jocke/src/adventure' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary-arch dh binary-arch --with autoreconf dh_testroot -a dh_prep -a debian/rules override_dh_auto_install make[1]: Entering directory '/home/jocke/src/adventure' dh_auto_install make -j16 install DESTDIR=/home/jocke/src/adventure/debian/advent AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/home/jocke/src/adventure' Making install in doc make[3]: Entering directory '/home/jocke/src/adventure/doc' make[4]: Entering directory '/home/jocke/src/adventure/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/jocke/src/adventure/debian/advent/usr/share/doc/advent' /usr/bin/mkdir -p '/home/jocke/src/adventure/debian/advent/usr/share/man/man6' /usr/bin/install -c -m 644 advent.txt cheat.txt map.jpg READ.ME '/home/jocke/src/adventure/debian/advent/usr/share/doc/advent' /usr/bin/install -c -m 644 'advent.6' '/home/jocke/src/adventure/debian/advent/usr/share/man/man6/advent4.6' make[4]: Leaving directory '/home/jocke/src/adventure/doc' make[3]: Leaving directory '/home/jocke/src/adventure/doc' Making install in src make[3]: Entering directory '/home/jocke/src/adventure/src' make[4]: Entering directory '/home/jocke/src/adventure/src' /usr/bin/mkdir -p '/home/jocke/src/adventure/debian/advent/usr/games' /usr/bin/mkdir -p '/home/jocke/src/adventure/debian/advent/usr/share/applications' /usr/bin/install -c -m 644 advent.desktop '/home/jocke/src/adventure/debian/advent/usr/share/applications' /usr/bin/install -c advent '/home/jocke/src/adventure/debian/advent/usr/games/./advent4' make[4]: Leaving directory '/home/jocke/src/adventure/src' make[3]: Leaving directory '/home/jocke/src/adventure/src' make[3]: Entering directory '/home/jocke/src/adventure' make[4]: Entering directory '/home/jocke/src/adventure' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/jocke/src/adventure/debian/advent/usr/share/doc/advent' /usr/bin/install -c -m 644 README.md LICENSE '/home/jocke/src/adventure/debian/advent/usr/share/doc/advent' make[4]: Leaving directory '/home/jocke/src/adventure' make[3]: Leaving directory '/home/jocke/src/adventure' make[2]: Leaving directory '/home/jocke/src/adventure' find debian/ -name LICENSE -delete make[1]: Leaving directory '/home/jocke/src/adventure' dh_installdocs -a dh_installchangelogs -a dh_installman -a dh_perl -a dh_link -a dh_strip_nondeterminism -a dh_compress -a dh_fixperms -a dh_missing -a dh_strip -a 2716179a0feea1d469054bed019654222e575745 dh_makeshlibs -a dh_shlibdeps -a dh_installdeb -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a dpkg-deb: building package 'advent' in '../advent_4.2_amd64.deb'. dpkg-deb: building package 'advent-dbgsym' in 'debian/.debhelper/scratch-space/build-advent/advent-dbgsym_4.2_amd64.deb'. Renaming advent-dbgsym_4.2_amd64.deb to advent-dbgsym_4.2_amd64.ddeb dpkg-genbuildinfo --build=any -O../advent_4.2_amd64.buildinfo dpkg-genchanges --build=any -O../advent_4.2_amd64.changes dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included) dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) Now running lintian --profile debian -i -I --show-overrides advent_4.2_amd64.changes ... N: W: advent-dbgsym: elf-error In program headers: Unable to find program interpreter name [usr/lib/debug/.build-id/27/16179a0feea1d469054bed019654222e575745.debug] N: N: The file appears to be in ELF format but readelf produced the indicated N: error when parsing it. N: N: In case of a false positive, you may need to install binutils-multiarch so N: that ELF files from other architectures are handled correctly. It is also N: possible that the file is not actually in ELF format but was misidentified N: as such. N: N: Please refer to https://refspecs.linuxfoundation.org/elf/elf.pdf and the N: readelf(1) manual page for details. N: N: Visibility: warning N: Show-Always: no N: Check: binaries/corrupted N: Renamed from: apparently-corrupted-elf-binary N: Finished running lintian.