X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48AF05EB.4020100@t-online.de> Date: Fri, 22 Aug 2008 20:31:07 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin 1.7.0-28: Broken pipe signal broken? References: <1KV3KS-06K7k00 AT fwd26 DOT aul DOT t-online DOT de> <20080819030025 DOT GA4204 AT ednor DOT casa DOT cgf DOT cx> <20080819032227 DOT GC4204 AT ednor DOT casa DOT cgf DOT cx> <1KVLws-1iowvw0 AT fwd25 DOT aul DOT t-online DOT de> <20080820160746 DOT GB9452 AT ednor DOT casa DOT cgf DOT cx> <48ACD86A DOT 3060102 AT byu DOT net> In-Reply-To: <48ACD86A.3060102@byu.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: rXLjSmZVohiXA8AVFHaShbu5dr6OcfGL6+EbnDMTaV+KNyJZgm3m3nKwPKsEsezgCU X-TOI-MSGID: d20814f9-409b-45df-afda-902007433c41 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Eric Blake wrote: > According to Christopher Faylor on 8/20/2008 10:07 AM: > >>> Unfortunately, this makes things worse: bash now exits silently on >>> $(...) commands, so 'bash --login' fails. >>> >> I think this is fixed now. I spent a lot of time trying to get this >> to work exactly like linux but Windows thwarted me. It should now, at >> least, behave like 1.5.*. >> > > With cygwin 1.7.0-29 and 20080822, SIGPIPE and write now behave like 1.5.*. But ... > Not quite. Now, with cygwin 1.7.0-29, parallel make is breaking, when > trying to use a fifo on fd3 for communication between the parallel > processes. This is making it hard to package anything, since cygport > defaults to 'make -j2': > > $ cygcheck -c cygwin > ... > Cygwin Package Information > Package Version Status > cygwin 1.7.0-29 OK > $ cd coreutils > $ make -j2 > ... > gcc -std=gnu99 -gdwarf-2 -Wall -Wl,--as-needed -o arch.exe uname.o > uname-arch.o ../lib/libcoreutils.a /usr/local/lib/libintl.dll.a -liconv > - -L/usr/local/lib ../lib/libcoreutils.a > gcc -std=gnu99 -gdwarf-2 -Wall -Wl,--as-needed -o setuidgid.exe > setuidgid.o ../lib/libcoreutils.a /usr/local/lib/libintl.dll.a -liconv > - -L/usr/local/lib ../lib/libcoreutils.a > make[3]: *** write jobserver: No error. Stop. > make[3]: *** Waiting for unfinished jobs.... > make[3]: *** write jobserver: No error. Stop. > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/eblake/coreutils/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/eblake/coreutils' > make: *** [all] Error 2 > make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2! > > ... I could also reproduce this problem. Christian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/