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

Cannot compile ring in nightly #532

Closed
Pierre-Green opened this issue Jan 8, 2018 · 1 comment
Closed

Cannot compile ring in nightly #532

Pierre-Green opened this issue Jan 8, 2018 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Pierre-Green
Copy link

Hello,

I'm using rocket 0.3.5 on arch linux x64.

When I try to build my project (on nightly) this error show

error[E0583]: file not found for module `montgomery`
  --> /home/samaritan/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/ring-0.11.0/src/arithmetic/arithmetic.rs:15:9
   |
15 | pub mod montgomery;
   |         ^^^^^^^^^^
   |
   = help: name the file either arithmetic/montgomery.rs or arithmetic/montgomery/mod.rs inside the directory "/home/samaritan/.cargo/registry/src/github.ghproxy.top-1ecc6299db9ec823/ring-0.11.0/src/arithmetic"

As you can see here briansmith/ring#621 it's already signaled but i can't patch the ring dependency because you already patched it.

Any idea ?

Thank you !

@SergioBenitez SergioBenitez added the duplicate This issue or pull request already exists label Jan 8, 2018
@SergioBenitez
Copy link
Member

See #513.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants