Skip to content
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

Unable to unpack any archive with jre-oracle image #30

Closed
soredake opened this issue Mar 11, 2016 · 5 comments
Closed

Unable to unpack any archive with jre-oracle image #30

soredake opened this issue Mar 11, 2016 · 5 comments
Labels

Comments

@soredake
Copy link
Contributor

071d363699c3 tmp # tar zxvf unzip60.tar.gz
tar: short read

071d363699c3 tmp # unzip infozip_binaries_linux_x64.zip
Archive: infozip_binaries_linux_x64.zip
inflating: zip
unzip: inflate error

@edannenberg
Copy link
Owner

Thanks for reporting. Apparently a regression with busybox. Maybe related to the recent switch to musl from uclibc. Gonna take a closer look at this next week.

@soredake
Copy link
Contributor Author

Thanks!

@edannenberg
Copy link
Owner

In the meantime you can replace the busybox symlinks by adding app-arch/tar and/or app-arch/unzip to PACKAGES in Buildconfig.sh, then just rebuild the image.

@edannenberg
Copy link
Owner

As suspected this was related to the recent musl switch, the Gentoo musl overlay is missing a unzip regression patch from the main overlay. I added a temp. workaround until it's fixed upstream.

Monthly image updates are gonna be a bit delayed this month due to man flu, should be on docker hub by the weekend though.

@edannenberg
Copy link
Owner

Busybox 1.24.2 is out and unzips as expected. Updated images are on Docker Hub. (20160317)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants