pop-os / popsicle

Multiple USB File Flasher
MIT License
638 stars 77 forks source link

Error 127 on install from cloned repo #87

Closed oldaccountdeadname closed 4 years ago

oldaccountdeadname commented 4 years ago

Distribution (run cat /etc/os-release): Manjaro Linux

Related Application and/or Package Version (run apt policy $PACKAGE NAME): Cloned popsicle repo

Issue/Bug Description: cargo build --manifest-path gtk/Cargo.toml --release make: cargo: No such file or directory make: *** [Makefile:118: target/release/popsicle-gtk] Error 127

on make && sudo make install

Steps to reproduce (if you know): Clone the repo, sudo make && sudo make install

Expected behavior: I'd assume the command should install popsicle

ale03068 commented 4 years ago

Same thing on Ubuntu 20.04. P.S. "cargo -V" outputs "cargo 1.39.0 (1c6ec66d5 2019-09-30)" so I think that cargo is installed.

mmstick commented 4 years ago

Looks like Cargo is not in your PATH. Make sure that your Makefile has access to the cargo binary.