Closed
Description
having (ALTLinux) installation with
$ pkg-config --libs --cflags "lua" "lua >= 5.3" "lua < 5.4"
-llua -lm -ldl
building fails:
$ cd /tmp/remote-builds/mlua/ ; strace -fto /tmp/1.stra cargo b --features lua53
Compiling mlua v0.7.0 (/tmp/remote-builds/mlua)
Compiling serde v1.0.132
error: failed to run custom build command for `mlua v0.7.0 (/tmp/remote-builds/mlua)`
Caused by:
process didn't exit successfully: `/tmp/remote-builds/mlua/target/debug/build/mlua-69c0ca88b62928dc/build-script-main` (exit status: 101)
--- stdout
cargo:rerun-if-env-changed=LUA_INC
...
--- stderr
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', build/find_normal.rs:75:9
Plz add the corresponding check. Thank you.
Metadata
Metadata
Assignees
Labels
No labels