-
Notifications
You must be signed in to change notification settings - Fork 114
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
v300.0.0+3.0.0 Failed to build from crates.io #105
Comments
Indeed yeah this is being worked on in #104 |
with v300.0.1+3.0.0 other error comes from Line 14 in 7e9d7e9
[/tmp/openssl-src-rs/testcrate] $ cargo build --all-features
Compiling testcrate v0.1.0 (/tmp/openssl-src-rs/testcrate)
error: failed to run custom build command for `testcrate v0.1.0 (/tmp/openssl-src-rs/testcrate)`
Caused by:
process didn't exit successfully: `/tmp/openssl-src-rs/target/debug/build/testcrate-fe4e7b0212f5c6e4/build-script-build` (exit status: 101)
--- stdout
cargo:rerun-if-changed=build.rs
CC_x86_64-unknown-linux-gnu = None
CC_x86_64_unknown_linux_gnu = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-linux-gnu = None
CFLAGS_x86_64_unknown_linux_gnu = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("true")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
running "perl" "./Configure" "--prefix=/tmp/openssl-src-rs/target/debug/build/testcrate-01046a57072fa0ba/out/openssl-build/install" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-legacy" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64"
Configuring OpenSSL version 3.0.0 for target linux-x86_64
Using os-specific seed configuration
--- stderr
Failure! Makefile wasn't produced.
Please read INSTALL.md and associated NOTES-* files. You may also have to
look over your available compiler tool chain or change your configuration.
Something went wrong with /tmp/openssl-src-rs/target/debug/build/testcrate-01046a57072fa0ba/out/openssl-build/build/src/doc/build.info: No such file or directory
thread 'main' panicked at '
Error configuring OpenSSL build:
Command: "perl" "./Configure" "--prefix=/tmp/openssl-src-rs/target/debug/build/testcrate-01046a57072fa0ba/out/openssl-build/install" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-legacy" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64"
Exit status: exit status: 2
', /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-src-300.0.1+3.0.0/src/lib.rs:486:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
cc @lupine |
That's unfortunate 😬. That CI test must not be working correctly either, then. I won't be able to look at this until the weekend. |
It looks like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I tried to
cargo build
yourtestcrate
by replacingwith
I runned
cargo build
and I have the following error:The text was updated successfully, but these errors were encountered: