ivanceras / diwata

A user-friendly database interface
Apache License 2.0
395 stars 15 forks source link

Failed to build openssl v0.9.24 #15

Closed zzeroo closed 5 years ago

zzeroo commented 5 years ago

I think I've hit this issue https://github.com/sfackler/rust-openssl/issues/987. This command from the README

cargo install diwata_cli

results in that error:

error: failed to run custom build command for `openssl v0.9.24`
process didn't exit successfully: `/tmp/cargo-installt1jW4Q/release/build/openssl-8abd590564d2b4a3/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unable to detect OpenSSL version', /home/smueller/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14
note: Run with `RUST_BACKTRACE=1` for a backtrace
➜  diwata git:(master) ✗ rustc -vV                                                                                                                                                     16:51:28
rustc 1.32.0-nightly (14997d56a 2018-12-05)
binary: rustc
commit-hash: 14997d56a550f4aa99fe737593cd2758227afc56
commit-date: 2018-12-05
host: x86_64-unknown-linux-gnu
release: 1.32.0-nightly
LLVM version: 8.0
➜  ~ openssl version                                                                                                                                                                   15:39:57
OpenSSL 1.1.1a  20 Nov 2018
➜  ~ lsb_release -a                                                                                                                                                                    15:40:02
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux buster/sid
Release:        unstable
Codename:       sid
ivanceras commented 5 years ago

I don't want to deal with the ssl in the mean time. I have tried it, but couldn't seem to get it right.

PrismaPhonic commented 5 years ago

I have this identical issue - on 1.34 nightly. This issue was submitted almost 3 months ago - is there a plan to fix this?

ivanceras commented 5 years ago

The issue should have been fixed by now, since I removed the openssl depedency in rustorm