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 failing because a dependency isn't downloadable. #51

Closed
Janik-Haag opened this issue Jun 16, 2023 · 4 comments
Closed

Build failing because a dependency isn't downloadable. #51

Janik-Haag opened this issue Jun 16, 2023 · 4 comments

Comments

@Janik-Haag
Copy link

I'm trying to build PineFlash but it failes because some dep can't be verified anymore:

error: failed to sync

Caused by:
  failed to download packages

Caused by:
  failed to download replaced source registry `crates-io`

Caused by:
  failed to verify the checksum of `ndk-sys v0.4.0`
@Elara6331
Copy link

Elara6331 commented Jun 26, 2023

This seems to be caused by rust-lang/cargo#11412. Alacritty fixed this by updating ndk-sys.

@Spagett1
Copy link
Owner

Spagett1 commented Jul 4, 2023

Interesting, ill try adding the same thing alacritty did. as long as it compiles properly ill push the change and hopefully that solves the error. ndk-sys is being pulled in by a dependancy so fingers crossed nothing breaks cause of it.

@MarijnS95
Copy link

Updating/regenerating the lock file with ndk-sys 0.4.1 should solve this, sorry again for the noise 😞.

@Spagett1
Copy link
Owner

Great, glad it's fixed! I'll close up the issue now

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

4 participants