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

x86 building with Rust Nightly Compiling ed25519 v1.3.0 cannot find trait Signature in crate signature #143

Open
adamvm opened this issue Oct 17, 2023 · 1 comment

Comments

@adamvm
Copy link

adamvm commented Oct 17, 2023

Compiling ed25519 v1.3.0 (https://github.com/RustCrypto/signatures.git?tag=ed25519/v1.3.0#8282fcaf)
error[E0405]: cannot find trait Signature in crate signature
--> /home/user/.cargo/git/checkouts/signatures-a6df6df1cc32e789/8282fca/ed25519/src/lib.rs:349:17
|
349 | impl signature::Signature for Signature {
| ^^^^^^^^^ not found in signature

For more information about this error, try rustc --explain E0405.
Compiling regex-automata v0.4.3
error: could not compile ed25519 (lib) due to previous error
warning: build failed, waiting for other jobs to finish...

cargo 1.75.0-nightly (6fa6fdc76 2023-10-10) - do not impact - many trials on diferent days after cargo update

@adamvm
Copy link
Author

adamvm commented Oct 17, 2023

user@localhost:/dev/signatures$ git checkout ed25519/v1.3.0
HEAD 8282fca ed25519 v1.3.0 (#404)
user@localhost:
/dev/signatures$ cargo build
Updating git repository https://github.com/RustCrypto/traits.git
Downloaded der v0.5.1
Downloaded base64ct v1.2.0
Downloaded pem-rfc7468 v0.2.3
Downloaded sec1 v0.2.0
Downloaded crypto-bigint v0.3.2
Downloaded spki v0.5.2
Downloaded version_check v0.9.3
Downloaded ff v0.11.0
Downloaded pem-rfc7468 v0.3.1
Downloaded zeroize v1.4.3
Downloaded unicode-xid v0.2.2
Downloaded zeroize_derive v1.2.2
Downloaded group v0.11.0
Downloaded quote v1.0.10
Downloaded pkcs8 v0.8.0
Downloaded typenum v1.14.0
Downloaded proc-macro2 v1.0.32
Downloaded generic-array v0.14.4
Downloaded syn v1.0.81
Downloaded const-oid v0.7.0
Downloaded signature v1.3.2
Downloaded 21 crates (689.5 KB) in 0.82s
Compiling version_check v0.9.3
Compiling typenum v1.14.0
Compiling rand_core v0.6.3
Compiling const-oid v0.7.0
Compiling zeroize v1.4.3
Compiling subtle v2.4.1
Compiling der v0.5.1
Compiling generic-array v0.14.4
Compiling digest v0.9.0
Compiling sec1 v0.2.0
Compiling crypto-bigint v0.3.2
Compiling signature v1.3.2
Compiling ed25519 v1.3.0 (/home/mierzwia/dev/signatures/ed25519)
Compiling elliptic-curve v0.11.0-pre (https://github.com/RustCrypto/traits.git#7d813023)
Compiling ecdsa v0.13.0-pre (/home/mierzwia/dev/signatures/ecdsa)
Finished dev [unoptimized + debuginfo] target(s) in 3.48s

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

1 participant