Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 20:11:32 +0200
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        Alexander Shikoff <minotaur@crete.org.ua>, current@FreeBSD.org, spam@rm-rf.kiev.ua
Subject:   Re: "broken pipe" error during building of port
Message-ID:  <20110121181132.GA16527@ravenloft.kiev.ua>

next in thread | raw e-mail | index | archive | help
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 
 
> Any way to solve the issue? Thanks in advance!


--
Adios



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110121181132.GA16527>