-
-
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.exception.ArchiveError with zip files on osx #43
Comments
I can confirm the same problem here: conda-forge/cgal-cpp-feedstock#6 |
Same issue for conda-forge/inchi-feedstock#2 |
I'm having the same issues on bioconda, reverting to version 3.3.3 fixes the issue. |
I suspect the interface for the OSX library changed between 3.3.3 and 3.4.0, since this works on Linux but not OSX. That suggests that the issue is somewhere in the interface between this and python-libarchive-c. |
Should the macOS libarchive 3.4.0 packages be labeled |
Labeling it |
Should we pin this and downgrade the pin? |
It doesn't appear to be pinned so that would be worth doing. Just did a quick search and at least within conda-forge it seems like relatively few things depend on |
libarchive is a parent of |
That appears to actually be handled by a different static build of |
Ok my understanding of the path forward is to:
|
conda no longer uses |
Have done 1. Working on 2. |
Handling 2 with PR ( conda-forge/conda-forge-pinning-feedstock#319 ). Please take a look. |
conda-forge/libarchive-feedstock#43 The usual workaround of switching to a different archive format doesn't work here because we are using wheels.
I'm having this issue with conda-forge/tensorboard-feedstock#23, but I can't use a different archive format as a workaround (there are only .whl files). Pinning libarchive=3.3 in the host requirements for osx didn't work. Will there be a new conda-forge-pinning release soon that will fix this or is there a workaround that I can apply in the meantime? |
I think more 3.4.0 builds were published at some point. We should mark them as broken too. |
I'm not seeing any 3.4.0 packages on the conda-forge channel that do not have the |
I think @ocefpaf just moved them. (Thanks for doing that btw 🙂) |
Closing as this was resolved a long time ago and |
I'm updating a few recipes, some of them use zip archives and fail with the same error on osx:
is it a bug of this package ?
see these prs:
conda-forge/cminpack-feedstock#8
conda-forge/fmilib-feedstock#13
see also
conda-forge/orekit-feedstock#33
The text was updated successfully, but these errors were encountered: