Build script error #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So I was trying to compile, and while compiling it ran into an error with the build script
error: failed to run custom build command for
vosk v0.1.0 (https://github.com/shakacode/vosk-rs#82862744)`Caused by:
process didn't exit successfully:
target/debug/build/vosk-f17f6333003832d0/build-script-build
(exit status: 101)--- stdout
cargo:rustc-link-lib=dylib=lapack
cargo:rerun-if-changed=cbits/vosk.h
cargo:rerun-if-changed=build.rs
--- stderr
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Unexpected response code 301 for http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.6.7.tar.gz', .cargo/git/checkouts/vosk-rs-a04e65f7663b4a01/8286274/build.rs:53:46stack backtrace:
0: rust_begin_unwind
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:517:5
1: core::panicking::panic_fmt
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/panicking.rs💯14
2: core::result::unwrap_failed
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/result.rs:1616:5
3: core::result::Result<T,E>::unwrap
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/result.rs:1298:23
4: build_script_build::main
at ./build.rs:53:9
5: core::ops::function::FnOnce::call_once
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/ops/function.rs:227:5
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.`
fixed