forked from omniti-labs/omnios-build
-
-
Notifications
You must be signed in to change notification settings - Fork 99
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 doesn't work with certain zip archives #3448
Labels
Comments
citrus-it
added a commit
to citrus-it/omnios-build
that referenced
this issue
Jan 23, 2024
This appears to have begun at the point that we stopped shipping the static libbz2.a. Fixes: omniosorg#3448
citrus-it
added a commit
to citrus-it/omnios-build
that referenced
this issue
Jan 23, 2024
This appears to have begun at the point that we stopped shipping the static libbz2.a. Fixes: omniosorg#3448
citrus-it
added a commit
to citrus-it/omnios-build
that referenced
this issue
Jan 23, 2024
This appears to have begun at the point that we stopped shipping the static libbz2.a. Fixes: omniosorg#3448
citrus-it
added a commit
to oxidecomputer/helios-omnios-build
that referenced
this issue
Jan 25, 2024
This appears to have begun at the point that we stopped shipping the static libbz2.a. Fixes: omniosorg/omnios-build#3448
citrus-it
added a commit
to oxidecomputer/helios-omnios-build
that referenced
this issue
Jan 29, 2024
* unzip was not building with bzip2 support This appears to have begun at the point that we stopped shipping the static libbz2.a. Fixes: omniosorg/omnios-build#3448
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When taking a hubris archive built on a system like Linux,
unzip
does not work on the archive as files are skipped due to PKZIP 4.6 compatibility issues:From discussion with others, it's suggested that we're missing bzip2 support. While we have the
IZ_BZIP2=bzip2
file in theMAKE_ARGS
variable, I do see others using a-DUSE_BZIP2
in the debian rules at https://sources.debian.org/src/unzip/6.0-28/debian/rules/#L10-L13.The text was updated successfully, but these errors were encountered: