[GH-ISSUE #8] can't run release on macos #9

Closed
opened 2026-02-28 14:29:54 +03:00 by kerem · 7 comments
Owner

Originally created by @matthiasdebernardini on GitHub (Jan 4, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/8

matthiasdebernardini@Matthiass-MacBook-Pro ~/g/psst (master) [101]> cargo build --release
Updating git repository https://github.com/jpochyla/miniaudio-rs
error: failed to get miniaudio as a dependency of package psst-core v0.1.0 (/Users/matthiasdebernardini/gits/psst/psst-core)

Caused by:
failed to load source for dependency miniaudio

Caused by:
Unable to update https://github.com/jpochyla/miniaudio-rs#1ff94282

Caused by:
failed to fetch into /Users/matthiasdebernardini/.cargo/git/db/miniaudio-rs-0268a3ab613f78e9

Caused by:
http parser error: stream ended at an unexpected time; class=Http (34)

Thats the error I got, any tips? this looks really nice btw.

Originally created by @matthiasdebernardini on GitHub (Jan 4, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/8 matthiasdebernardini@Matthiass-MacBook-Pro ~/g/psst (master) [101]> cargo build --release Updating git repository `https://github.com/jpochyla/miniaudio-rs` error: failed to get `miniaudio` as a dependency of package `psst-core v0.1.0 (/Users/matthiasdebernardini/gits/psst/psst-core)` Caused by: failed to load source for dependency `miniaudio` Caused by: Unable to update https://github.com/jpochyla/miniaudio-rs#1ff94282 Caused by: failed to fetch into /Users/matthiasdebernardini/.cargo/git/db/miniaudio-rs-0268a3ab613f78e9 Caused by: http parser error: stream ended at an unexpected time; class=Http (34) Thats the error I got, any tips? this looks really nice btw.
kerem closed this issue 2026-02-28 14:29:54 +03:00
Author
Owner

@matthiasdebernardini commented on GitHub (Jan 4, 2021):

same with dev and cargo run

<!-- gh-comment-id:753936802 --> @matthiasdebernardini commented on GitHub (Jan 4, 2021): same with dev and `cargo run`
Author
Owner

@fixmk commented on GitHub (Jan 4, 2021):

For me it works. Tried it right now.
Make sure you don't have any network / connection issues

<!-- gh-comment-id:753965146 --> @fixmk commented on GitHub (Jan 4, 2021): For me it works. Tried it right now. Make sure you don't have any network / connection issues
Author
Owner

@matthiasdebernardini commented on GitHub (Jan 4, 2021):

its not a network issue, the response can't get parsed.

Are you on big sur?

<!-- gh-comment-id:753998085 --> @matthiasdebernardini commented on GitHub (Jan 4, 2021): its not a network issue, the response can't get parsed. Are you on big sur?
Author
Owner

@keeslinp commented on GitHub (Jan 4, 2021):

Works for me. I'm on Catalina

<!-- gh-comment-id:754110666 --> @keeslinp commented on GitHub (Jan 4, 2021): Works for me. I'm on Catalina
Author
Owner

@matthiasdebernardini commented on GitHub (Jan 4, 2021):

hmm maybe its a big sur thing

<!-- gh-comment-id:754237032 --> @matthiasdebernardini commented on GitHub (Jan 4, 2021): hmm maybe its a big sur thing
Author
Owner

@jasikpark commented on GitHub (Jan 4, 2021):

https://github.com/rust-lang/cargo/issues/6513 -- maybe this is helpful?

I am running macOS 11.1 Big Sur and have had no problems building release.

<!-- gh-comment-id:754271767 --> @jasikpark commented on GitHub (Jan 4, 2021): https://github.com/rust-lang/cargo/issues/6513 -- maybe this is helpful? I am running macOS 11.1 Big Sur and have had no problems building release.
Author
Owner

@matthiasdebernardini commented on GitHub (Jan 5, 2021):

I updated cargo with rustup update stable and it fixed the issue.

<!-- gh-comment-id:754859728 --> @matthiasdebernardini commented on GitHub (Jan 5, 2021): I updated cargo with `rustup update stable` and it fixed the issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#9
No description provided.