Source: rifiuti2
Version: 0.7.0-2
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="no"; \
> 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 rifiuti2' \
>                      /dev/null '{}' ';' 2>/dev/null; \
>        else \
>        LC_ALL=C grep 'GNU rifiuti2' ../* 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 'https://github.com/abelcheung/rifiuti2/issues' || test 
> 'https://github.com/abelcheung/rifiuti2/issues' = '@'PACKAGE_BUGREPORT'@'; 
> then \
>   msgid_bugs_address='https://github.com/abelcheung/rifiuti2/issues'; \
> else \
>   msgid_bugs_address='https://github.com/abelcheung/rifiuti2/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=rifiuti2 --directory=.. \
>       --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ 
> --add-comments="TRANSLATOR"  \
>       --files-from=./POTFILES.in \
>       --copyright-holder='' \
>       --msgid-bugs-address="$msgid_bugs_address" \
>     ;; \
>   *) \
>     /usr/bin/xgettext --default-domain=rifiuti2 --directory=.. \
>       --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ 
> --add-comments="TRANSLATOR"  \
>       --files-from=./POTFILES.in \
>       --copyright-holder='' \
>       --package-name="${package_prefix}rifiuti2" \
>       --package-version='0.7.0' \
>       --msgid-bugs-address="$msgid_bugs_address" \
>     ;; \
> esac
> test ! -f rifiuti2.po || { \
>   if test -f ./rifiuti2.pot; then \
>     sed -f remove-potcdate.sed < ./rifiuti2.pot > rifiuti2.1po && \
>     sed -f remove-potcdate.sed < rifiuti2.po > rifiuti2.2po && \
>     if cmp rifiuti2.1po rifiuti2.2po >/dev/null 2>&1; then \
>       rm -f rifiuti2.1po rifiuti2.2po rifiuti2.po; \
>     else \
>       rm -f rifiuti2.1po rifiuti2.2po ./rifiuti2.pot && \
>       mv rifiuti2.po ./rifiuti2.pot; \
>     fi; \
>   else \
>     mv rifiuti2.po ./rifiuti2.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:219: stamp-po] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/12/26/rifiuti2_0.7.0-2_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.

Reply via email to