[BusyBox] bug#1297: /bin/gunzip on PPC problems
Michael Sternberg
michael at dragon.boscom.com
Tue Feb 4 04:07:04 UTC 2003
Package: busybox
Version: CVS_from_4_Feb_2003
Severity: grave
There are still problems with gunzip on PPC platform.
Latest CVS busybox (4 Feb 2003 12:02:58 +0200), glibc 2.2.3
Kernel 2.4.18 lightly patched
Platform MPC855T
~> echo 0123456789 > text
~> gzip text
~> ls text*
text.gz
~> gunzip text.gz
gunzip: Short read
~> echo $?
1
~> cat text
0123456789
~> ls text*
text text.gz
gunzip wrong behaviour:
1. Announces about error (while uncompresses file OK).
2. Finishes with error return value.
3. Does not removes text.gz file after uncompressing.
--
Michael.
More information about the busybox
mailing list