-
Notifications
You must be signed in to change notification settings - Fork 37
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
Possible Bug: Busybox compatibility for *.gz #144
Comments
|
I am not sure whether to support such programs that have the same name but are not compatible. This is more likely a busybox issue. |
|
I've filed an issue upstream with Busybox referencing this and the GNU GZip documentation for the -l flag. |
|
Xarchiver doesn't seem to support gzip 1.5 either That's not a problem of course, since that version is too old and/or too buggy. I compiled a static gzip 1.12 musl binary to replace the one from Slackware 14.0 I'll take a look at the source code, perhaps it's fixable, but that project is somewhat dead and many patches are ignored... I compiled a static busybox 1.36 with 25 patches from alpine, which add features and fix stuff |
What is not working? |
Testing gzip 1.5.. it works as expected now The problem was that it would display garbled text as the filename and therefore I could not extract the file, So.. for some reason it seems to work now.. I don't remember if a specific file triggered the problem One thing to note is that gzip 1.5 doesn't support |
|
This patch for busybox 1.36 adds busybox_gzip_list_1.36.patch.gz It's just a hack, it doesn't provide compression info, but it's enough to make the applets work with xarchiver According to my tests, it just works, although it needs more testing to identify possible side effects? edit: version is 1.36 |
|
There will be no support for programs that have the same name but are not compatible. |
|
well busybox can be fixed to support xarchiver, it's not hard to add some basic support, the patch above implements it, but it won't find its way to the mailing list the busybox cpio stuff is also fixable, both in xarchiver and busybox, or a mix of the two, as far as I can tell, probably this is certainly not to be discussed here, so it's wise to close it, it will be discussed somewhere someday haha.. |
The text was updated successfully, but these errors were encountered: