Skip to content

Fix riscv64 and ppc64el FTBFS

The proposed changes should make the package build successfully again on riscv64 and ppc64el.

The build currently fails with error: ‘luaL_setfuncs’ was not declared in this scope;.

The package libluajit-5.1-dev provides this function and is available on riscv64 on unstable and testing now.

It is, however, not available on ppc64el, and liblua5.1-0-dev does not provide that function, only 5.2 onwards. So, I bumped the package to liblua5.2-dev, resulting in:

Build-Depends:
   ...
   libluajit-5.1-dev [amd64 arm64 armel armhf i386 mips64el s390x riscv64] | liblua5.2-dev

Merge request reports

Loading