Source: transmission-remote-gtk
Version: 1.4.1-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[4]: Entering directory '/<<PKGBUILDDIR>>/po'
> sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
> mv t-remove-potcdate.sed remove-potcdate.sed
> package_gnu=""; \
> test -n "$package_gnu" || { \
> if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
> LC_ALL=C find -L .. -maxdepth 1 -type f \
> -size -10000000c -exec grep 'GNU
> transmission-remote-gtk' \
> /dev/null '{}' ';' 2>/dev/null; \
> else \
> LC_ALL=C grep 'GNU transmission-remote-gtk' ../* 2>/dev/null; \
> fi; \
> } | grep -v 'libtool:' >/dev/null; then \
> package_gnu=yes; \
> else \
> package_gnu=no; \
> fi; \
> }; \
> if test "$package_gnu" = "yes"; then \
> package_prefix='GNU '; \
> else \
> package_prefix=''; \
> fi; \
> if test -n '' || test
> 'https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues' =
> '@'PACKAGE_BUGREPORT'@'; then \
> msgid_bugs_address=''; \
> else \
>
> msgid_bugs_address='https://github.com/transmission-remote-gtk/transmission-remote-gtk/issues';
> \
> fi; \
> case `/usr/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
> '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
> /usr/bin/xgettext --default-domain=transmission-remote-gtk --directory=..
> \
> --add-comments=TRANSLATORS: --from-code=UTF-8 --keyword=_ --keyword=N_
> --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments
> \
> --files-from=./POTFILES.in \
> --copyright-holder='' \
> --msgid-bugs-address="$msgid_bugs_address" \
> ;; \
> *) \
> /usr/bin/xgettext --default-domain=transmission-remote-gtk --directory=..
> \
> --add-comments=TRANSLATORS: --from-code=UTF-8 --keyword=_ --keyword=N_
> --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments
> \
> --files-from=./POTFILES.in \
> --copyright-holder='' \
> --package-name="${package_prefix}transmission-remote-gtk" \
> --package-version='1.4.1' \
> --msgid-bugs-address="$msgid_bugs_address" \
> ;; \
> esac
> /usr/bin/xgettext: warning: a fallback ITS rule file
> '/usr/share/gettext-0.21/its/metainfo.its' is used; it may not be in sync
> with the upstream
> test ! -f transmission-remote-gtk.po || { \
> if test -f ./transmission-remote-gtk.pot-header; then \
> sed -e '1,/^#$/d' < transmission-remote-gtk.po >
> transmission-remote-gtk.1po && \
> cat ./transmission-remote-gtk.pot-header transmission-remote-gtk.1po >
> transmission-remote-gtk.po; \
> rm -f transmission-remote-gtk.1po; \
> fi; \
> if test -f ./transmission-remote-gtk.pot; then \
> sed -f remove-potcdate.sed < ./transmission-remote-gtk.pot >
> transmission-remote-gtk.1po && \
> sed -f remove-potcdate.sed < transmission-remote-gtk.po >
> transmission-remote-gtk.2po && \
> if cmp transmission-remote-gtk.1po transmission-remote-gtk.2po >/dev/null
> 2>&1; then \
> rm -f transmission-remote-gtk.1po transmission-remote-gtk.2po
> transmission-remote-gtk.po; \
> else \
> rm -f transmission-remote-gtk.1po transmission-remote-gtk.2po
> ./transmission-remote-gtk.pot && \
> mv transmission-remote-gtk.po ./transmission-remote-gtk.pot; \
> fi; \
> else \
> mv transmission-remote-gtk.po ./transmission-remote-gtk.pot; \
> fi; \
> }
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/po'
> *** error: gettext infrastructure mismatch: using a Makefile.in.in from
> gettext version 0.19 but the autoconf macros are from gettext version 0.20
> make[3]: *** [Makefile:265: stamp-po] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/12/26/transmission-remote-gtk_1.4.1-4_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking 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 me
so that we can identify if something relevant changed in the meantime.
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.