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
Hi,
We tried to build cargo-bitbake as part of yocto.
Yocto is upgraded to openssl-3.0 so cargo-bitbake recipe fails while building openssl-sys v0.9.54 which is dependent for carg-bitbake.
Can you just update this in the toml file to have a newer version of openssl-sys, say version openssl-sys-v0.9.72?
Openssl-3.0 support was added initially by: sfackler/rust-openssl@e5999cc
and:
$ git tag --contains e5999ccf4a203fcbe41723923334ba18eaf1e159
openssl-sys-v0.9.69
openssl-sys-v0.9.70
openssl-sys-v0.9.71
openssl-sys-v0.9.72
openssl-v0.10.38
There’s nothing we can do here. This isn’t a dependency of this package. It’s not even a dependency of our depends. It’s a depend of cargo via git2 via libgit2 via libgit2-sys via libssh2-sys.
There’s nothing we can do here. This isn’t a dependency of this package. It’s not even a dependency of our depends. It’s a depend of cargo via git2 via libgit2 via libgit2-sys via libssh2-sys.
Thanks cardoe. We updated git2 and its dependencies to latest.
Can you just update this in the toml file to have a newer version of openssl-sys, say version openssl-sys-v0.9.72? Openssl-3.0 support was added initially by: sfackler/rust-openssl@e5999cc and: $ git tag --contains e5999ccf4a203fcbe41723923334ba18eaf1e159 openssl-sys-v0.9.69 openssl-sys-v0.9.70 openssl-sys-v0.9.71 openssl-sys-v0.9.72 openssl-v0.10.38
Thanks Randy. After updating git2 and its dependencies in Cargo.toml and recipe, cargo-bitbake builds without issue in yocto.
Hi,
We tried to build cargo-bitbake as part of yocto.
Yocto is upgraded to openssl-3.0 so cargo-bitbake recipe fails while building openssl-sys v0.9.54 which is dependent for carg-bitbake.
Recipe(.bb) and build failure log is attached,
Below patch resolves the issue
sfackler/rust-openssl@b4c735e
But the patch is not mainlined :(.
build_failure.txt
cargo-bitbake_0.3.16-alpha.0.bb.txt
Any plan on supporting openssl3 for cargo-bitbake?
The text was updated successfully, but these errors were encountered: