-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
libarchive can't decompress go-dep 0.5.0 tar or zip archives. #24
Comments
We've been using this patch for a good while now on AD. |
humm.. we are in trouble then. I just looked closer at the appveyor logs and it looks like it installed libarchive 3.3.3 from defaults. Is that still the latest? |
I'll try to take a look later or possibly tomorrow. |
Thank you. It is not blocking anything for me since we picked up the package from git_url + git_rev when building on Windows and the tar.gz for unix. |
It's not quite as bad as you may think. This archive contains deliberately broken symlinks:
IMHO libarchive is correct to complain about this, but it needs a way to ignore it too. |
Given this is a problem with deliberately broken archives and that you have a workaround, I will likely not look at it immediately. |
It is fine with me 👍. |
Is this still an issue @sodre? |
Issue:
libarchive is not able to decompress archives with symlinks on Windows. Here are the links to the AppVeyor logs:
ref: @conda-forge/go-dep-feedstock#6
The text was updated successfully, but these errors were encountered: