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

Compile Error #49

Closed
Bitbee0 opened this issue Jul 8, 2024 · 2 comments · Fixed by #52
Closed

Compile Error #49

Bitbee0 opened this issue Jul 8, 2024 · 2 comments · Fixed by #52
Assignees
Labels
bug Something isn't working

Comments

@Bitbee0
Copy link
Contributor

Bitbee0 commented Jul 8, 2024

error: multiple release_max_level_* features set
   --> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs:382:1
    |
382 | compile_error!("multiple release_max_level_* features set");
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

   Compiling parking_lot_core v0.9.10
   Compiling time-core v0.1.2
   Compiling futures-core v0.3.30
   Compiling vcpkg v0.2.15
   Compiling rayon-core v1.12.1
   Compiling bytes v1.6.0
error: could not compile `log` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `dfir-toolkit v0.11.0`, intermediate artifacts can be found at `/tmp/cargo-install35TIvg`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
@Bitbee0 Bitbee0 added the bug Something isn't working label Jul 8, 2024
@Bitbee0 Bitbee0 self-assigned this Jul 8, 2024
@janstarke
Copy link
Member

sounds like a clash between different versions of some dependency...

@Bitbee0
Copy link
Contributor Author

Bitbee0 commented Jul 12, 2024

yep, I agree. But currently I haven't found a smart way to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants