[pkg-lua-devel] Bug#1002767: lua-system: FTBFS: dh_auto_test: error: make --no-print-directory -f /usr/share/dh-lua/make/dh-lua.Makefile.multiple test returned exit code 2

Lucas Nussbaum lucas at debian.org
Tue Dec 28 20:16:30 GMT 2021


Source: lua-system
Version: 0.2.1-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20211228 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --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-system.install using /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.1/system/core.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-system.so.*
> Adding new line: usr/share/lua/5.1/system/init.lua
> Filling in debian/lua-system-dev.install using /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-system.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.1-system.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.1-system.pc
> Adding new line: usr/include/lua5.1/lua-system.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-system.install using /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.2/system/core.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-system.so.*
> Adding new line: usr/share/lua/5.2/system/init.lua
> Filling in debian/lua-system-dev.install using /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-system.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.2-system.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.2-system.pc
> Adding new line: usr/include/lua5.2/lua-system.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-system.install using /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.3/system/core.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.3-system.so.*
> Adding new line: usr/share/lua/5.3/system/init.lua
> Filling in debian/lua-system-dev.install using /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.3-system.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.3-system.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.3-system.pc
> Adding new line: usr/include/lua5.3/lua-system.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-system.install using /usr/share/dh-lua/template/lib.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/lua/5.4/system/core.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.4-system.so.*
> Adding new line: usr/share/lua/5.4/system/init.lua
> Filling in debian/lua-system-dev.install using /usr/share/dh-lua/template/dev.install.in
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.4-system.so
> Adding new line: usr/lib/x86_64-linux-gnu/liblua5.4-system.a
> Adding new line: usr/lib/x86_64-linux-gnu/pkgconfig/lua5.4-system.pc
> Adding new line: usr/include/lua5.4/lua-system.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
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.1-system/src/core.lo src/core.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra src/core.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.1-system/src/.libs/core.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra src/core.c -o /<<PKGBUILDDIR>>/5.1-system/src/core.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.1-system/src/time.lo src/time.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra src/time.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.1-system/src/.libs/time.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra src/time.c -o /<<PKGBUILDDIR>>/5.1-system/src/time.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.1-system/src/compat.lo src/compat.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra src/compat.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.1-system/src/.libs/compat.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra src/compat.c -o /<<PKGBUILDDIR>>/5.1-system/src/compat.o >/dev/null 2>&1
> libtool --tag=CC --mode=link cc \
>     -rpath /usr//lib/x86_64-linux-gnu -version-info 0:0:0 -Wl,--no-add-needed \
> 	-o /<<PKGBUILDDIR>>/5.1-system/liblua5.1-system.la \
>     /<<PKGBUILDDIR>>/5.1-system/src/core.lo /<<PKGBUILDDIR>>/5.1-system/src/time.lo /<<PKGBUILDDIR>>/5.1-system/src/compat.lo \
> 	-Wl,-z,relro 
> libtool: link: gcc -shared  -fPIC -DPIC  /<<PKGBUILDDIR>>/5.1-system/src/.libs/core.o /<<PKGBUILDDIR>>/5.1-system/src/.libs/time.o /<<PKGBUILDDIR>>/5.1-system/src/.libs/compat.o    -Wl,--no-add-needed -Wl,-z -Wl,relro   -Wl,-soname -Wl,liblua5.1-system.so.0 -o /<<PKGBUILDDIR>>/5.1-system/.libs/liblua5.1-system.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.1-system/.libs" && rm -f "liblua5.1-system.so.0" && ln -s "liblua5.1-system.so.0.0.0" "liblua5.1-system.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.1-system/.libs" && rm -f "liblua5.1-system.so" && ln -s "liblua5.1-system.so.0.0.0" "liblua5.1-system.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.1-system/.libs/liblua5.1-system.a  /<<PKGBUILDDIR>>/5.1-system/src/core.o /<<PKGBUILDDIR>>/5.1-system/src/time.o /<<PKGBUILDDIR>>/5.1-system/src/compat.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.1-system/.libs/liblua5.1-system.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.1-system/.libs" && rm -f "liblua5.1-system.la" && ln -s "../liblua5.1-system.la" "liblua5.1-system.la" )
> ldd /<<PKGBUILDDIR>>/5.1-system/system/core.so
> 	linux-vdso.so.1 (0x00007ffedef7e000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0fcbd47000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f0fcbf1a000)
> Target build made
> 
> 
> Making target build for debian/lua5.2.dh-lua.conf
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.2-system/src/core.lo src/core.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra src/core.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.2-system/src/.libs/core.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra src/core.c -o /<<PKGBUILDDIR>>/5.2-system/src/core.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.2-system/src/time.lo src/time.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra src/time.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.2-system/src/.libs/time.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra src/time.c -o /<<PKGBUILDDIR>>/5.2-system/src/time.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.2-system/src/compat.lo src/compat.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra src/compat.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.2-system/src/.libs/compat.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra src/compat.c -o /<<PKGBUILDDIR>>/5.2-system/src/compat.o >/dev/null 2>&1
> libtool --tag=CC --mode=link cc \
>     -rpath /usr//lib/x86_64-linux-gnu -version-info 0:0:0 -Wl,--no-add-needed \
> 	-o /<<PKGBUILDDIR>>/5.2-system/liblua5.2-system.la \
>     /<<PKGBUILDDIR>>/5.2-system/src/core.lo /<<PKGBUILDDIR>>/5.2-system/src/time.lo /<<PKGBUILDDIR>>/5.2-system/src/compat.lo \
> 	-Wl,-z,relro 
> libtool: link: gcc -shared  -fPIC -DPIC  /<<PKGBUILDDIR>>/5.2-system/src/.libs/core.o /<<PKGBUILDDIR>>/5.2-system/src/.libs/time.o /<<PKGBUILDDIR>>/5.2-system/src/.libs/compat.o    -Wl,--no-add-needed -Wl,-z -Wl,relro   -Wl,-soname -Wl,liblua5.2-system.so.0 -o /<<PKGBUILDDIR>>/5.2-system/.libs/liblua5.2-system.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.2-system/.libs" && rm -f "liblua5.2-system.so.0" && ln -s "liblua5.2-system.so.0.0.0" "liblua5.2-system.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.2-system/.libs" && rm -f "liblua5.2-system.so" && ln -s "liblua5.2-system.so.0.0.0" "liblua5.2-system.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.2-system/.libs/liblua5.2-system.a  /<<PKGBUILDDIR>>/5.2-system/src/core.o /<<PKGBUILDDIR>>/5.2-system/src/time.o /<<PKGBUILDDIR>>/5.2-system/src/compat.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.2-system/.libs/liblua5.2-system.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.2-system/.libs" && rm -f "liblua5.2-system.la" && ln -s "../liblua5.2-system.la" "liblua5.2-system.la" )
> ldd /<<PKGBUILDDIR>>/5.2-system/system/core.so
> 	linux-vdso.so.1 (0x00007ffef010a000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f92b0d91000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f92b0f64000)
> Target build made
> 
> 
> Making target build for debian/lua5.3.dh-lua.conf
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.3-system/src/core.lo src/core.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra src/core.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.3-system/src/.libs/core.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra src/core.c -o /<<PKGBUILDDIR>>/5.3-system/src/core.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.3-system/src/time.lo src/time.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra src/time.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.3-system/src/.libs/time.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra src/time.c -o /<<PKGBUILDDIR>>/5.3-system/src/time.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.3-system/src/compat.lo src/compat.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra src/compat.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.3-system/src/.libs/compat.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra src/compat.c -o /<<PKGBUILDDIR>>/5.3-system/src/compat.o >/dev/null 2>&1
> libtool --tag=CC --mode=link cc \
>     -rpath /usr//lib/x86_64-linux-gnu -version-info 0:0:0 -Wl,--no-add-needed \
> 	-o /<<PKGBUILDDIR>>/5.3-system/liblua5.3-system.la \
>     /<<PKGBUILDDIR>>/5.3-system/src/core.lo /<<PKGBUILDDIR>>/5.3-system/src/time.lo /<<PKGBUILDDIR>>/5.3-system/src/compat.lo \
> 	-Wl,-z,relro 
> libtool: link: gcc -shared  -fPIC -DPIC  /<<PKGBUILDDIR>>/5.3-system/src/.libs/core.o /<<PKGBUILDDIR>>/5.3-system/src/.libs/time.o /<<PKGBUILDDIR>>/5.3-system/src/.libs/compat.o    -Wl,--no-add-needed -Wl,-z -Wl,relro   -Wl,-soname -Wl,liblua5.3-system.so.0 -o /<<PKGBUILDDIR>>/5.3-system/.libs/liblua5.3-system.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.3-system/.libs" && rm -f "liblua5.3-system.so.0" && ln -s "liblua5.3-system.so.0.0.0" "liblua5.3-system.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.3-system/.libs" && rm -f "liblua5.3-system.so" && ln -s "liblua5.3-system.so.0.0.0" "liblua5.3-system.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.3-system/.libs/liblua5.3-system.a  /<<PKGBUILDDIR>>/5.3-system/src/core.o /<<PKGBUILDDIR>>/5.3-system/src/time.o /<<PKGBUILDDIR>>/5.3-system/src/compat.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.3-system/.libs/liblua5.3-system.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.3-system/.libs" && rm -f "liblua5.3-system.la" && ln -s "../liblua5.3-system.la" "liblua5.3-system.la" )
> ldd /<<PKGBUILDDIR>>/5.3-system/system/core.so
> 	linux-vdso.so.1 (0x00007ffd02ff9000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9f0643b000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f9f0660e000)
> Target build made
> 
> 
> Making target build for debian/lua5.4.dh-lua.conf
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.4-system/src/core.lo src/core.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4 -Wall -Wextra src/core.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.4-system/src/.libs/core.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4 -Wall -Wextra src/core.c -o /<<PKGBUILDDIR>>/5.4-system/src/core.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.4-system/src/time.lo src/time.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4 -Wall -Wextra src/time.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.4-system/src/.libs/time.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4 -Wall -Wextra src/time.c -o /<<PKGBUILDDIR>>/5.4-system/src/time.o >/dev/null 2>&1
> libtool --tag=CC --mode=compile cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4  -Wall -Wextra -o /<<PKGBUILDDIR>>/5.4-system/src/compat.lo src/compat.c 
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4 -Wall -Wextra src/compat.c  -fPIC -DPIC -o /<<PKGBUILDDIR>>/5.4-system/src/.libs/compat.o
> libtool: compile:  cc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.4 -Wall -Wextra src/compat.c -o /<<PKGBUILDDIR>>/5.4-system/src/compat.o >/dev/null 2>&1
> libtool --tag=CC --mode=link cc \
>     -rpath /usr//lib/x86_64-linux-gnu -version-info 0:0:0 -Wl,--no-add-needed \
> 	-o /<<PKGBUILDDIR>>/5.4-system/liblua5.4-system.la \
>     /<<PKGBUILDDIR>>/5.4-system/src/core.lo /<<PKGBUILDDIR>>/5.4-system/src/time.lo /<<PKGBUILDDIR>>/5.4-system/src/compat.lo \
> 	-Wl,-z,relro 
> libtool: link: gcc -shared  -fPIC -DPIC  /<<PKGBUILDDIR>>/5.4-system/src/.libs/core.o /<<PKGBUILDDIR>>/5.4-system/src/.libs/time.o /<<PKGBUILDDIR>>/5.4-system/src/.libs/compat.o    -Wl,--no-add-needed -Wl,-z -Wl,relro   -Wl,-soname -Wl,liblua5.4-system.so.0 -o /<<PKGBUILDDIR>>/5.4-system/.libs/liblua5.4-system.so.0.0.0
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.4-system/.libs" && rm -f "liblua5.4-system.so.0" && ln -s "liblua5.4-system.so.0.0.0" "liblua5.4-system.so.0")
> libtool: link: (cd "/<<PKGBUILDDIR>>/5.4-system/.libs" && rm -f "liblua5.4-system.so" && ln -s "liblua5.4-system.so.0.0.0" "liblua5.4-system.so")
> libtool: link: ar cr /<<PKGBUILDDIR>>/5.4-system/.libs/liblua5.4-system.a  /<<PKGBUILDDIR>>/5.4-system/src/core.o /<<PKGBUILDDIR>>/5.4-system/src/time.o /<<PKGBUILDDIR>>/5.4-system/src/compat.o
> libtool: link: ranlib /<<PKGBUILDDIR>>/5.4-system/.libs/liblua5.4-system.a
> libtool: link: ( cd "/<<PKGBUILDDIR>>/5.4-system/.libs" && rm -f "liblua5.4-system.la" && ln -s "../liblua5.4-system.la" "liblua5.4-system.la" )
> ldd /<<PKGBUILDDIR>>/5.4-system/system/core.so
> 	linux-vdso.so.1 (0x00007fff2278b000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9090804000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f90909d7000)
> 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
> /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
> Copying system/init.lua in /<<PKGBUILDDIR>>/5.1-system for test
> ****************** lua dynamic custom (5.1) ******
> +++
> 3 successes / 0 failures / 0 errors / 0 pending : 0.500712 seconds
> *************************************************
> libtool --tag=CC --mode=link cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1  -Wall -Wextra -Wl,--no-add-needed \
> 	-o /<<PKGBUILDDIR>>/5.1-system/app-dynamic -I . -I /<<PKGBUILDDIR>>/5.1-system/ \
> 	/usr/share/dh-lua/test/5.1/app.c /<<PKGBUILDDIR>>/5.1-system/liblua5.1-system.la \
> 	-Wl,-z,relro  -L/usr//lib/x86_64-linux-gnu -llua5.1
> libtool: link: cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra -Wl,--no-add-needed -o /<<PKGBUILDDIR>>/5.1-system/.libs/app-dynamic -I . -I /<<PKGBUILDDIR>>/5.1-system/ /usr/share/dh-lua/test/5.1/app.c -Wl,-z -Wl,relro  /<<PKGBUILDDIR>>/5.1-system/.libs/liblua5.1-system.so -L/usr//lib/x86_64-linux-gnu -llua5.1 -Wl,-rpath -Wl,/usr//lib/x86_64-linux-gnu
> libtool --tag=CC --mode=execute -dlopen /<<PKGBUILDDIR>>/5.1-system/liblua5.1-system.la \
> 		ldd /<<PKGBUILDDIR>>/5.1-system/app-dynamic
> 	linux-vdso.so.1 (0x00007fffb641a000)
> 	liblua5.1-system.so.0 => /<<PKGBUILDDIR>>/5.1-system/.libs/liblua5.1-system.so.0 (0x00007f59ef91c000)
> 	liblua5.1.so.0 => /usr//lib/x86_64-linux-gnu/liblua5.1.so.0 (0x00007f59ef8ec000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f59ef720000)
> 	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f59ef5dd000)
> 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f59ef5d6000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f59ef928000)
> ********************** app dynamic (5.1) *********
> SKIPPED!
> **************************************************
> libtool --tag=CC --mode=link cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1  -Wall -Wextra -Wl,--no-add-needed \
> 	-static -o /<<PKGBUILDDIR>>/5.1-system/app-static -I . -I /<<PKGBUILDDIR>>/5.1-system/ \
> 	/usr/share/dh-lua/test/5.1/app.c /<<PKGBUILDDIR>>/5.1-system/liblua5.1-system.la \
> 	-Wl,-z,relro  -L/usr//lib/x86_64-linux-gnu -llua5.1 -lm -ldl
> libtool: link: cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.1 -Wall -Wextra -Wl,--no-add-needed -o /<<PKGBUILDDIR>>/5.1-system/app-static -I . -I /<<PKGBUILDDIR>>/5.1-system/ /usr/share/dh-lua/test/5.1/app.c -Wl,-z -Wl,relro  /<<PKGBUILDDIR>>/5.1-system/.libs/liblua5.1-system.a -L/usr//lib/x86_64-linux-gnu -llua5.1 -lm -ldl
> ldd /<<PKGBUILDDIR>>/5.1-system/app-static
> 	linux-vdso.so.1 (0x00007ffdff0ca000)
> 	liblua5.1.so.0 => /usr/lib/x86_64-linux-gnu/liblua5.1.so.0 (0x00007f6c579e4000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6c5781b000)
> 	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6c576d8000)
> 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6c576d1000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f6c57a1e000)
> *********************** app static (5.1) *********
> SKIPPED!
> **************************************************
> Target test made
> 
> 
> Making target test for debian/lua5.2.dh-lua.conf
> # tests
> /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
> Copying system/init.lua in /<<PKGBUILDDIR>>/5.2-system for test
> ****************** lua dynamic custom (5.2) ******
> +++
> 3 successes / 0 failures / 0 errors / 0 pending : 0.501099 seconds
> *************************************************
> libtool --tag=CC --mode=link cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2  -Wall -Wextra -Wl,--no-add-needed \
> 	-o /<<PKGBUILDDIR>>/5.2-system/app-dynamic -I . -I /<<PKGBUILDDIR>>/5.2-system/ \
> 	/usr/share/dh-lua/test/5.2/app.c /<<PKGBUILDDIR>>/5.2-system/liblua5.2-system.la \
> 	-Wl,-z,relro  -L/usr//lib/x86_64-linux-gnu -llua5.2
> libtool: link: cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra -Wl,--no-add-needed -o /<<PKGBUILDDIR>>/5.2-system/.libs/app-dynamic -I . -I /<<PKGBUILDDIR>>/5.2-system/ /usr/share/dh-lua/test/5.2/app.c -Wl,-z -Wl,relro  /<<PKGBUILDDIR>>/5.2-system/.libs/liblua5.2-system.so -L/usr//lib/x86_64-linux-gnu -llua5.2 -Wl,-rpath -Wl,/usr//lib/x86_64-linux-gnu
> libtool --tag=CC --mode=execute -dlopen /<<PKGBUILDDIR>>/5.2-system/liblua5.2-system.la \
> 		ldd /<<PKGBUILDDIR>>/5.2-system/app-dynamic
> 	linux-vdso.so.1 (0x00007ffd78596000)
> 	liblua5.2-system.so.0 => /<<PKGBUILDDIR>>/5.2-system/.libs/liblua5.2-system.so.0 (0x00007f3a2d3b7000)
> 	liblua5.2.so.0 => /usr//lib/x86_64-linux-gnu/liblua5.2.so.0 (0x00007f3a2d381000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3a2d1b5000)
> 	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f3a2d072000)
> 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3a2d06b000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f3a2d3c3000)
> ********************** app dynamic (5.2) *********
> SKIPPED!
> **************************************************
> libtool --tag=CC --mode=link cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2  -Wall -Wextra -Wl,--no-add-needed \
> 	-static -o /<<PKGBUILDDIR>>/5.2-system/app-static -I . -I /<<PKGBUILDDIR>>/5.2-system/ \
> 	/usr/share/dh-lua/test/5.2/app.c /<<PKGBUILDDIR>>/5.2-system/liblua5.2-system.la \
> 	-Wl,-z,relro  -L/usr//lib/x86_64-linux-gnu -llua5.2 -lm -ldl
> libtool: link: cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.2 -Wall -Wextra -Wl,--no-add-needed -o /<<PKGBUILDDIR>>/5.2-system/app-static -I . -I /<<PKGBUILDDIR>>/5.2-system/ /usr/share/dh-lua/test/5.2/app.c -Wl,-z -Wl,relro  /<<PKGBUILDDIR>>/5.2-system/.libs/liblua5.2-system.a -L/usr//lib/x86_64-linux-gnu -llua5.2 -lm -ldl
> ldd /<<PKGBUILDDIR>>/5.2-system/app-static
> 	linux-vdso.so.1 (0x00007fff0ab64000)
> 	liblua5.2.so.0 => /usr/lib/x86_64-linux-gnu/liblua5.2.so.0 (0x00007f8d8d09b000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8d8ced2000)
> 	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8d8cd8f000)
> 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f8d8cd88000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f8d8d0db000)
> *********************** app static (5.2) *********
> SKIPPED!
> **************************************************
> Target test made
> 
> 
> Making target test for debian/lua5.3.dh-lua.conf
> # tests
> /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
> Copying system/init.lua in /<<PKGBUILDDIR>>/5.3-system for test
> ****************** lua dynamic custom (5.3) ******
> +++
> 3 successes / 0 failures / 0 errors / 0 pending : 0.501675 seconds
> *************************************************
> libtool --tag=CC --mode=link cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3  -Wall -Wextra -Wl,--no-add-needed \
> 	-o /<<PKGBUILDDIR>>/5.3-system/app-dynamic -I . -I /<<PKGBUILDDIR>>/5.3-system/ \
> 	/usr/share/dh-lua/test/5.3/app.c /<<PKGBUILDDIR>>/5.3-system/liblua5.3-system.la \
> 	-Wl,-z,relro  -L/usr//lib/x86_64-linux-gnu -llua5.3
> libtool: link: cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra -Wl,--no-add-needed -o /<<PKGBUILDDIR>>/5.3-system/.libs/app-dynamic -I . -I /<<PKGBUILDDIR>>/5.3-system/ /usr/share/dh-lua/test/5.3/app.c -Wl,-z -Wl,relro  /<<PKGBUILDDIR>>/5.3-system/.libs/liblua5.3-system.so -L/usr//lib/x86_64-linux-gnu -llua5.3 -Wl,-rpath -Wl,/usr//lib/x86_64-linux-gnu
> libtool --tag=CC --mode=execute -dlopen /<<PKGBUILDDIR>>/5.3-system/liblua5.3-system.la \
> 		ldd /<<PKGBUILDDIR>>/5.3-system/app-dynamic
> 	linux-vdso.so.1 (0x00007ffe9c1df000)
> 	liblua5.3-system.so.0 => /<<PKGBUILDDIR>>/5.3-system/.libs/liblua5.3-system.so.0 (0x00007fbf94721000)
> 	liblua5.3.so.0 => /usr//lib/x86_64-linux-gnu/liblua5.3.so.0 (0x00007fbf946e4000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbf94518000)
> 	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbf943d5000)
> 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fbf943ce000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007fbf9472d000)
> ********************** app dynamic (5.3) *********
> SKIPPED!
> **************************************************
> libtool --tag=CC --mode=link cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3  -Wall -Wextra -Wl,--no-add-needed \
> 	-static -o /<<PKGBUILDDIR>>/5.3-system/app-static -I . -I /<<PKGBUILDDIR>>/5.3-system/ \
> 	/usr/share/dh-lua/test/5.3/app.c /<<PKGBUILDDIR>>/5.3-system/liblua5.3-system.la \
> 	-Wl,-z,relro  -L/usr//lib/x86_64-linux-gnu -llua5.3 -lm -ldl
> libtool: link: cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr//include/lua5.3 -Wall -Wextra -Wl,--no-add-needed -o /<<PKGBUILDDIR>>/5.3-system/app-static -I . -I /<<PKGBUILDDIR>>/5.3-system/ /usr/share/dh-lua/test/5.3/app.c -Wl,-z -Wl,relro  /<<PKGBUILDDIR>>/5.3-system/.libs/liblua5.3-system.a -L/usr//lib/x86_64-linux-gnu -llua5.3 -lm -ldl
> ldd /<<PKGBUILDDIR>>/5.3-system/app-static
> 	linux-vdso.so.1 (0x00007ffdb75fd000)
> 	liblua5.3.so.0 => /usr/lib/x86_64-linux-gnu/liblua5.3.so.0 (0x00007f305cb82000)
> 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f305c9b9000)
> 	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f305c876000)
> 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f305c86f000)
> 	/lib64/ld-linux-x86-64.so.2 (0x00007f305cbc9000)
> *********************** app static (5.3) *********
> SKIPPED!
> **************************************************
> Target test made
> 
> 
> Making target test for debian/lua5.4.dh-lua.conf
> # tests
> /usr/bin/which: this version of `which' is deprecated; use `command -v' in scripts instead.
> Copying system/init.lua in /<<PKGBUILDDIR>>/5.4-system for test
> ****************** lua dynamic custom (5.4) ******
> lua5.4: /usr/share/lua/5.4/busted/core.lua:45: module 'mediator' not found:
> 	no field package.preload['mediator']
> 	no file '/<<PKGBUILDDIR>>/5.4-system/mediator.lua'
> 	no file '/<<PKGBUILDDIR>>/5.4-system/mediator/init.lua'
> 	no file '/usr/local/share/lua/5.4/mediator.lua'
> 	no file '/usr/local/share/lua/5.4/mediator/init.lua'
> 	no file '/usr/local/lib/lua/5.4/mediator.lua'
> 	no file '/usr/local/lib/lua/5.4/mediator/init.lua'
> 	no file '/usr/share/lua/5.4/mediator.lua'
> 	no file '/usr/share/lua/5.4/mediator/init.lua'
> 	no file './mediator.lua'
> 	no file './mediator/init.lua'
> 	no file '/<<PKGBUILDDIR>>/5.4-system/mediator.so'
> 	no file '/usr/local/lib/lua/5.4/mediator.so'
> 	no file '/usr/lib/x86_64-linux-gnu/lua/5.4/mediator.so'
> 	no file '/usr/lib/lua/5.4/mediator.so'
> 	no file '/usr/local/lib/lua/5.4/loadall.so'
> 	no file './mediator.so'
> stack traceback:
> 	[C]: in function 'require'
> 	/usr/share/lua/5.4/busted/core.lua:45: in function 'busted.core'
> 	/usr/share/lua/5.4/busted/runner.lua:18: in function 'busted.runner'
> 	/usr/bin/busted:3: in main chunk
> 	[C]: in ?
> make[2]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.single:315: test-lua-dynamic-real-custom] 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/2021/12/28/lua-system_0.2.1-3_unstable.log

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 marking 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.



More information about the pkg-lua-devel mailing list