Source: gxmessage Version: 3.4.3-1 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 gxmessage > dpkg-buildpackage: info: source version 3.4.3-1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Daniel Echeverry > <[email protected]> > dpkg-source --before-build . > dpkg-buildpackage: info: host architecture amd64 > fakeroot debian/rules clean > dh clean --with autotools-dev > dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) > dh: warning: The autotools-dev sequence is deprecated and replaced by dh in > debhelper (>= 9.20160115) > dh: warning: This feature will be removed in compat 12. > dh_auto_clean > dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > make -j1 distclean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Making distclean in doc > make[2]: Entering directory '/<<PKGBUILDDIR>>/doc' > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' > test -z "gxmessage.dvi gxmessage.pdf gxmessage.ps gxmessage.html" \ > || rm -rf gxmessage.dvi gxmessage.pdf gxmessage.ps gxmessage.html > rm -rf gxmessage.t2d gxmessage.t2p > test -z "" || rm -f > test . = "." || test -z "" || rm -f > test -z "gxmessage.info" || rm -f gxmessage.info > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc' > rm -f Makefile > make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc' > Making distclean in po > make[2]: Entering directory '/<<PKGBUILDDIR>>/po' > rm -f *.pox gxmessage.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' > make[2]: Entering directory '/<<PKGBUILDDIR>>' > test -z "gxmessage" || rm -f gxmessage > rm -f *.o > rm -f *.tab.c > test -z "" || rm -f > test . = "." || test -z "" || rm -f > 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 > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > rm -rf ./.deps > rm -f Makefile > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autotools-dev_restoreconfig > dh_autotools-dev_restoreconfig: warning: Compatibility levels before 10 are > deprecated (level 9 in use) > dh_autotools-dev_restoreconfig: warning: dh_autotools-dev_restoreconfig is > deprecated; please see dh_autotools-dev_restoreconfig(1) for a replacement > dh_autotools-dev_restoreconfig: warning: This feature will be removed in > compat 12. > dh_clean > dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in > use) > debian/rules build > dh build --with autotools-dev > dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) > dh: warning: The autotools-dev sequence is deprecated and replaced by dh in > debhelper (>= 9.20160115) > dh: warning: This feature will be removed in compat 12. > dh_update_autotools_config > dh_autotools-dev_updateconfig > dh_autotools-dev_updateconfig: warning: Compatibility levels before 10 are > deprecated (level 9 in use) > dh_autotools-dev_updateconfig: warning: dh_autotools-dev_updateconfig is > deprecated; please see dh_autotools-dev_updateconfig(1) for a replacement > dh_autotools-dev_updateconfig: warning: This feature will be removed in > compat 12. > dh_auto_configure > dh_auto_configure: warning: Compatibility levels before 10 are deprecated > (level 9 in use) > ./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 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe 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 for style of include used by make... GNU > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking 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 we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (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 we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking whether gcc understands -c and -o together... (cached) yes > checking dependency style of gcc... (cached) none > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking libintl.h usability... yes > checking libintl.h presence... yes > 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.50.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 for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for PACKAGE... yes > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating doc/Makefile > config.status: creating po/Makefile.in > config.status: creating Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing default-1 commands > config.status: executing po/stamp-it commands > dh_auto_build > dh_auto_build: warning: Compatibility levels before 10 are deprecated (level > 9 in use) > make -j1 > make[1]: Entering directory '/<<PKGBUILDDIR>>' > make all-recursive > make[2]: Entering directory '/<<PKGBUILDDIR>>' > Making all in doc > make[3]: Entering directory '/<<PKGBUILDDIR>>/doc' > make[4]: Entering directory '/<<PKGBUILDDIR>>/doc' > restore=: && backupdir=".am$$" && \ > rm -rf $backupdir && mkdir $backupdir && \ > if (/bin/bash /<<PKGBUILDDIR>>/missing makeinfo --version) >/dev/null 2>&1; > then \ > for f in gxmessage.info gxmessage.info-[0-9] gxmessage.info-[0-9][0-9] > gxmessage.i[0-9] gxmessage.i[0-9][0-9]; do \ > if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ > done; \ > else :; fi && \ > if /bin/bash /<<PKGBUILDDIR>>/missing makeinfo --no-split -I . \ > -o gxmessage.info `test -f 'gxmessage.texi' || echo './'`gxmessage.texi; \ > then \ > rc=0; \ > else \ > rc=$?; \ > $restore $backupdir/* `echo "./gxmessage.info" | sed 's|[^/]*$||'`; \ > fi; \ > rm -rf $backupdir; exit $rc > /<<PKGBUILDDIR>>/missing: line 81: makeinfo: command not found > WARNING: 'makeinfo' is missing on your system. > You should only need it if you modified a '.texi' file, or > any other file indirectly affecting the aspect of the manual. > You might want to install the Texinfo package: > <http://www.gnu.org/software/texinfo/> > The spurious makeinfo call might also be the consequence of > using a buggy 'make' (AIX, DU, IRIX), in which case you might > want to install GNU make: > <http://www.gnu.org/software/make/> > make[4]: *** [Makefile:421: gxmessage.info] Error 127 > make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[3]: *** [Makefile:581: all-recursive] Error 1 > make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc' > make[2]: *** [Makefile:567: all-recursive] Error 1 > make[2]: Leaving directory '/<<PKGBUILDDIR>>' > make[1]: *** [Makefile:417: all] Error 2 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_auto_build: error: make -j1 returned exit code 2 > make: *** [debian/rules:8: build] Error 25 > dpkg-buildpackage: error: debian/rules build 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/gxmessage_3.4.3-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.

