elfmz / far2l

Linux port of FAR v2
GNU General Public License v2.0
1.71k stars 168 forks source link

old zip file can not be unpacked by miltiarc #831

Open unxed opened 3 years ago

unxed commented 3 years ago

try to view README file inside, for example

README.ZIP

elfmz commented 3 years ago

"Libarchive can read and write zip format archives that have uncompressed entries and entries compressed with the “deflate” algorithm. Other zip compression algorithms are not supported." (c)https://manpages.debian.org/unstable/libarchive-dev/libarchive-formats.5.en.html 'unzip' unzips it fine BTW

unxed commented 3 years ago

Can we fall back to unzip if found unsupported by libarchive compression method?

elfmz commented 3 years ago

its not aligns to multiarc at all, as workaround you can always build with -DZIP_LIBARCHIVE=0