Skip to content

Instantly share code, notes, and snippets.

@Verdagon
Created January 24, 2023 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Verdagon/1c54817ce3354cf8315987b3178ba1d0 to your computer and use it in GitHub Desktop.
Save Verdagon/1c54817ce3354cf8315987b3178ba1d0 to your computer and use it in GitHub Desktop.
valerian@ubuntu:~/core/build$ sudo make install
[sudo] password for valerian:
[ 1%] Built target version
[ 1%] Built target preprocessor
[ 2%] Built target environment
[ 2%] Built target format
[ 3%] Built target threading
[ 10%] Built target log
[ 12%] Built target memory
[ 13%] Built target portability
[ 15%] Built target adt
[ 16%] Built target filesystem
[ 18%] Built target dynlink
[ 19%] Built target plugin
[ 20%] Built target detour
[ 26%] Built target reflect
[ 26%] Built target serial
[ 27%] Built target configuration
[ 28%] Built target loader
[ 52%] Built target metacall
[ 54%] Built target libtcc-depends
[ 55%] Built target c_loader
[ 56%] Built target ext_loader
[ 57%] Built target mock_loader
[ 57%] Built target rs_loader_impl_runtime
[ 58%] Built target Patchelf
[ 58%] Built target rs_loader_impl_patchelf
info: syncing channel updates for 'nightly-2021-12-04-x86_64-unknown-linux-gnu'
info: latest update on 2021-12-04, rust version 1.59.0-nightly (532d2b14c 2021-12-03)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
error: could not execute process `rustc -vV` (never executed)
Caused by:
No such file or directory (os error 2)
make[2]: *** [source/loaders/rs_loader/rust/CMakeFiles/rs_loader_impl.dir/build.make:57: source/loaders/rs_loader/rust/CMakeFiles/rs_loader_impl] Error 101
make[1]: *** [CMakeFiles/Makefile2:5665: source/loaders/rs_loader/rust/CMakeFiles/rs_loader_impl.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment