Your message dated Sun, 21 Jun 2026 06:33:44 +0000
with message-id <[email protected]>
and subject line Bug#1126986: fixed in sympa 6.2.76~dfsg-1.1
has caused the Debian Bug report #1126986,
regarding sympa: FTBFS with gettext 0.26
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1126986: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126986
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: sympa
Source-Version: 6.2.76~dfsg-1.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sympa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated sympa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 07 Jun 2026 08:23:12 +0300
Source: sympa
Architecture: source
Version: 6.2.76~dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Sympa team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1126986 1136752
Changes:
 sympa (6.2.76~dfsg-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Backport upstream fix for FTBFS with gettext 0.26 and autoconf 2.73.
     (Closes: #1126986, #1136752)
Checksums-Sha1:
 c1f223aea0842fba628b432979ec619539aaf1fe 2573 sympa_6.2.76~dfsg-1.1.dsc
 396ae7f65189d7a9cc0fcd2bc4f2440092d254ef 169280 
sympa_6.2.76~dfsg-1.1.debian.tar.xz
Checksums-Sha256:
 32dcfcca55da5d5b067d7ddab9e9c031cf65e814a5dbf8ae00f28589a8b19869 2573 
sympa_6.2.76~dfsg-1.1.dsc
 b525ade934429576dbad20f51d4b159878b49b401168a44c7a6fcbe6628ab6d5 169280 
sympa_6.2.76~dfsg-1.1.debian.tar.xz
Files:
 cc9700fb958a4eaaeed8bbcaae7f1e67 2573 mail optional sympa_6.2.76~dfsg-1.1.dsc
 d23af01ddd2d60eff05e1c988fe96b0e 169280 mail optional 
sympa_6.2.76~dfsg-1.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmolAYQACgkQiNJCh6LY
mLEbrw//YoRJ2LpEluHoDDLZDshyyGGByo+0O0P2R12+H+X6kbYG7WdUBegZrLNR
XyY4ZgCdG+47ErbmIB/t9Q1D19H0TLBp3lBOr0ObId3M/qhlrX4gj1QkbOYjcmlt
saDiS6m+Kd6mkyzKPv3x8tBLO3T1ToqC++fhfKydXdQ6EOntfHWxpu9w3w16ZShn
eLYfa5bYKxvwh5n/9EkckcJYKDdxcrEUJtzyxkjBwt6HVqgZr36gOYxsUxt+CLCr
TmeKSSsoJkv1ag1Lsh6eKYUieH2TBKdrZLsTRteNSWJ+NqkgqVuvZ33G18hJJZlx
q0735qUun/VGiRAF672NyuCuCZ/dsiXURtdaZbPJst5MGJA8dJJ6mgIK5Ejxse6t
IdnwULhjoeMoBLGpMAtMSRtxWf2aPles6++QbGbGtggM8yD3Nn08LqF6ZHxmuzj3
2d0xF+N/oBe1zQfC1h/Nfp57YYJQfRcuL4TtOtfv5mK5SBl+pMSBSpGmuO0Akd54
X3k1PIyGNKw4fi/sOOjDDk3j95SOs/TWfZ/+EaIwuIvaygzCO4lkP2ASwjfmwLHl
8Ck1isxrkraVk6xZiLFNYNjd7a8vngaIOVsrppkA8C7EhdMVGywNBB7P0golwVX4
yPYSWo+TJk4OJCXOidIZkzFdBuklEODMtOIco2Vgcps4RF8UqR4=
=kal4
-----END PGP SIGNATURE-----

Attachment: pgpEnL5hkJ1MA.pgp
Description: PGP signature


--- End Message ---

Reply via email to