rust-lang / libz-sys

Rust crate package to link to a system libz (zlib)
Apache License 2.0
110 stars 73 forks source link

Build fails #194

Closed 70m43 closed 1 month ago

70m43 commented 1 month ago

Hello while building I got this error.

error: couldn't read /home/prom/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.17/zng/cmake.rs: No such file or directory (os error 2)
   --> /home/**/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.17/build.rs:191:5
    |
191 |     mod build_zng;
    |     ^^^^^^^^^^^^^^

error: could not compile `libz-sys` (build script) due to 1 previous error

On Ubuntu 20.04.6 LTS x86_64

Thank you

Byron commented 1 month ago

My apologies - there is a new feature which requires files that aren't actually included in the package and for some reason cargo publish didn't catch this.

I yanked the version until a fix could be verified.

CC @Jake-Shadle

70m43 commented 1 month ago

Thank you very much for your work.

Have a greet day