-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Labels
Description
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 the curl
folder is missing.
error: failed to run custom build command for `curl-sys v0.4.35+curl-7.71.1`
Caused by:
process didn't exit successfully: `/home/tarkah/projects/rust/tickrs/target/debug/build/curl-sys-b2c341e77fa5e3ae/build-script-build` (exit code: 101)
--- stdout
cargo:root=/home/tarkah/projects/rust/tickrs/target/debug/build/curl-sys-6e6b97968d6d9e35/out
cargo:include=/home/tarkah/projects/rust/tickrs/target/debug/build/curl-sys-6e6b97968d6d9e35/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" }', /home/tarkah/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.35+curl-7.71.1/build.rs:68:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
collinc97 and sagebind
Metadata
Metadata
Assignees
Labels
Projects
Milestone
Relationships
Development
Select code repository
Activity
baoyachi commentedon Aug 19, 2020
me too error
baoyachi commentedon Aug 19, 2020
@tarkah
use dependencies
cargo install cargo-tarpaulin
failing on Linux w/ curl-sys error xd009642/tarpaulin#536sagebind commentedon Aug 19, 2020
Looks like the latest version wasn't packaged correctly with the submodules checked out. I'll push out a new version ASAP.
Bump versions for re-packaging
sagebind commentedon Aug 19, 2020
OK, newly published version should be packaged correctly. Give
curl 0.4.33
/curl-sys 0.4.36+curl-7.71.1
a try.sagebind commentedon Aug 19, 2020
I've yanked
curl-sys
0.4.35+curl-7.71.1
, so it should no longer be automatically selected for builds that don't explicitly reference it.alexcrichton commentedon Aug 19, 2020
Oops, sorry about this!