You are not logged in.
Pages: 1
zcat (provided by busybox) failed in 1.23 (works correctly in 1.22.1) if the file extension doesn't match with the compression.
[attachment=35746,1842]
Offline
Due to this bug, it is not possible to install the last rolling slitaz 5.
Tazinst use zcat to decompress rootfs.gz...
[c]( zcat "$i" 2>/dev/null || /usr/bin/lzma d "$i" -so || \
1884 cat "$i" ) 2>>"$LOG" | /bin/busybox cpio -idu[/c]
Offline
Looks like a status problem :
tux@slitaz:~$ zcat rootfs4.gz ; echo $?
zcat: out of memory
0
Offline
The fix: http://hg.slitaz.org/wok/rev/76ff15b5d3ea
Offline
Thank you @bellard the issue is solved.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]