You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install cargo-bitbake on Ubuntu 22.04, with locked version and without the locked parameter (see the errors in the log files: the "not locked" version causes "error[E0283]: type annotations needed" and the locked version causes "error: failed to run custom build command for openssl-sys v0.9.54"). Note that libssl-dev and pkg-config are installed on the system. Is it a known issue?
I solved the issue by using another version of cargo and by building directly from the git repository:
The compilation with cargo version 1.24.3 from the snap package "rustup" of Ubuntu 22.04 is not working.
The compilation with cargo version 0.60.0 from the apt package "cargo" of Ubuntu 22.04 is not working
The compilation with cargo version 1.62.0 (downloaded with curl https://sh.rustup.rs -sSf | sh) is working (cargo build and cargo instal --path . at the root of the git repository .
I tried to install cargo-bitbake on Ubuntu 22.04, with locked version and without the locked parameter (see the errors in the log files: the "not locked" version causes "error[E0283]: type annotations needed" and the locked version causes "error: failed to run custom build command for
openssl-sys v0.9.54
"). Note that libssl-dev and pkg-config are installed on the system. Is it a known issue?packages.txt
cargo-bitbake-locked.txt
cargo-bitbake-not-locked.txt
The text was updated successfully, but these errors were encountered: