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

unzip rakudo-moar-2020.02.1-01-win-x86_64.zip exits with non zero code #38

Closed
skaji opened this issue Apr 12, 2020 · 3 comments
Closed
Assignees

Comments

@skaji
Copy link

skaji commented Apr 12, 2020

(Sorry if this is not the right place to report this kind of issues)

unzip https://rakudo.org/dl/rakudo/rakudo-moar-2020.02.1-01-win-x86_64.zip emits a warning and exits with non-zero code 1.

❯ wget -q  https://rakudo.org/dl/rakudo/rakudo-moar-2020.02.1-01-win-x86_64.zip

❯ unzip -q rakudo-moar-2020.02.1-01-win-x86_64.zip
warning:  rakudo-moar-2020.02.1-01-win-x86_64.zip appears to use backslashes as path separators

❯ echo $?
1

Note that, even in windows OS and powershell environment,
unzip rakudo-moar-2020.02.1-01-win-x86_64.zip emits a warning and exits with non-zero code.

@patrickbkr patrickbkr self-assigned this Apr 12, 2020
@skaji skaji changed the title unzip rakudo-moar-2020.02.1-01-win-x86_64.zip exists with non zero code unzip rakudo-moar-2020.02.1-01-win-x86_64.zip exits with non zero code Apr 12, 2020
@patrickbkr
Copy link
Collaborator

@skaji Thanks for the hint! It seems I fell victim to PowerShell/Microsoft.PowerShell.Archive#62. I'll try to get an updated version uploaded soonish.

@patrickbkr
Copy link
Collaborator

patrickbkr commented Apr 16, 2020

https://rakudo.org/dl/rakudo/rakudo-moar-2020.02.1-02-win-x86_64.zip was just uploaded, which should have this problem fixed.

@skaji
Copy link
Author

skaji commented Apr 16, 2020

@patrickbkr Thanks!

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