-
Notifications
You must be signed in to change notification settings - Fork 238
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
curl-sys 0.4.35+curl-7.71.1 crate missing curl folder #352
Comments
me too error Couldn't find libcurl from pkgconfig (Failure { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"libcurl\"", output: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "Package libcurl was not found in the pkg-config search path.\nPerhaps you should add the directory containing `libcurl.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'libcurl\' found\n" } }), compiling it from source...
cargo:root=/home/gitlab-runner/builds/HKJF2qHZ/0/access/target/debug/build/curl-sys-e3850fbe7f5c4710/out
cargo:include=/home/gitlab-runner/builds/HKJF2qHZ/0/access/target/debug/build/curl-sys-e3850fbe7f5c4710/out/include
cargo:static=1
--- stderr
fatal: Not a git repository (or any of the parent directories): .git
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1188:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. |
@tarkah [dependencies]
curl-sys = "=0.4.34+curl-7.71.1"
|
Looks like the latest version wasn't packaged correctly with the submodules checked out. I'll push out a new version ASAP. |
OK, newly published version should be packaged correctly. Give |
I've yanked |
Oops, sorry about this! |
I'm getting the following error with the latest
curl-sys
release. When I download the crate from https://crates.io/api/v1/crates/curl-sys/0.4.35+curl-7.71.1/download, I notice thecurl
folder is missing.The text was updated successfully, but these errors were encountered: