Source: lua-zlib
Version: 1.2-3
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> DEB_BUILD_MAINT_OPTIONS=hardening=-stackprotector dh build --buildsystem=lua 
> --with lua
>    dh_update_autotools_config -O--buildsystem=lua
>    dh_autoreconf -O--buildsystem=lua
>    dh_auto_configure -O--buildsystem=lua
>       make --no-print-directory -f 
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple configure
> 
> Making target configure for debian/lua5.1.dh-lua.conf
> # .install
> Filling in debian/lua-zlib.install using 
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.1/zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-zlib.so.*
> Filling in debian/lua-zlib-dev.install using 
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-zlib.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.1-zlib.pc
> Adding new line: usr/include/lua5.1/lua-zlib.h
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.1
> Target configure made
> 
> 
> Making target configure for debian/lua5.2.dh-lua.conf
> # .install
> Filling in debian/lua-zlib.install using 
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.2/zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-zlib.so.*
> Filling in debian/lua-zlib-dev.install using 
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-zlib.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.2-zlib.pc
> Adding new line: usr/include/lua5.2/lua-zlib.h
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.2
> Target configure made
> 
> 
> Making target configure for debian/lua5.3.dh-lua.conf
> # .install
> Filling in debian/lua-zlib.install using 
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.3/zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.3-zlib.so.*
> Filling in debian/lua-zlib-dev.install using 
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.3-zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.3-zlib.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.3-zlib.pc
> Adding new line: usr/include/lua5.3/lua-zlib.h
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.3
> Target configure made
> 
> 
> Making target configure for debian/lua5.4.dh-lua.conf
> # .install
> Filling in debian/lua-zlib.install using 
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.4/zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.4-zlib.so.*
> Filling in debian/lua-zlib-dev.install using 
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.4-zlib.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.4-zlib.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.4-zlib.pc
> Adding new line: usr/include/lua5.4/lua-zlib.h
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.4
> Target configure made
> 
>    dh_auto_build -O--buildsystem=lua
>       make --no-print-directory -f 
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple build
> 
> Making target build for debian/lua5.1.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 --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... /usr/bin/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/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... /usr/bin/dd
> checking how to truncate binary pipes... /usr/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-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.1   -Wall -Wextra -o 
> /<<PKGBUILDDIR>>/5.1-zlib/lua_zlib.lo lua_zlib.c 
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.1 -Wall -Wextra lua_zlib.c  -fPIC -DPIC -o 
> /<<PKGBUILDDIR>>/5.1-zlib/.libs/lua_zlib.o
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.1 -Wall -Wextra lua_zlib.c -o 
> /<<PKGBUILDDIR>>/5.1-zlib/lua_zlib.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 0:0:0 -Wl,--no-add-needed 
> \
>       -o /<<PKGBUILDDIR>>/5.1-zlib/liblua5.1-zlib.la \
>     /<<PKGBUILDDIR>>/5.1-zlib/lua_zlib.lo \
>       -Wl,-z,relro -lz 
> libtool: link: gcc -shared  -fPIC -DPIC  
> /<<PKGBUILDDIR>>/5.1-zlib/.libs/lua_zlib.o   -lz  -Wl,--no-add-needed -Wl,-z 
> -Wl,relro   -Wl,-soname -Wl,liblua5.1-zlib.so.0 -o 
> /<<PKGBUILDDIR>>/5.1-zlib/.libs/liblua5.1-zlib.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.1-zlib/.libs" && rm -f 
> "liblua5.1-zlib.so.0" && ln -s "liblua5.1-zlib.so.0.0.0" 
> "liblua5.1-zlib.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.1-zlib/.libs" && rm -f 
> "liblua5.1-zlib.so" && ln -s "liblua5.1-zlib.so.0.0.0" "liblua5.1-zlib.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.1-zlib/.libs/liblua5.1-zlib.a  
> /<<PKGBUILDDIR>>/5.1-zlib/lua_zlib.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.1-zlib/.libs/liblua5.1-zlib.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.1-zlib/.libs" && rm -f 
> "liblua5.1-zlib.la" && ln -s "../liblua5.1-zlib.la" "liblua5.1-zlib.la" )
> ldd /<<PKGBUILDDIR>>/5.1-zlib/zlib.so
>       linux-vdso.so.1 (0x00007fffbc9f1000)
>       libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff2e4acb000)
>       libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff2e48e9000)
>       /lib64/ld-linux-x86-64.so.2 (0x00007ff2e4af6000)
> Target build made
> 
> 
> Making target build for debian/lua5.2.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-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.2   -Wall -Wextra -o 
> /<<PKGBUILDDIR>>/5.2-zlib/lua_zlib.lo lua_zlib.c 
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.2 -Wall -Wextra lua_zlib.c  -fPIC -DPIC -o 
> /<<PKGBUILDDIR>>/5.2-zlib/.libs/lua_zlib.o
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.2 -Wall -Wextra lua_zlib.c -o 
> /<<PKGBUILDDIR>>/5.2-zlib/lua_zlib.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 0:0:0 -Wl,--no-add-needed 
> \
>       -o /<<PKGBUILDDIR>>/5.2-zlib/liblua5.2-zlib.la \
>     /<<PKGBUILDDIR>>/5.2-zlib/lua_zlib.lo \
>       -Wl,-z,relro -lz 
> libtool: link: gcc -shared  -fPIC -DPIC  
> /<<PKGBUILDDIR>>/5.2-zlib/.libs/lua_zlib.o   -lz  -Wl,--no-add-needed -Wl,-z 
> -Wl,relro   -Wl,-soname -Wl,liblua5.2-zlib.so.0 -o 
> /<<PKGBUILDDIR>>/5.2-zlib/.libs/liblua5.2-zlib.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.2-zlib/.libs" && rm -f 
> "liblua5.2-zlib.so.0" && ln -s "liblua5.2-zlib.so.0.0.0" 
> "liblua5.2-zlib.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.2-zlib/.libs" && rm -f 
> "liblua5.2-zlib.so" && ln -s "liblua5.2-zlib.so.0.0.0" "liblua5.2-zlib.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.2-zlib/.libs/liblua5.2-zlib.a  
> /<<PKGBUILDDIR>>/5.2-zlib/lua_zlib.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.2-zlib/.libs/liblua5.2-zlib.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.2-zlib/.libs" && rm -f 
> "liblua5.2-zlib.la" && ln -s "../liblua5.2-zlib.la" "liblua5.2-zlib.la" )
> ldd /<<PKGBUILDDIR>>/5.2-zlib/zlib.so
>       linux-vdso.so.1 (0x00007ffc27f90000)
>       libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff185824000)
>       libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff185642000)
>       /lib64/ld-linux-x86-64.so.2 (0x00007ff18584f000)
> Target build made
> 
> 
> Making target build for debian/lua5.3.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-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.3   -Wall -Wextra -o 
> /<<PKGBUILDDIR>>/5.3-zlib/lua_zlib.lo lua_zlib.c 
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.3 -Wall -Wextra lua_zlib.c  -fPIC -DPIC -o 
> /<<PKGBUILDDIR>>/5.3-zlib/.libs/lua_zlib.o
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.3 -Wall -Wextra lua_zlib.c -o 
> /<<PKGBUILDDIR>>/5.3-zlib/lua_zlib.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 0:0:0 -Wl,--no-add-needed 
> \
>       -o /<<PKGBUILDDIR>>/5.3-zlib/liblua5.3-zlib.la \
>     /<<PKGBUILDDIR>>/5.3-zlib/lua_zlib.lo \
>       -Wl,-z,relro -lz 
> libtool: link: gcc -shared  -fPIC -DPIC  
> /<<PKGBUILDDIR>>/5.3-zlib/.libs/lua_zlib.o   -lz  -Wl,--no-add-needed -Wl,-z 
> -Wl,relro   -Wl,-soname -Wl,liblua5.3-zlib.so.0 -o 
> /<<PKGBUILDDIR>>/5.3-zlib/.libs/liblua5.3-zlib.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.3-zlib/.libs" && rm -f 
> "liblua5.3-zlib.so.0" && ln -s "liblua5.3-zlib.so.0.0.0" 
> "liblua5.3-zlib.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.3-zlib/.libs" && rm -f 
> "liblua5.3-zlib.so" && ln -s "liblua5.3-zlib.so.0.0.0" "liblua5.3-zlib.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.3-zlib/.libs/liblua5.3-zlib.a  
> /<<PKGBUILDDIR>>/5.3-zlib/lua_zlib.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.3-zlib/.libs/liblua5.3-zlib.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.3-zlib/.libs" && rm -f 
> "liblua5.3-zlib.la" && ln -s "../liblua5.3-zlib.la" "liblua5.3-zlib.la" )
> ldd /<<PKGBUILDDIR>>/5.3-zlib/zlib.so
>       linux-vdso.so.1 (0x00007fffdb1d0000)
>       libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f7178db8000)
>       libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7178bd6000)
>       /lib64/ld-linux-x86-64.so.2 (0x00007f7178de3000)
> Target build made
> 
> 
> Making target build for debian/lua5.4.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-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/lua5.4   -Wall -Wextra -o 
> /<<PKGBUILDDIR>>/5.4-zlib/lua_zlib.lo lua_zlib.c 
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.4 -Wall -Wextra lua_zlib.c  -fPIC -DPIC -o 
> /<<PKGBUILDDIR>>/5.4-zlib/.libs/lua_zlib.o
> libtool: compile:  x86_64-linux-gnu-gcc -c -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/lua5.4 -Wall -Wextra lua_zlib.c -o 
> /<<PKGBUILDDIR>>/5.4-zlib/lua_zlib.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 0:0:0 -Wl,--no-add-needed 
> \
>       -o /<<PKGBUILDDIR>>/5.4-zlib/liblua5.4-zlib.la \
>     /<<PKGBUILDDIR>>/5.4-zlib/lua_zlib.lo \
>       -Wl,-z,relro -lz 
> libtool: link: gcc -shared  -fPIC -DPIC  
> /<<PKGBUILDDIR>>/5.4-zlib/.libs/lua_zlib.o   -lz  -Wl,--no-add-needed -Wl,-z 
> -Wl,relro   -Wl,-soname -Wl,liblua5.4-zlib.so.0 -o 
> /<<PKGBUILDDIR>>/5.4-zlib/.libs/liblua5.4-zlib.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.4-zlib/.libs" && rm -f 
> "liblua5.4-zlib.so.0" && ln -s "liblua5.4-zlib.so.0.0.0" 
> "liblua5.4-zlib.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.4-zlib/.libs" && rm -f 
> "liblua5.4-zlib.so" && ln -s "liblua5.4-zlib.so.0.0.0" "liblua5.4-zlib.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.4-zlib/.libs/liblua5.4-zlib.a  
> /<<PKGBUILDDIR>>/5.4-zlib/lua_zlib.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.4-zlib/.libs/liblua5.4-zlib.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.4-zlib/.libs" && rm -f 
> "liblua5.4-zlib.la" && ln -s "../liblua5.4-zlib.la" "liblua5.4-zlib.la" )
> ldd /<<PKGBUILDDIR>>/5.4-zlib/zlib.so
>       linux-vdso.so.1 (0x00007ffdfd2e5000)
>       libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd6476e0000)
>       libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd6474fe000)
>       /lib64/ld-linux-x86-64.so.2 (0x00007fd64770b000)
> Target build made
> 
>    dh_auto_test -O--buildsystem=lua
>       make --no-print-directory -f 
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple test
> 
> Making target test for debian/lua5.1.dh-lua.conf
> # tests
> ********************** lua dynamic (5.1) *********
> Test: test.lua ./ ./
> lua5.1: test.lua:197: attempt to concatenate local 'patch' (a nil value)
> stack traceback:
>       test.lua:197: in function 'test_version'
>       test.lua:26: in function 'main'
>       test.lua:200: in main chunk
>       [C]: ?
> 1..9
> ok 1 - eof is true (true)
> ok 2 - bytes in is greater than bytes out?
> ok 3 - bytes out is the same size as deflated string length
> ok 4 - bytes in is the same size as the input string length
> ok 5 - Expected 8192 Xs got 8192
> ok 6
> ok 7 - 'abcdefghijklmnopqrstuv' == 'abcdefghijklmnopqrstuv'
> ok 8 - large string
> ok 9 - empty string
> ok 10
> ok 11 - InvalidInput error (InvalidInput: input string does not conform to 
> zlib format or checksum failed at lua_zlib.c line 994)
> EOF round
> ok 12 - streaming works
> ok 13 - IllegalState error (IllegalState: calling deflate function when 
> stream was previously closed)
> ok 14 - major version 1 == 1
> ok 15 - minor version is number (3)
> make[2]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.single:317: 
> test-lua-dynamic-real] Error 1
> make[1]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.multiple:12: test] Error 
> 1
> dh_auto_test: error: make --no-print-directory -f 
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple test returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/lua-zlib_1.2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&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.

Reply via email to