Your message dated Sat, 13 Jun 2026 15:34:40 +0000
with message-id <[email protected]>
and subject line Bug#1139464: fixed in atftp 0.8.1-1
has caused the Debian Bug report #1139464,
regarding atftp: FTBFS: tftpd_pcre.c:109:37: error: passing argument 1 of
'pcre2_substring_list_free_8' from incompatible pointer type
[-Wincompatible-pointer-types]
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.)
--
1139464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:atftp
Version: 0.8.0-8
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, 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/build-logs/202606/
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:atftp, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: no obvious need to run autopoint
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: configure.ac: no need to run autopoint (confirmed)
autoreconf: running: /usr/bin/autoconf --force
configure.ac:67: warning: The macro 'AC_GNU_SOURCE' is obsolete.
configure.ac:67: You should run autoupdate.
./lib/autoconf/specific.m4:486: AC_GNU_SOURCE is expanded from...
configure.ac:67: the top level
configure.ac:70: warning: The macro 'AC_AIX' is obsolete.
configure.ac:70: You should run autoupdate.
./lib/autoconf/specific.m4:724: AC_AIX is expanded from...
configure.ac:70: the top level
configure.ac:153: warning: The macro 'AC_TRY_LINK' is obsolete.
configure.ac:153: You should run autoupdate.
./lib/autoconf/general.m4:2976: AC_TRY_LINK is expanded from...
configure.ac:153: the top level
configure.ac:183: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:183: You should run autoupdate.
./lib/autoconf/headers.m4:664: AC_HEADER_STDC is expanded from...
configure.ac:183: the top level
configure.ac:200: warning: The macro 'AC_HEADER_TIME' is obsolete.
configure.ac:200: You should run autoupdate.
./lib/autoconf/headers.m4:703: AC_HEADER_TIME is expanded from...
configure.ac:200: the top level
configure.ac:201: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
configure.ac:201: You should run autoupdate.
./lib/autoconf/types.m4:804: AC_TYPE_SIGNAL is expanded from...
configure.ac:201: the top level
configure.ac:209: warning: The macro 'AC_OUTPUT_COMMANDS' is obsolete.
configure.ac:209: You should run autoupdate.
./lib/autoconf/status.m4:1029: AC_OUTPUT_COMMANDS is expanded from...
configure.ac:209: the top level
configure.ac:217: warning: AC_OUTPUT should be used without arguments.
configure.ac:217: You should run autoupdate.
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:66: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:15: installing './install-sh'
configure.ac:15: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: configure.ac: not running make: --make not given
autoreconf: Leaving directory '.'
dh_auto_configure
./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 --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/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 xargs -n works... yes
checking whether UID '999' is supported by ustar format... yes
checking whether GID '999' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... x86_64-linux-gnu-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 the compiler supports GNU C... yes
checking whether x86_64-linux-gnu-gcc accepts -g... yes
checking for x86_64-linux-gnu-gcc option to enable C23 features... none needed
checking whether x86_64-linux-gnu-gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of x86_64-linux-gnu-gcc... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/time.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether make sets $(MAKE)... (cached) yes
checking for pthread_create in -lpthread... yes
checking for tgetent in -lreadline... no
checking for tgetent in -lncurses... yes
checking for readline in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for hosts_ctl in -lwrap... no
checking for pcre2_config_8 in -lpcre2-8... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... yes
checking for arpa/inet.h... yes
checking for arpa/tftp.h... yes
checking for getopt.h... yes
checking for unistd.h... (cached) yes
checking for signal.h... yes
checking for pthread.h... yes
checking for argz.h... yes
checking for netdb.h... yes
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for tcpd.h... yes
checking for pcre2.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for strchr... yes
checking for memcpy... yes
checking for strstr... yes
checking for strcmp... yes
checking for strncmp... yes
checking for strncpy... yes
checking for strlen... yes
checking for strncasecmp... yes
checking for strcasecmp... yes
checking for strncmp... (cached) yes
checking for socket... yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for gethostbyaddr... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating redhat/atftp.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
dh_auto_build
make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in .
make[3]: Entering directory '/<<PKGBUILDDIR>>'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftp.o tftp.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftp_io.o tftp_io.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o logger.o logger.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o options.o options.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftp_def.o tftp_def.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftp_file.o tftp_file.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o argz.o argz.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftp_mtftp.o tftp_mtftp.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftpd.o tftpd.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o stats.o stats.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftpd_file.o tftpd_file.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftpd_list.o tftpd_list.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftpd_mcast.o tftpd_mcast.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -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 -g
-Wall -D_REENTRANT -O2 -c -o tftpd_pcre.o tftpd_pcre.c
tftpd_pcre.c: In function âtftpd_pcre_openâ:
tftpd_pcre.c:109:37: error: passing argument 1 of
âpcre2_substring_list_free_8â from incompatible pointer type
[-Wincompatible-pointer-types]
109 | pcre2_substring_list_free((const PCRE2_UCHAR **)substrlist);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| const PCRE2_UCHAR8 ** {aka const
unsigned char **}
In file included from tftpd_pcre.h:24,
from tftpd_pcre.c:35:
/usr/include/pcre2.h:1011:1: note: expected âPCRE2_UCHAR8 **â {aka
âunsigned char **â} but argument is of type âconst PCRE2_UCHAR8 **â
{aka âconst unsigned char **â}
1011 | PCRE2_TYPES_STRUCTURES_AND_FUNCTIONS
| ^
make[3]: *** [Makefile:608: tftpd_pcre.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:710: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:428: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: atftp
Source-Version: 0.8.1-1
Done: Andreas B. Mundt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
atftp, 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.
Andreas B. Mundt <[email protected]> (supplier of updated atftp 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: Sat, 13 Jun 2026 17:01:38 +0200
Source: atftp
Architecture: source
Version: 0.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Ludovic Drolez <[email protected]>
Changed-By: Andreas B. Mundt <[email protected]>
Closes: 1118835 1120913 1125387 1139464
Changes:
atftp (0.8.1-1) unstable; urgency=medium
.
[ Andreas B. Mundt ]
* New upstream version 0.8.1 (closes: #1139464)
* Remove all patches applied upstream
* Bump Standards-Version to 4.7.4 and remove fields in debian/control
not needed any longer
* Update french debconf translation (closes: #1118835). Thanks to
Baptiste Jammet <[email protected]>
* Add chinese debconf translations (closes: #1125387). Thanks to
Yangfl <[email protected]>
* Fix cross building from source (closes: #1120913). Thanks Helmut
Grohne <[email protected]> for the patch
.
[ Luca ]
* Italian translation updated
Checksums-Sha1:
3fcbdcfb69c1589492cd515d1056aba76a50a039 2004 atftp_0.8.1-1.dsc
b705e013d4dca4289e2d3ccab781efb78d87de94 103460 atftp_0.8.1.orig.tar.xz
38112431c98775e9ef71be1de41acc3100fb7827 32948 atftp_0.8.1-1.debian.tar.xz
8de9ba2e2367f1cb425c420fe797adaf2fb11ac6 6643 atftp_0.8.1-1_amd64.buildinfo
Checksums-Sha256:
558c63629aba52f87b24508077dc370d42f9b6f9302930a567bcca08c35dfe17 2004
atftp_0.8.1-1.dsc
1161dbb9aaf900275be4f64fb5cf9f21a21f1a04915650f8de447f3e2314aace 103460
atftp_0.8.1.orig.tar.xz
61338681b267dec9adaaba6a7f5fc2b73b06834520bb8a1d4aa845d138c00c01 32948
atftp_0.8.1-1.debian.tar.xz
09e0cc25b02faa6b54401043886d8a8030a7532c39137d85a167ca7cbb3b5c4a 6643
atftp_0.8.1-1_amd64.buildinfo
Files:
f93d8a38cb088b9fa97290171eca3df8 2004 net optional atftp_0.8.1-1.dsc
629f1fc10662a84cb9083707da4cb383 103460 net optional atftp_0.8.1.orig.tar.xz
400e74c36cdc35851efed75c1f451dac 32948 net optional atftp_0.8.1-1.debian.tar.xz
1410a01d03ca6b58333afac5ec142234 6643 net optional
atftp_0.8.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEk4pc7h4pDeJV2ayYsB/qhGF7WG0FAmotcxwACgkQsB/qhGF7
WG2ECQ//TkjraOJxHKtDQlmYnaSFxuOF7jhICP6mOEMAlrNyTvWZtpRQQSAn1EsF
4CgxiUdoE68Q5e/qiX7wp4ZUUS82oRllwKeLqSKxK3ux5z5n3a/owDayEG3cMlgx
x5FRbrriFUvUoReWdiMl3V1f4ZRBjsW6w0R+r6cpc+TNioSVLlQEnEo7fVUkSaTe
5e/cJe9OMsu0/ZkINrccVO5iEC8uaNpnTTFF8rC7gzByHJi2XjXCcZUVKtMkjvCz
UHWUTx7igiBn63SSvP6B4MW2a2bkjp6B99SEs90McX3KWqo02il4Wf3u3a2yVGAx
+Ybru1GUV9qcA5bdBFn//t0qGXwStLLaD5k+L6qgg7vQk6RzFLf8kVWyWRa/eTCT
CY1vHlbvZNXOBgz77cb9Fpu0IpjYSdJKuxxieHhr+APEUK405IGGPsF4ReSFT9m3
FIfCf1+AAI3aSk7ICRv8JNfToUE5AhejwV3Qn2S1+EFTLvqH2Z/f3on9dwFAeCeS
9Jz5qmxBR34zZyq/f+kRzJ0HmsYPPwBVLIYkCtLfUpLodSK4bMnas4crIfZ2ENDW
L5t0NKUogdCGZ66AASpP/2/Lyfb3GtyquO4mfVEM38a3SuV0+5ZYcxaxcIo5WIm0
xB9llbL9z5ugliWam+d8nQ6q3sMx4tKrRJ3DAZDv7f12cOvh78Q=
=nUNc
-----END PGP SIGNATURE-----
pgpx9dRm40I9Q.pgp
Description: PGP signature
--- End Message ---