Skip to content
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

Problem with new release #326

Closed
vladimir-ea opened this issue Feb 20, 2025 · 2 comments
Closed

Problem with new release #326

vladimir-ea opened this issue Feb 20, 2025 · 2 comments

Comments

@vladimir-ea
Copy link

Compiling zstd-sys v2.0.14+zstd.1.5.7
Compiling zstd-safe v7.2.2
error[E0433]: failed to resolve: could not find `ZSTD_paramSwitch_e` in `zstd_sys`
    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-7.2.2/src/lib.rs:2087:22
     |
2087 |     Auto = zstd_sys::ZSTD_paramSwitch_e::ZSTD_ps_auto as u32,
     |                      ^^^^^^^^^^^^^^^^^^
     |                      |
     |                      could not find `ZSTD_paramSwitch_e` in `zstd_sys`
     |                      help: an enum with a similar name exists: `ZSTD_ParamSwitch_e`
error[E0433]: failed to resolve: could not find `ZSTD_paramSwitch_e` in `zstd_sys`
    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-7.2.2/src/lib.rs:2088:24
     |
2088 |     Enable = zstd_sys::ZSTD_paramSwitch_e::ZSTD_ps_enable as u32,
     |                        ^^^^^^^^^^^^^^^^^^
     |                        |
     |                        could not find `ZSTD_paramSwitch_e` in `zstd_sys`
     |                        help: an enum with a similar name exists: `ZSTD_ParamSwitch_e`
error[E0433]: failed to resolve: could not find `ZSTD_paramSwitch_e` in `zstd_sys`
    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-7.2.2/src/lib.rs:2089:25
     |
2089 |     Disable = zstd_sys::ZSTD_paramSwitch_e::ZSTD_ps_disable as u32,
     |                         ^^^^^^^^^^^^^^^^^^
     |                         |
     |                         could not find `ZSTD_paramSwitch_e` in `zstd_sys`
     |                         help: an enum with a similar name exists: `ZSTD_ParamSwitch_e`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `zstd-safe` (lib) due to 3 previous errors
@tchardin
Copy link
Contributor

Just opened #325 for this :)

@vladimir-ea
Copy link
Author

vladimir-ea commented Feb 20, 2025

Image

??

oh haha - PR 325 - this issue is number 326 .. spooky!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants