atom feed10 messages in org.freebsd.freebsd-currentRe: gunzip | tar reports broken pipe ...
FromSent OnAttachments
Alexey ShuvaevMay 5, 2009 10:48 am.Other
Eygene RyabinkinMay 5, 2009 11:58 am 
Alexey ShuvaevMay 5, 2009 8:28 pm 
Alexey ShuvaevMay 6, 2009 12:25 pm 
Tim KientzleMay 6, 2009 9:38 pm 
Eygene RyabinkinMay 6, 2009 11:05 pm 
Alexey ShuvaevMay 7, 2009 7:42 am.human, .human
Tim KientzleMay 7, 2009 10:51 am 
Tim KientzleMay 7, 2009 1:33 pm 
Tim KientzleMay 7, 2009 4:09 pm 
Subject:Re: gunzip | tar reports broken pipe during OOO build on amd64.
From:Eygene Ryabinkin (rea-@codelabs.ru)
Date:May 6, 2009 11:05:17 pm
List:org.freebsd.freebsd-current

Wed, May 06, 2009 at 09:39:09PM -0700, Tim Kientzle wrote:

I tried but could not reproduce your bug using a recent -CURRENT. I downloaded this file:

http://ftp.cse.yzu.edu.tw/pub/FreeBSD/distfiles/openoffice.org2/OOo_OOH680_m18_source.tar.bz2

and extracted ooo_crystal_images-1.tar.gz and got the same MD5 that Eygene reported.

$ md5 ooo_crystal_images-1.tar.gz MD5 (ooo_crystal_images-1.tar.gz) = ff0d576d4b0e71c268b1516095a3d085

Where did you download your file from?

Alexey's .tar.gz file should be also fine: he reported the checksum from the .tar file, not .tar.gz one:

----- ~/tmp> md5 crystal.tar MD5 (crystal.tar) = f9d09511003da0f59d943311a678b94a

----- I have the same MD5 for the .tar file:

----- $ md5 crystal.tar MD5 (crystal.tar) = f9d09511003da0f59d943311a678b94a

-----

I am not able to reproduce the bug too, so perhaps the output from ktrace,

----- ktrace -f gunzip.trace gunzip -c ooo_crystal_images-1.tar.gz | (ktrace -f
tar.trace tar -xf -)

----- will be useful for diagnostics. The files of interest will be gunzip.trace and tar.trace.