I had a closer look at the build log and noticed this: > [ 41s] lua53-devel-5.3.6-1.11 ######################################## > [ 41s] update-alternatives: using /usr/lib64/liblua5.3.so to provide /usr/lib64/liblua.so (liblua.so) in auto mode But: > [ 41s] lua54-5.4.4-5.1 ######################################## > [ 41s] update-alternatives: using /usr/bin/lua5.4 to provide /usr/bin/lua (lua) in auto mode Maybe this is the reason for the runtime version mismatch error? Is there a way to to also restrict lua itself to < 5.4?