zcat (provided by busybox) failed in 1.23 (works correctly in 1.22.1) if the file extension doesn't match with the compression.

busybox zcat failed
(5 posts) (2 voices)-
Posted 10 years ago #
-
Due to this bug, it is not possible to install the last rolling slitaz 5.
Tazinst use zcat to decompress rootfs.gz...( zcat "$i" 2>/dev/null || /usr/bin/lzma d "$i" -so || \ 1884 cat "$i" ) 2>>"$LOG" | /bin/busybox cpio -idu
Posted 10 years ago # -
Looks like a status problem :
tux@slitaz:~$ zcat rootfs4.gz ; echo $?
zcat: out of memory
0Posted 10 years ago # -
Posted 10 years ago #
-
Thank you @bellard the issue is solved.
Posted 10 years ago #
Reply
You must log in to post.