Age | Commit message (Collapse) | Author |
|
|
|
one dependency in the whole chain (ring) doesn't like to build with lto enabled.
https://github.com/briansmith/ring/issues/1444
Causes a build failure with the following message:
(...) undefined references to ring_core_0_17_8_OPENSSL_ia32cap_P (..)
|
|
|
|
|
|
and 1.6.0 is pending
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else this happens:
error: failed to run custom build command for `denokv_proto v0.2.1`
Caused by:
process didn't exit successfully: `/home/omnius/Builds/Maint/Pending/python-vl-convert/src/vl_convert_python-1.2.0/target/release/build/denokv_proto-747931d42d1c539c/build-script-build` (exit status: 101)
--- stdout
cargo:rerun-if-changed=./schema/datapath.proto
--- stderr
thread 'main' panicked at /home/omnius/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-build-0.11.9/src/lib.rs:1457:10:
Could not find `protoc` installation and this build crate cannot proceed without (...)
|
|
|
|
|
|
drop the maturin patch, as upstream adjusted the required version.
And add cmake as a makedep. One of the crates (libz-ng) requires it.
|
|
|