-
Notifications
You must be signed in to change notification settings - Fork 52
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
"link" decompression fails #52
Comments
Would you mind submitting a failing test? |
Sorry, I'm not familiar with ava. Using a workaround atm (see https://github.com/wasdk/wasdk-utils/blob/73a7a5ba8302adf2b30e03cd05d15bd643cb56ff/src/unpack.ts) |
The same problem was detected when I tried to unpack
So I think it depends on the order of unpacking files, sometimes needed files unpacked earlier and it works, sometimes it tried to create a link before unpacking a target file... (MacOS, but I'm sure that could be reproduced on any platform) |
Same, I tried to unpack riscv toolchain (very like arduino's) |
Hi guys, will you try to fix it? I started with your lib today and already found this issue. |
The following file fails to decompress:
https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/nightly/linux_64bit/emscripten-llvm-latest.tar.gz
It fails during link creation due to not-finding the file, however the file is present in the archive.
P.S. on Ubuntu/Linux
The text was updated successfully, but these errors were encountered: