The git command returns 0.
After changing the file and recompiling I get warning messages:
warning: unused variable:
path
→ build/runner/src/build.rs:149:18
|
149 | fn get_buildhash(path: &str) → String {
| ^^^^ help: if this is intentional, prefix it with an underscore:_path
|
= note:#[warn(unused_variables)]
on by defaultwarning:
runner
(bin “runner”) generated 1 warning
and the build fails:
[1/57; 3 active; 0.021s] pyenv
FAILED: /home/chris/ankidev/out/pyenv/bin/python /home/chris/ankidev/out/pyenv/bin/pip /home/chris/ankidev/out/pyenv/bin/pip-compile /home/chris/ankidev/out/pyenv/bin/pip-sync /home/chris/ankidev/out/pyenv/bin/mypy /home/chris/ankidev/out/pyenv/bin/black /home/chris/ankidev/out/pyenv/bin/isort /home/chris/ankidev/out/pyenv/bin/pylint /home/chris/ankidev/out/pyenv/bin/pytest /home/chris/ankidev/out/pyenv/bin/protoc-gen-mypy
/home/chris/ankidev/out/rust/debug/runner pyenv /home/chris/ankidev/out/extracted/python/bin/python3 /home/chris/ankidev/out/pyenv python/requirements.base.txt python/requirements.dev.txt python/requirements.qt6.txt
Command failed:/home/chris/ankidev/out/extracted/python/bin/python3: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
[3/57; 1 active; 134.953s] pylib/rsbridge
ninja: build stopped: subcommand failed.Build failed.