Abdess / retroarch_system

Compilation of BIOSes for various emulation platforms
3.25k stars 348 forks source link

unzip - missing files #5

Closed iamdevnull closed 3 years ago

iamdevnull commented 3 years ago

Hi,

this is my env: └──╼ #unzip --help UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.

If i try to extract the file https://github.com/Abdess/retroarch_system/releases/download/1.9.1/351ELEC_BIOS-Pack_20210422.zip like this:

unzip 351ELEC_BIOS-Pack_20210422.zip -d 351ELEC_BIOS-Pack_20210422/

a lot of files under 351ELEC_BIOS-Pack_20210422/bios/ are missing.

But when i open/extract the zip file with engrampa (https://github.com/mate-desktop/engrampa) then all files are present.

Any idea why unzip is behaving buggy?

Best regards

anonymouz commented 3 years ago

I can duplicate the problem! The "unzip" (UnZip 6.00) on my Linux desktop is NOT correctly unpacking the "351ELEC_BIOS-Pack_20210422.zip" file.

My command line "7z" (command "x") works fine! Somehow unzip is buggy -or- the used tool to create the archive is buggy...

I hope this helps someone.

Abdess commented 3 years ago

Yes, sorry about it. It's because I use 7zip with LZMA compression method and ULTRA level of compression.

I will change to a compression algorithm which is compatible by default with a maximum of OS.