Source: lua-posix
Version: 33.4.0-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231027 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> make --no-print-directory -f
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple build
>
> Making target build for debian/lua5.1.posix.dh-lua.conf
> libtoolize: putting auxiliary files in '.'.
> libtoolize: copying file './config.guess'
> libtoolize: copying file './config.sub'
> libtoolize: copying file './install-sh'
> libtoolize: copying file './ltmain.sh'
> libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
> libtoolize: and rerunning libtoolize and aclocal.
> libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
> cd debian/.dh_lua-libtool && ./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
> --libexecdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
> --disable-maintainer-mode --disable-dependency-tracking CFLAGS= LDFLAGS=
> LDFLAGS_STATIC=
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking how to print strings... printf
> checking for gcc... 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 gcc accepts -g... yes
> checking for gcc option to enable C11 features... none needed
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 1572864
> checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu
> format... func_convert_file_noop
> checking how to convert x86_64-pc-linux-gnu file names to toolchain format...
> func_convert_file_noop
> checking for /usr/bin/ld option to reload object files... -r
> checking for file... file
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for dlltool... no
> checking how to associate runtime and link libraries... printf %s\n
> checking for ar... ar
> checking for archiver @FILE support... @
> checking for strip... strip
> checking for ranlib... ranlib
> checking for gawk... no
> checking for mawk... mawk
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for sysroot... no
> checking for a working dd... /bin/dd
> checking how to truncate binary pipes... /bin/dd bs=4096 count=1
> checking for mt... no
> checking if : is a manifest tool... no
> 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 dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
> libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating ./config.status
> config.status: executing libtool commands
> /<<PKGBUILDDIR>>/debian/.dh_lua-libtool/libtool --tag=CC --mode=compile
> x86_64-linux-gnu-gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/lua5.1 -D_XOPEN_SOURCE=700 -I. -DHAVE_CONFIG_H -I
> ext/include/ -Wall -Wextra -o /<<PKGBUILDDIR>>/5.1-posix/ext/posix/posix.lo
> ext/posix/posix.c
> libtool: compile: x86_64-linux-gnu-gcc -c -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1 -D_XOPEN_SOURCE=700 -I.
> -DHAVE_CONFIG_H -I ext/include/ -Wall -Wextra ext/posix/posix.c -fPIC -DPIC
> -o /<<PKGBUILDDIR>>/5.1-posix/ext/posix/.libs/posix.o
> In file included from ext/posix/ctype.c:22,
> from ext/posix/posix.c:16:
> ext/include/_helpers.c: In function ‘optstringfield’:
> ext/include/_helpers.c:294:21: warning: unused variable ‘r’
> [-Wunused-variable]
> 294 | const char *r;
> | ^
> In file included from ext/posix/posix.c:20:
> ext/posix/fnmatch.c: In function ‘Pfnmatch’:
> ext/posix/fnmatch.c:46:13: warning: unused variable ‘res’ [-Wunused-variable]
> 46 | int res;
> | ^~~
> ext/posix/sys/socket.c: In function ‘pushsockaddrinfo’:
> ext/posix/sys/socket.c:90:49: warning: the address of ‘addr’ will always
> evaluate as ‘true’ [-Waddress]
> 90 | pushstringfield("addr", addr);
> | ^~~~
> ext/include/_helpers.c:362:13: note: in definition of macro ‘pushstringfield’
> 362 | if (v) {
> \
> | ^
> In file included from ext/include/_helpers.c:49:
> ext/include/compat-5.2.c: In function ‘lua_len’:
> ext/include/compat-5.2.c:531:10: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 531 | if (luaL_callmeta(L, i, "__len"))
> | ^
> ext/include/compat-5.2.c:534:5: note: here
> 534 | default:
> | ^~~~~~~
> In file included from ext/posix/posix.c:33:
> ext/posix/sys/socket.c: In function ‘Psetsockopt’:
> ext/posix/sys/socket.c:693:45: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 693 | len = sizeof(ifr);
> | ~~~~^~~~~~~~~~~~~
> ext/posix/sys/socket.c:695:33: note: here
> 695 | default:
> | ^~~~~~~
> ext/include/_helpers.c: At top level:
> ext/include/_helpers.c:344:1: warning: ‘binding_notimplemented’ defined but
> not used [-Wunused-function]
> 344 | binding_notimplemented(lua_State *L, const char *fname, const char
> *libname)
> | ^~~~~~~~~~~~~~~~~~~~~~
> ext/include/_helpers.c:292:1: warning: ‘optstringfield’ defined but not used
> [-Wunused-function]
> 292 | optstringfield(lua_State *L, int index, const char *k, const char
> *def)
> | ^~~~~~~~~~~~~~
> libtool: compile: x86_64-linux-gnu-gcc -c -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1 -D_XOPEN_SOURCE=700 -I.
> -DHAVE_CONFIG_H -I ext/include/ -Wall -Wextra ext/posix/posix.c -o
> /<<PKGBUILDDIR>>/5.1-posix/ext/posix/posix.o >/dev/null 2>&1
> /<<PKGBUILDDIR>>/debian/.dh_lua-libtool/libtool --tag=CC --mode=link
> x86_64-linux-gnu-gcc \
> -rpath /usr//lib/x86_64-linux-gnu -version-info 1:0:0 -Wl,--no-add-needed
> \
> -o /<<PKGBUILDDIR>>/5.1-posix/liblua5.1-posix.la \
> /<<PKGBUILDDIR>>/5.1-posix/ext/posix/posix.lo \
> -Wl,-z,relro -lcrypt -lrt
> libtool: link: gcc -shared -fPIC -DPIC
> /<<PKGBUILDDIR>>/5.1-posix/ext/posix/.libs/posix.o -lcrypt -lrt
> -Wl,--no-add-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,liblua5.1-posix.so.1
> -o /<<PKGBUILDDIR>>/5.1-posix/.libs/liblua5.1-posix.so.1.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.1-posix/.libs" && rm -f
> "liblua5.1-posix.so.1" && ln -s "liblua5.1-posix.so.1.0.0"
> "liblua5.1-posix.so.1")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.1-posix/.libs" && rm -f
> "liblua5.1-posix.so" && ln -s "liblua5.1-posix.so.1.0.0" "liblua5.1-posix.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.1-posix/.libs/liblua5.1-posix.a
> /<<PKGBUILDDIR>>/5.1-posix/ext/posix/posix.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.1-posix/.libs/liblua5.1-posix.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.1-posix/.libs" && rm -f
> "liblua5.1-posix.la" && ln -s "../liblua5.1-posix.la" "liblua5.1-posix.la" )
> ldd /<<PKGBUILDDIR>>/5.1-posix/posix.so
> linux-vdso.so.1 (0x00007fff62ded000)
> libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1
> (0x00007f000c5ae000)
> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f000c3cc000)
> /lib64/ld-linux-x86-64.so.2 (0x00007f000c610000)
> Target build made
>
>
> Making target build for debian/lua5.2.posix.dh-lua.conf
> /<<PKGBUILDDIR>>/debian/.dh_lua-libtool/libtool --tag=CC --mode=compile
> x86_64-linux-gnu-gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/lua5.2 -D_XOPEN_SOURCE=700 -I. -DHAVE_CONFIG_H -I
> ext/include/ -Wall -Wextra -o /<<PKGBUILDDIR>>/5.2-posix/ext/posix/posix.lo
> ext/posix/posix.c
> libtool: compile: x86_64-linux-gnu-gcc -c -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.2 -D_XOPEN_SOURCE=700 -I.
> -DHAVE_CONFIG_H -I ext/include/ -Wall -Wextra ext/posix/posix.c -fPIC -DPIC
> -o /<<PKGBUILDDIR>>/5.2-posix/ext/posix/.libs/posix.o
> In file included from ext/posix/ctype.c:22,
> from ext/posix/posix.c:16:
> ext/include/_helpers.c: In function ‘optstringfield’:
> ext/include/_helpers.c:294:21: warning: unused variable ‘r’
> [-Wunused-variable]
> 294 | const char *r;
> | ^
> In file included from ext/posix/posix.c:20:
> ext/posix/fnmatch.c: In function ‘Pfnmatch’:
> ext/posix/fnmatch.c:46:13: warning: unused variable ‘res’ [-Wunused-variable]
> 46 | int res;
> | ^~~
> ext/posix/sys/socket.c: In function ‘pushsockaddrinfo’:
> ext/posix/sys/socket.c:90:49: warning: the address of ‘addr’ will always
> evaluate as ‘true’ [-Waddress]
> 90 | pushstringfield("addr", addr);
> | ^~~~
> ext/include/_helpers.c:362:13: note: in definition of macro ‘pushstringfield’
> 362 | if (v) {
> \
> | ^
> In file included from ext/posix/posix.c:33:
> ext/posix/sys/socket.c: In function ‘Psetsockopt’:
> ext/posix/sys/socket.c:693:45: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 693 | len = sizeof(ifr);
> | ~~~~^~~~~~~~~~~~~
> ext/posix/sys/socket.c:695:33: note: here
> 695 | default:
> | ^~~~~~~
> ext/include/_helpers.c: At top level:
> ext/include/_helpers.c:344:1: warning: ‘binding_notimplemented’ defined but
> not used [-Wunused-function]
> 344 | binding_notimplemented(lua_State *L, const char *fname, const char
> *libname)
> | ^~~~~~~~~~~~~~~~~~~~~~
> ext/include/_helpers.c:292:1: warning: ‘optstringfield’ defined but not used
> [-Wunused-function]
> 292 | optstringfield(lua_State *L, int index, const char *k, const char
> *def)
> | ^~~~~~~~~~~~~~
> libtool: compile: x86_64-linux-gnu-gcc -c -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.2 -D_XOPEN_SOURCE=700 -I.
> -DHAVE_CONFIG_H -I ext/include/ -Wall -Wextra ext/posix/posix.c -o
> /<<PKGBUILDDIR>>/5.2-posix/ext/posix/posix.o >/dev/null 2>&1
> /<<PKGBUILDDIR>>/debian/.dh_lua-libtool/libtool --tag=CC --mode=link
> x86_64-linux-gnu-gcc \
> -rpath /usr//lib/x86_64-linux-gnu -version-info 1:0:0 -Wl,--no-add-needed
> \
> -o /<<PKGBUILDDIR>>/5.2-posix/liblua5.2-posix.la \
> /<<PKGBUILDDIR>>/5.2-posix/ext/posix/posix.lo \
> -Wl,-z,relro -lcrypt -lrt
> libtool: link: gcc -shared -fPIC -DPIC
> /<<PKGBUILDDIR>>/5.2-posix/ext/posix/.libs/posix.o -lcrypt -lrt
> -Wl,--no-add-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,liblua5.2-posix.so.1
> -o /<<PKGBUILDDIR>>/5.2-posix/.libs/liblua5.2-posix.so.1.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.2-posix/.libs" && rm -f
> "liblua5.2-posix.so.1" && ln -s "liblua5.2-posix.so.1.0.0"
> "liblua5.2-posix.so.1")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.2-posix/.libs" && rm -f
> "liblua5.2-posix.so" && ln -s "liblua5.2-posix.so.1.0.0" "liblua5.2-posix.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.2-posix/.libs/liblua5.2-posix.a
> /<<PKGBUILDDIR>>/5.2-posix/ext/posix/posix.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.2-posix/.libs/liblua5.2-posix.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.2-posix/.libs" && rm -f
> "liblua5.2-posix.la" && ln -s "../liblua5.2-posix.la" "liblua5.2-posix.la" )
> ldd /<<PKGBUILDDIR>>/5.2-posix/posix.so
> linux-vdso.so.1 (0x00007ffd8b7e3000)
> libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1
> (0x00007fd1113f0000)
> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd11120e000)
> /lib64/ld-linux-x86-64.so.2 (0x00007fd11144e000)
> Target build made
>
>
> Making target build for debian/lua5.3.posix.dh-lua.conf
> /<<PKGBUILDDIR>>/debian/.dh_lua-libtool/libtool --tag=CC --mode=compile
> x86_64-linux-gnu-gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
> -I/usr/include/lua5.3 -D_XOPEN_SOURCE=700 -I. -DHAVE_CONFIG_H -I
> ext/include/ -Wall -Wextra -o /<<PKGBUILDDIR>>/5.3-posix/ext/posix/posix.lo
> ext/posix/posix.c
> libtool: compile: x86_64-linux-gnu-gcc -c -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.3 -D_XOPEN_SOURCE=700 -I.
> -DHAVE_CONFIG_H -I ext/include/ -Wall -Wextra ext/posix/posix.c -fPIC -DPIC
> -o /<<PKGBUILDDIR>>/5.3-posix/ext/posix/.libs/posix.o
> In file included from ext/posix/ctype.c:22,
> from ext/posix/posix.c:16:
> ext/include/_helpers.c: In function ‘optstringfield’:
> ext/include/_helpers.c:294:21: warning: unused variable ‘r’
> [-Wunused-variable]
> 294 | const char *r;
> | ^
> In file included from ext/posix/posix.c:20:
> ext/posix/fnmatch.c: In function ‘Pfnmatch’:
> ext/posix/fnmatch.c:46:13: warning: unused variable ‘res’ [-Wunused-variable]
> 46 | int res;
> | ^~~
> ext/posix/sys/socket.c: In function ‘pushsockaddrinfo’:
> ext/posix/sys/socket.c:90:49: warning: the address of ‘addr’ will always
> evaluate as ‘true’ [-Waddress]
> 90 | pushstringfield("addr", addr);
> | ^~~~
> ext/include/_helpers.c:362:13: note: in definition of macro ‘pushstringfield’
> 362 | if (v) {
> \
> | ^
> In file included from ext/posix/posix.c:33:
> ext/posix/sys/socket.c: In function ‘Psetsockopt’:
> ext/posix/sys/socket.c:693:45: warning: this statement may fall through
> [-Wimplicit-fallthrough=]
> 693 | len = sizeof(ifr);
> | ~~~~^~~~~~~~~~~~~
> ext/posix/sys/socket.c:695:33: note: here
> 695 | default:
> | ^~~~~~~
> ext/include/_helpers.c: At top level:
> ext/include/_helpers.c:344:1: warning: ‘binding_notimplemented’ defined but
> not used [-Wunused-function]
> 344 | binding_notimplemented(lua_State *L, const char *fname, const char
> *libname)
> | ^~~~~~~~~~~~~~~~~~~~~~
> ext/include/_helpers.c:292:1: warning: ‘optstringfield’ defined but not used
> [-Wunused-function]
> 292 | optstringfield(lua_State *L, int index, const char *k, const char
> *def)
> | ^~~~~~~~~~~~~~
> libtool: compile: x86_64-linux-gnu-gcc -c -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.3 -D_XOPEN_SOURCE=700 -I.
> -DHAVE_CONFIG_H -I ext/include/ -Wall -Wextra ext/posix/posix.c -o
> /<<PKGBUILDDIR>>/5.3-posix/ext/posix/posix.o >/dev/null 2>&1
> /<<PKGBUILDDIR>>/debian/.dh_lua-libtool/libtool --tag=CC --mode=link
> x86_64-linux-gnu-gcc \
> -rpath /usr//lib/x86_64-linux-gnu -version-info 1:0:0 -Wl,--no-add-needed
> \
> -o /<<PKGBUILDDIR>>/5.3-posix/liblua5.3-posix.la \
> /<<PKGBUILDDIR>>/5.3-posix/ext/posix/posix.lo \
> -Wl,-z,relro -lcrypt -lrt
> libtool: link: gcc -shared -fPIC -DPIC
> /<<PKGBUILDDIR>>/5.3-posix/ext/posix/.libs/posix.o -lcrypt -lrt
> -Wl,--no-add-needed -Wl,-z -Wl,relro -Wl,-soname -Wl,liblua5.3-posix.so.1
> -o /<<PKGBUILDDIR>>/5.3-posix/.libs/liblua5.3-posix.so.1.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.3-posix/.libs" && rm -f
> "liblua5.3-posix.so.1" && ln -s "liblua5.3-posix.so.1.0.0"
> "liblua5.3-posix.so.1")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.3-posix/.libs" && rm -f
> "liblua5.3-posix.so" && ln -s "liblua5.3-posix.so.1.0.0" "liblua5.3-posix.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.3-posix/.libs/liblua5.3-posix.a
> /<<PKGBUILDDIR>>/5.3-posix/ext/posix/posix.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.3-posix/.libs/liblua5.3-posix.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.3-posix/.libs" && rm -f
> "liblua5.3-posix.la" && ln -s "../liblua5.3-posix.la" "liblua5.3-posix.la" )
> ldd /<<PKGBUILDDIR>>/5.3-posix/posix.so
> linux-vdso.so.1 (0x00007fff02173000)
> libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1
> (0x00007f0ed3311000)
> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0ed312f000)
> /lib64/ld-linux-x86-64.so.2 (0x00007f0ed336f000)
> Target build made
>
> ldoc -c build-aux/config.ld ext/posix/
> reading configuration from build-aux/config.ld
> file or directory does not exist: '../lib/posix/init.lua'
> make[1]: *** [debian/rules:13: override_dh_auto_build] Error 255
The full build log is available from:
http://qa-logs.debian.net/2023/10/27/lua-posix_33.4.0-3_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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 mark 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 mine
so that we can identify if something relevant changed in the meantime.