From owner-freebsd-current@FreeBSD.ORG Tue May 5 18:59:05 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D02CF106564A for ; Tue, 5 May 2009 18:59:05 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 81DDE8FC1A for ; Tue, 5 May 2009 18:59:05 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Subject:Message-ID:Reply-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender; b=oryz4u5YiWEDe6yGQQ4cFaLEY68bQvT7dwggKQHWnF4arBQg57Zzn5FrpkPRvkvVfw/oc4lngPTkzAyaZaQl5YNc3KNjHKxhnz5AkSL6GsaIm3ycrn16w1h6YH+lYAPGpr4C1selfoqDvCC7ALGJ8HCqVyVwAndhzjD1TUFDLc4=; Received: from amnesiac.at.no.dns ([91.78.118.163]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1M1Pr5-0000Tu-Lt; Tue, 05 May 2009 22:59:04 +0400 Date: Tue, 5 May 2009 22:59:01 +0400 From: Eygene Ryabinkin To: Alexey Shuvaev Message-ID: <3GBQgy9AhtC1kpgclCTM4BIxKP8@AbNt2aYVonA6XSQc9As8EVwIk24> References: <20090505174831.GA40305@wep4035.physik.uni-wuerzburg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090505174831.GA40305@wep4035.physik.uni-wuerzburg.de> Sender: rea-fbsd@codelabs.ru Cc: freebsd-current@freebsd.org, openoffice@FreeBSD.org Subject: Re: gunzip | tar reports broken pipe during OOO build on amd64. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rea-fbsd@codelabs.ru List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 18:59:06 -0000 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! -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ #