mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #8] can't run release on macos #9
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-rserror: failed to get
miniaudioas a dependency of packagepsst-core v0.1.0 (/Users/matthiasdebernardini/gits/psst/psst-core)Caused by:
failed to load source for dependency
miniaudioCaused 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.
@matthiasdebernardini commented on GitHub (Jan 4, 2021):
same with dev and
cargo run@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
@matthiasdebernardini commented on GitHub (Jan 4, 2021):
its not a network issue, the response can't get parsed.
Are you on big sur?
@keeslinp commented on GitHub (Jan 4, 2021):
Works for me. I'm on Catalina
@matthiasdebernardini commented on GitHub (Jan 4, 2021):
hmm maybe its a big sur thing
@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.
@matthiasdebernardini commented on GitHub (Jan 5, 2021):
I updated cargo with
rustup update stableand it fixed the issue.