Skip to content

Instantly share code, notes, and snippets.

@zzeroo
Created May 16, 2017 20:33
Show Gist options
  • Save zzeroo/e520b9932077678748a6eda91e27db79 to your computer and use it in GitHub Desktop.
Save zzeroo/e520b9932077678748a6eda91e27db79 to your computer and use it in GitHub Desktop.
error: could not execute process `rustc -vV` (never executed)
DEBUG: Executing shell function do_compile
NOTE: which rustc:
NOTE: rustc --version
NOTE: which cargo: /var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/recipe-sysroot-native/usr/bin/cargo
NOTE: cargo --version cargo-0.17.0-nightly (f9e5481 2017-03-03)
NOTE: cargo build --verbose --manifest-path /var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/git/Cargo.toml --target=armv7-unknown-linux-gnueabihf --release
which: no rustc in (/var/src/poky/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/smueller/src/poky/scripts:/var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/recipe-sysroot/usr/bin/crossscripts:/var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/recipe-sysroot-native/usr/sbin:/var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/recipe-sysroot-native/usr/bin:/var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/recipe-sysroot-native/sbin:/var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/recipe-sysroot-native/bin:/var/src/poky/bitbake/bin:/var/src/poky/build/tmp/hosttools)
/var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/temp/run.do_compile.15358: line 114: rustc: command not found
error: could not execute process `rustc -vV` (never executed)
Caused by:
No such file or directory (os error 2)
WARNING: /var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/temp/run.do_compile.15358:1 exit 101 from 'cargo build --verbose --manifest-path /var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/git/Cargo.toml --target=armv7-unknown-linux-gnueabihf --release'
ERROR: Function failed: do_compile (log file is located at /var/src/poky/build/tmp/work/armv7ahf-neon-vfpv4-poky-linux-gnueabi/hello-world-rs/1.0+gitAUTOINC+12dae1d3e6-r4/temp/log.do_compile.15358)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment