Bug#1117686: hamlib FTBFS: ERROR: LUA_VERSION is not set
Source: hamlib
Version: 4.6.5-3
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=hamlib&ver=4.6.5-3
...
# lua_versions
echo debian/lua_versions >> debian/trash
echo Filling in debian/lua_versions
Filling in debian/lua_versions
echo 5.4 | (while read line; do [ -e debian/lua_versions ] || touch debian/lua_versions; if grep -q -F "$line" debian/lua_versions; then if [ ! -z "$line" ]; then echo "Skipping already existing line: $line"; fi else echo "Adding new line: $line"; echo "$line" >> debian/lua_versions; fi; done)
Skipping already existing line: 5.4
Target configure made
Making target configure for debian/lua5.x.dh-lua.conf
if [ -z "" ]; then\
echo;\
echo ERROR: LUA_VERSION is not set;\
echo;\
exit 1;\
fi
ERROR: LUA_VERSION is not set
make[3]: *** [/usr/share/dh-lua/make/dh-lua.Makefile.single:182: sanity] Error 1
Reply to: