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 the powerpc64le architecture: thread 'main' panicked at xx called Option::unwrap() on a None value #1904

Closed
yurivict opened this issue Jan 13, 2024 · 2 comments

Comments

@yurivict
Copy link

[ring 0.16.20] thread 'main' panicked at /wrkdirs/usr/ports/net/narrowlink/work/narrowlink-0.2.2/cargo-crates/ring-0.16.20/build.rs:358:10:
[ring 0.16.20] called `Option::unwrap()` on a `None` value
[ring 0.16.20] stack backtrace:
[ring 0.16.20] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
error: failed to run custom build command for `ring v0.16.20`
note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.

Caused by:
  process didn't exit successfully: `/wrkdirs/usr/ports/net/narrowlink/work/target/release/build/ring-cce318c300fbdc0b/build-script-build` (exit status: 101)
  --- stderr
  thread 'main' panicked at /wrkdirs/usr/ports/net/narrowlink/work/narrowlink-0.2.2/cargo-crates/ring-0.16.20/build.rs:358:10:
  called `Option::unwrap()` on a `None` value
  stack backtrace:
  note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
warning: build failed, waiting for other jobs to finish...
*** Error code 101

See the log log.

@briansmith
Copy link
Owner

ring 0.16.20

You need to upgrade to the latest ring 0.17.x release.

@briansmith
Copy link
Owner

Specifically, ring 0.16.x doesn't support powerpc64. ring 0.17 added powerpc support that is even tested in CI.

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