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

Juice v0.2.2 doesn't work on Windows #33

Closed
defcronyke opened this issue Mar 10, 2018 · 4 comments
Closed

Juice v0.2.2 doesn't work on Windows #33

defcronyke opened this issue Mar 10, 2018 · 4 comments

Comments

@defcronyke
Copy link

Error Description

v0.2.2 from crates.io doesn't work on Windows, due to a colon in a file path:

error logs, as verbose as possible
describe which command you ran
cargo run --verbose
Updating registry https://github.com/rust-lang/crates.io-index
error: unable to get packages from source

Caused by:
failed to unpack package juice v0.2.2

Caused by:
failed to create C:\Users\person\.cargo\registry\src\github.jparrowsec.cn-1ecc6299db9ec823\juice-0.2.2\doc\book\http:\autumnai.github.io\leaf\leaf

Caused by:
The filename, directory name, or volume label syntax is incorrect. (os error 123)

What should have happend

The colon after the http above is what causes the problem. And I can't use the github master version because it fails when compiling coaster, so there is no way to use juice on Windows.

@drahnr
Copy link
Member

drahnr commented Mar 11, 2018

Can you try the git version? 4d389b6 should have fixed this already.

@defcronyke
Copy link
Author

Git version works

@drahnr
Copy link
Member

drahnr commented Mar 12, 2018

Going to make another release tonight, so people don't run into this anymore.

@drahnr
Copy link
Member

drahnr commented Mar 12, 2018

Released v0.2.3, feel free to re-open if this issues persists.

@drahnr drahnr closed this as completed Mar 12, 2018
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

2 participants