From owner-freebsd-current@FreeBSD.ORG Fri Jan 21 19:06:13 2011 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60404106566B for ; Fri, 21 Jan 2011 19:06:13 +0000 (UTC) (envelope-from minotaur@crete.org.ua) Received: from relay.padonki.org.ua (relay.padonki.org.ua [193.0.227.26]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1B88FC0A for ; Fri, 21 Jan 2011 19:06:12 +0000 (UTC) Received: from minotaur by relay.padonki.org.ua with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1PgMJG-000PFL-56; Fri, 21 Jan 2011 21:06:10 +0200 Date: Fri, 21 Jan 2011 21:06:10 +0200 From: Alexander Shikoff To: Alex Kozlov Message-ID: <20110121190610.GA88570@crete.org.ua> References: <20110121181132.GA16527@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-u Content-Disposition: inline In-Reply-To: <20110121181132.GA16527@ravenloft.kiev.ua> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: Alexander Shikoff Cc: current@FreeBSD.org Subject: Re: "broken pipe" error during building of port X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Shikoff List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 19:06:13 -0000 On Fri, Jan 21, 2011 at 08:11:32PM +0200, Alex Kozlov wrote: > On Fri, Jan 21, 2011 at 07:24:48PM +0200, Alexander Shikoff wrote: > > Yesterday I got latest sources of -CURRENT and upgraded my installation. > > Now when I build any port "broken pipe" error message appear: > > > > /usr/ports/mail/mutt-devel>make > > ===> Vulnerability check disabled, database not found > > ===> License check disabled, port has not defined LICENSE > > ===> Found saved configuration for mutt-devel-1.5.21 > > ===> Extracting for mutt-devel-1.5.21 > > => SHA256 Checksum OK for mutt/mutt-1.5.21.tar.gz. > > => SHA256 Checksum OK for mutt/patch-1.5.21.rr.compressed.gz. > > => SHA256 Checksum OK for mutt/patch-1.5.21.vvv.initials.gz. > > => SHA256 Checksum OK for mutt/patch-1.5.21.vvv.quote.gz. > > ===> Patching for mutt-devel-1.5.21 > > ===> Applying distribution patches for mutt-devel-1.5.21 > > ===> Applying FreeBSD patches for mutt-devel-1.5.21 > > I can't seem to find a patch in there anywhere. > > ===> mutt-devel-1.5.21 depends on file: /usr/local/bin/automake-1.11 - found > > ===> mutt-devel-1.5.21 depends on file: /usr/local/bin/autoconf-2.68 - found > > ===> mutt-devel-1.5.21 depends on shared library: iconv.3grep: writing output: Broken pipe > > grep: writing output: Broken pipe > > grep: writing output: Broken pipe > > grep: writing output: Broken pipe > > grep: writing output: Broken pipe > > grep: writing output: Broken pipe > > grep: writing output: Broken pipe > > grep: writing output: Broken pipe > > [...] > > > > Also error sometimes appears after executing "man something": > > > > /home/minotaur>man muttrc > > zcat: error writing to output: Broken pipe > > zcat: /usr/local/man/man5/muttrc.5.gz: uncompress failed > > > > I found thread from stable@ mailing list > > http://www.mail-archive.com/freebsd-stable@freebsd.org/msg111266.html > > with same error on 8.1-RC2. The solution there is to get 'sh' sources > > from previous release. I'm not sure whether it will help in my case. > Nope, old sh is only masked the issue. Problem was in sudo signal(SIGPIPE) > handling: > http://www.mail-archive.com/freebsd-stable@freebsd.org/msg111494.html It seems that upgrading of sudo solved a problem. Thank you very much! -- MINO-RIPE