-
Notifications
You must be signed in to change notification settings - Fork 407
Cannot build library with vendored zmq v0.9 for x86_64-linux-android #1167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
what image are you using? |
This should be fixed as of #1112 (which was merged very recently). Are you possibly using an old image? Can you try running This looks like a duplicate of #1110. Just to confirm, I replicated the exact steps in your original post: git clone https://github.com/hyperledger/indy-vdr.git
cd indy-vdr
cross build --release --package=indy-vdr --target=x86_64-linux-android Look at [[package]]
name = "zmq-sys"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d33a2c51dde24d5b451a2ed4b488266df221a5eaee2ee519933dc46b9a9b3648"
dependencies = [
"libc",
"metadeps",
"zeromq-src",
] |
it is working now with Is it possible in the |
Hmm, I've been thinking about allowing that, definitely possible to do. I'll close this and open a new issue for that feature. Glad it works now for you :) v0.3.0 will be out soon™️ |
I am trying to build a library with zmq v0.9 installed. it uses the vendored feature to build the library, but I am running into issues with the build step of zmq-sys.
I am on a Linux 6.0.11 host and using the latest cross version.
These two parts of the stacktrace caught my eye:
Android: Neither the NDK or a standalone toolchain was found.
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
Reproduce:
also, I can not upgrade to zmq v0.10 (which does not have this issue, as some features do not work anymore which are required.)
Can supply more information if required.
Stacktrace
The text was updated successfully, but these errors were encountered: