[BUG] bunzip2 error -5 / short read
Denys Vlasenko
vda.linux at googlemail.com
Sun Oct 6 20:57:51 UTC 2013
On Sunday 06 October 2013 15:21, Tanguy Pruvot wrote:
> Bonjour,
>
> I'm forwarding you a bug report from Cyanogenmod project, i can
> reproduce it on the current 1.22 master on my PC too.
>
> https://jira.cyanogenmod.org/browse/CYAN-1896
>
> If somebody could help us on that, thanks, currently investigating too ..
>
> tar -xvf stage3-armv7a_hardfp-20130209.tar.bz2
> .....
> ./usr/lib/perl5/5.12.4/unicore/DAge.txt
> ./usr/lib/perl5/5.12.4/unicore/TestProp.pl
> tar: bunzip error -5
> tar: short read
>
> bunzip2 stage3-armv7a_hardfp-20130209.tar.bz2
> bunzip2: bunzip error -5
>
> http://gentoo.osuosl.org/releases/arm/autobuilds/20130209/armv7a-hardfloat-linux-gnueabi/
Try this:
http://git.busybox.net/busybox/commit/?id=932e233a491b6a5b9293ace04ef74667a95d739c
or just replace
if (dbufCount + runCnt >= dbufSize)
with
if (dbufCount + runCnt > dbufSize)
--
vda
More information about the busybox
mailing list