Package: src:sympa
Version: 6.2.76~dfsg-1
Tags: forky sid ftbfs
User: [email protected]
Usertags: gettext-0.26

Dear maintainer:

During a rebuild of all packages in unstable using gettext 0.26
(yet to be uploaded for Debian), this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/gettext/build-logs/

I've written this page to explain how to reproduce the problem:

https://people.debian.org/~sanvila/gettext/

This bug will be raised to important once gettext is uploaded for
experimental, and RC once gettext is uploaded for unstable, but
I still don't know when I will be able to do that. If you fix
this bug, it would help to have gettext in unstable sooner.

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:sympa, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with autoreconf
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'

[... snipped ...]

  121 |     write(fd, "X-Sympa-To: ", 12);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bouncequeue.c:122:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  122 |     write(fd, listname, strlen(listname));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bouncequeue.c:123:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  123 |     write(fd, "\n", 1);
      |     ^~~~~~~~~~~~~~~~~~
bouncequeue.c:130:9: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  130 |         write(fd, buf, strlen(buf));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
queue.c:143:5: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  143 |     write(fd, "X-Sympa-To: ", 12);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
queue.c:144:5: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  144 |     write(fd, listname, strlen(listname));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
queue.c:145:5: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  145 |     write(fd, "\n", 1);
      |     ^~~~~~~~~~~~~~~~~~
queue.c:152:9: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  152 |         write(fd, buf, strlen(buf));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DPACKAGE_NAME=\"sympa\" -DPACKAGE_TARNAME=\"sympa\" 
-DPACKAGE_VERSION=\"6.2.76\" -DPACKAGE_STRING=\"sympa\ 6.2.76\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"sympa\" -DVERSION=\"6.2.76\" -I.  
-DCONFIG=\"/etc/sympa/sympa/sympa.conf\" -DSPOOLDIR=\"/var/spool/sympa\" 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
familyqueue-familyqueue.o `test -f 'familyqueue.c' || echo './'`familyqueue.c
gcc -DPACKAGE_NAME=\"sympa\" -DPACKAGE_TARNAME=\"sympa\" 
-DPACKAGE_VERSION=\"6.2.76\" -DPACKAGE_STRING=\"sympa\ 6.2.76\" 
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"sympa\" -DVERSION=\"6.2.76\" -I.  
-DCONFIG=\"/etc/sympa/sympa/sympa.conf\" 
-DSYMPA_NEWALIASES=\"/usr/lib/sympa/bin/sympa_newaliases.pl\" -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
sympa_newaliases_wrapper-sympa_newaliases-wrapper.o `test -f 
'sympa_newaliases-wrapper.c' || echo './'`sympa_newaliases-wrapper.c
sympa_newaliases-wrapper.c: In function ‘main’:
sympa_newaliases-wrapper.c:32:5: warning: ignoring return value of 
‘setreuid’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   32 |     setreuid(geteuid(),geteuid());
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sympa_newaliases-wrapper.c:33:5: warning: ignoring return value of 
‘setregid’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
   33 |     setregid(getegid(),getegid());
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
familyqueue.c: In function ‘main’:
familyqueue.c:141:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  141 |     write(fd, "X-Sympa-Family: ", 16);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
familyqueue.c:142:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  142 |     write(fd, familyname, strlen(familyname));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
familyqueue.c:143:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  143 |     write(fd, "\n", 1);
      |     ^~~~~~~~~~~~~~~~~~
familyqueue.c:144:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  144 |     write(fd, "X-Sympa-To: ", 12);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
familyqueue.c:145:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  145 |     write(fd, listname, strlen(listname));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
familyqueue.c:148:5: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  148 |     write(fd, "\n", 1);
      |     ^~~~~~~~~~~~~~~~~~
familyqueue.c:155:9: warning: ignoring return value of ‘write’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  155 |         write(fd, buf, strlen(buf));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--sysconfdir--|/etc/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        -e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa/aliases|' \
        < ./alias_manager.pl.in > alias_manager.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--sysconfdir--|/etc/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        -e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa/aliases|' \
        < ./ldap_alias_manager.pl.in > ldap_alias_manager.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--sysconfdir--|/etc/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        -e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa/aliases|' \
        < ./mysql_alias_manager.pl.in > mysql_alias_manager.pl
/usr/bin/pod2man --section=8 --center="sympa 6.2.76" \
        --lax --release="6.2.76" alias_manager.pl alias_manager.8
