rsaarelm / magog

A roguelike game in Rust
GNU Affero General Public License v3.0
371 stars 15 forks source link

The project fails to build because of png crate #7

Closed rococtz closed 6 years ago

rococtz commented 6 years ago

I have cloned the repo and cargo run --release but the crate called png cannot be downloaded:

    Updating git repository `https://github.com/rsaarelm/calx`
    Updating git repository `https://github.com/rsaarelm/vitral`
 Downloading rand v0.5.1
 Downloading glium v0.21.0
 Downloading calx-ecs v0.6.1
 Downloading euclid v0.17.3
 Downloading scancode v0.1.2
 Downloading image v0.19.0
 Downloading scoped_threadpool v0.1.9
warning: spurious network error (2 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/scoped_threadpool/0.1.9/download`, got 500
 Downloading png v0.12.0
warning: spurious network error (2 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/png/0.12.0/download`, got 500
warning: spurious network error (1 tries remaining): failed to get 200 response from `https://crates.io/api/v1/crates/png/0.12.0/download`, got 500
error: unable to get packages from source

Caused by:
  failed to get 200 response from `https://crates.io/api/v1/crates/png/0.12.0/download`, got 500
FreeFull commented 6 years ago

Can you try again? I believe crates.io was having some issues yesterday.

rococtz commented 6 years ago

All dependencies are downloaded now, closing this.