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 5, 2009 11:58:38 am
List:org.freebsd.freebsd-current

Alexey, good day.

Tue, May 05, 2009 at 07:48:31PM +0200, Alexey Shuvaev wrote:

The reason appeared to be the first part of the command "gunzip -c ... | ( tar -xf - ) && touch ..." which exited with non-zero exit status (141) and "touch ..." was not called. Running the command manually has showed that gunzip was complaining about broken pipe (however the archive was extracted successfully).

Yes, 141 means that SIGPIPE was delivered. This in turn means that 'tar -xf -' exited before gunzip had finished its job and gunzip had tried to write more data to the pipe.

Could I ask to do some debugging:

1. run 'gunzip -c ooo_crystal_images-1.tar.gz > crystal.tar' 2. run 'cat crystal.tar | (tar -xf -) && echo OK' and look for the results. 3. do 'md5 ooo_crystal_images-1.tar.gz'

For the last point, I have

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

----- but this tar.gz was taken from OOO 3.x. If yours have some other checksum, could you place it somewhere where I can download it?

My .tar.gz unpacks without any errors, but my -CURRENT is from 3rd of May.

Thanks!