gcc  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-Wl,-z,relro -Wl,-z,now -o queue queue-queue.o  
gcc  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-Wl,-z,relro -Wl,-z,now -o bouncequeue bouncequeue-bouncequeue.o  
gcc  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-Wl,-z,relro -Wl,-z,now -o familyqueue familyqueue-familyqueue.o  
gcc  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  
-Wl,-z,relro -Wl,-z,now -o sympa_newaliases-wrapper 
sympa_newaliases_wrapper-sympa_newaliases-wrapper.o  
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/libexec'
Making all in sbin
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/sbin'
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--sbindir--|/usr/lib/sympa/bin|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        < ./archived.pl.in > archived.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--sbindir--|/usr/lib/sympa/bin|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        < ./bounced.pl.in > bounced.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--sbindir--|/usr/lib/sympa/bin|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        < ./bulk.pl.in > bulk.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        < ./sympa.pl.in > sympa
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--sbindir--|/usr/lib/sympa/bin|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        < ./sympa_automatic.pl.in > sympa_automatic.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--sbindir--|/usr/lib/sympa/bin|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        < ./sympa_msg.pl.in > sympa_msg.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--sysconfdir--|/etc/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        -e 's|--SENDMAIL_ALIASES--|/etc/mail/sympa/aliases|' \
        -e 's|--MAKEMAP--|/usr/bin/makemap|' \
        -e 's|--NEWALIASES--|/usr/bin/newaliases|' \
        -e 's|--NEWALIASES_ARG--||' \
        -e 's|--POSTALIAS--|/usr/sbin/postalias|' \
        -e 's|--POSTMAP--|/usr/sbin/postmap|' \
        < ./sympa_newaliases.pl.in > sympa_newaliases.pl
/usr/bin/sed \
        -e 's|--PERL--|/usr/bin/perl|' \
        -e 's|--defaultdir--|/usr/share/sympa/default|' \
        -e 's|--docdir--|/usr/share/doc/sympa|' \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        -e 's|--localedir--|/usr/share/locale|' \
        -e 's|--modulesdir--|/usr/share/sympa/lib|' \
        -e 's|--piddir--|/run/sympa|' \
        -e 's|--sbindir--|/usr/lib/sympa/bin|' \
        -e 's|--spooldir--|/var/spool/sympa|' \
        -e 's|--CONFIG--|/etc/sympa/sympa/sympa.conf|' \
        < ./task_manager.pl.in > task_manager.pl
/usr/bin/pod2man --section=1 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa sympa.1
/usr/bin/pod2man --section=1 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa_newaliases.pl sympa_newaliases.1
/usr/bin/pod2man --section=8 --center="sympa 6.2.76" \
        --lax --release="6.2.76" archived.pl archived.8
/usr/bin/pod2man --section=8 --center="sympa 6.2.76" \
        --lax --release="6.2.76" bounced.pl bounced.8
/usr/bin/pod2man --section=8 --center="sympa 6.2.76" \
        --lax --release="6.2.76" bulk.pl bulk.8
/usr/bin/pod2man --section=8 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa_automatic.pl sympa_automatic.8
/usr/bin/pod2man --section=8 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa_msg.pl sympa_msg.8
/usr/bin/pod2man --section=8 --center="sympa 6.2.76" \
        --lax --release="6.2.76" task_manager.pl task_manager.8
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/sbin'
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making all in default
make[2]: Entering directory '/<<PKGBUILDDIR>>/default'
/usr/bin/sed \
        -e 's|--libexecdir--|/usr/lib/sympa/bin|' \
        < ./list_aliases.tt2.in > list_aliases.tt2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/default'
Making all in doc
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
/usr/bin/pod2man --section=1 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa_toc.pod sympa_toc.1
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" auth.conf.pod auth.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" automatic_lists_description.conf.pod 
automatic_lists_description.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" charset.conf.pod charset.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" edit_list.conf.pod edit_list.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" ldap_alias_manager.conf.pod 
ldap_alias_manager.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" list_config.pod list_config.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" nrcpt_by_domain.conf.pod nrcpt_by_domain.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa.conf.pod sympa.conf.5
PERL5LIB=../src/lib:../src/lib; \
export PERL5LIB; \
/usr/bin/perl sympa_config.podpl --top_srcdir=.. > sympa_config.pod
PERL5LIB=../src/lib:../src/lib; \
export PERL5LIB; \
/usr/bin/perl sympa_database.podpl --top_srcdir=.. > sympa_database.pod
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa.wsdl.pod sympa.wsdl.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa_scenario.pod sympa_scenario.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" topics.conf.pod topics.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" trusted_applications.conf.pod 
trusted_applications.conf.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa_config.pod sympa_config.5
/usr/bin/pod2man --section=5 --center="sympa 6.2.76" \
        --lax --release="6.2.76" sympa_database.pod sympa_database.5
rm sympa_database.pod sympa_config.pod
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
Making all in po
make[2]: Entering directory '/<<PKGBUILDDIR>>/po'
Making all in sympa
make[3]: Entering directory '/<<PKGBUILDDIR>>/po/sympa'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext 
version 0.22 but the autoconf macros are from gettext version 0.19
make[3]: *** [Makefile:248: stamp-po] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/po/sympa'
make[2]: *** [Makefile:355: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/po'
make[1]: *** [Makefile:548: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:139: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to