-
Notifications
You must be signed in to change notification settings - Fork 111
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
ZSTD_c_experiencelParam6 issue not found #270
Comments
for anyone encountering this change, you can do the following to work around it;
which locks the compatible version |
Hence this build is official and the newest available version, automatic updates will download it. Resulting in a major issue for all users doing For me, it drawed the broken build as a deep dependency of tantivy today and it took me quite a while to find this issue-post. |
Really frustrating that such a breaking change was introduced. For others who encounter this problem because of a transitive dependency, I added the following to my
and then ran |
To be clear, it only happens when all of these situations combine:
As mentioned in #270 (comment). |
Yes, the cause of this for me seems to be tantivy as well. It looks like this issue is related: quickwit-oss/tantivy#2339 |
The issue with Tantivy has been fixed in version 0.22.0 (released about 10 hours ago). That version resolves this issue for me. |
The tantivy release has some breaking changes FYI |
The error message is as follows:
error[E0432]: unresolved import
zstd_sys::ZSTD_cParameter::ZSTD_c_experimentalParam6
--> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:609:13
|
609 | ZSTD_c_experimentalParam6 as ZSTD_c_targetCBlockSize,
| -------------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
| no
ZSTD_c_experimentalParam6
inZSTD_cParameter
| help: a similar name exists in the module:
ZSTD_c_experimentalParam1
make[3]: Leaving directory '/home/wk/milvus/cmake_build'afe
[ 60%] Built target knowhere
make[3]: Entering directory '/home/wk/milvus/cmake_build'
For more information about this error, try
rustc --explain E0432
.error: could not compile
zstd-safe
(lib) due to previous errorThe text was updated successfully, but these errors were encountered: