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

error: crate doesn't support big-endian #120

Closed
0xricoard opened this issue Nov 27, 2022 · 1 comment
Closed

error: crate doesn't support big-endian #120

0xricoard opened this issue Nov 27, 2022 · 1 comment

Comments

@0xricoard
Copy link

0xricoard commented Nov 27, 2022

error:
This crate doesn't support big-endian targets, since I didn't
have one to test correctness on. If you're seeing this message,
please file an issue!
--> /root/.cargo/registry/src/github.com-eae4ba8cbf2ce1c7/merlin-3.0.0/src/lib.rs:10:1
|
10 | / compile_error!(
11 | | r#"
12 | | This crate doesn't support big-endian targets, since I didn't
13 | | have one to test correctness on. If you're seeing this message,
14 | | please file an issue!
15 | | "#
16 | | );
| |_^

error: could not compile merlin due to previous error
warning: build failed, waiting for other jobs to finish...
make: *** [Makefile:5: build] Error 101

OS: Ubuntu 22.04
Architecture: Linux s390x

@HDauven
Copy link
Member

HDauven commented Apr 12, 2023

This issue stems from an underlying library not supporting big endian. See this Merlin issue.

@HDauven HDauven closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2023
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