Closed sjackman closed 6 years ago
Although I see Error: No such file or directory - zipinfo
with 468d869022ebe725d7b7745adfa872db3e6c16c9 (tag: 1.7.1), I do not see this error with ebd8333e63d844b7772eac83f28e3a18f3fb3b62.
@reitermarkus Is UnpackStrategy.dependencies
used by brew install
?
brew postinstall pypy
fails on Linuxbrew when unzip
is not available, because it attempts to download and unpack a zip file. Any thoughts on how to fix it?
Is
UnpackStrategy.dependencies
used bybrew install
?
I don't think so. brew install
only infers dependencies from the extension and from the download strategy, but not the unpack strategy.
To fix brew postinstall pypy
, you would have to install dependencies on-demand somewhere between downloading and unpacking.
Thanks for the info, Markus. I'm closing out this PR for now, unresolved.
Fix
Error: No such file or directory - zipinfo