ALVR icon indicating copy to clipboard operation
ALVR copied to clipboard

alvr_build_linux.sh all not working

Open schrill opened this issue 2 years ago • 3 comments

Printed out the value and it seems it tries to create the build_dir named build, but this is a file already been created Ignored package cargo-apk v0.8.2 is already installed, use --force to override "/home/user/built/VR/ALVR/build/temp_download.zip" thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 17, kind: AlreadyExists, message: "File exists" }', alvr/xtask/src/command.rs:143:42 stack backtrace: 0: rust_begin_unwind at /rustc/03918badd33d255de806b4a9a8aa75b031ed0738/library/std/src/panicking.rs:584:5 1: core::panicking::panic_fmt at /rustc/03918badd33d255de806b4a9a8aa75b031ed0738/library/core/src/panicking.rs:143:14 2: core::result::unwrap_failed at /rustc/03918badd33d255de806b4a9a8aa75b031ed0738/library/core/src/result.rs:1749:5 3: core::result::Result<T,E>::unwrap at /rustc/03918badd33d255de806b4a9a8aa75b031ed0738/library/core/src/result.rs:1065:23 4: alvr_xtask::command::download_and_extract_zip at ./alvr/xtask/src/command.rs:143:5 5: alvr_xtask::dependencies::get_oculus_openxr_mobile_loader at ./alvr/xtask/src/dependencies.rs:163:5 6: alvr_xtask::dependencies::build_android_deps at ./alvr/xtask/src/dependencies.rs:188:5 7: alvr_xtask::main at ./alvr/xtask/src/main.rs:122:33 8: core::ops::function::FnOnce::call_once at /rustc/03918badd33d255de806b4a9a8aa75b031ed0738/library/core/src/ops/function.rs:227:5 note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.

schrill avatar Mar 08 '22 13:03 schrill

confirmed on bedrock in a debian stratum when trying to build v18.0.0

ryleu avatar May 01 '22 00:05 ryleu

I'm glad someone reported this. I thought I was going crazy when building ALVR kept failing. This is definitely a very inconvenient issue.

ZechariahB avatar Jun 10 '22 08:06 ZechariahB

Creating the directory manually works to solve this issue for now. This should be fixed though

haydenwalker980 avatar Aug 09 '22 03:08 haydenwalker980

Outdated because it's been removed

Vixea avatar Jul 03 '23 03:07 Vixea