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

Build fails on i386: evaluation of constant value failed #2006

Closed
yurivict opened this issue Mar 28, 2024 · 1 comment
Closed

Build fails on i386: evaluation of constant value failed #2006

yurivict opened this issue Mar 28, 2024 · 1 comment

Comments

@yurivict
Copy link

error[E0080]: evaluation of constant value failed
  --> /wrkdirs/usr/ports/devel/ruff/work/ruff-0.3.3/cargo-crates/ring-0.17.8/src/cpu/intel.rs:28:9
   |
28 |         assert!(cfg!(target_feature = "sse") && cfg!(target_feature = "sse2"));
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'assertion failed: cfg!(target_feature = "sse") && cfg!(target_feature = "sse2")', /wrkdirs/usr/ports/devel/ruff/work/ruff-0.3.3/cargo-crates/ring-0.17.8/src/cpu/intel.rs:28:9
   |
   = note: this error originates in the macro `assert` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0080`.
error: could not compile `ring` (lib) due to 1 previous error

log

@briansmith
Copy link
Owner

Closing as a duplicate of issue #1999.

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

No branches or pull requests

2 participants