From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10652 invoked by alias); 27 Nov 2001 18:52:53 -0000 Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Received: (qmail 10631 invoked from network); 27 Nov 2001 18:52:52 -0000 Received: from unknown (HELO fdpnmailgw4.dpn.deere.com) (192.43.65.232) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 18:52:52 -0000 Received: from 164.121.15.20 by fdpnmailgw4.dpn.deere.com with ESMTP ( Tumbleweed MMS SMTP Relay (MMS v4.7)); Tue, 27 Nov 2001 12:52:51 -0600 X-Server-Uuid: 2d3b7162-db1d-11d3-b8ee-0008c7dfb6f1 Received: by edxgw2.dx.deere.com with Internet Mail Service (5.5.2653.19 ) id <47NCY670>; Tue, 27 Nov 2001 12:52:51 -0600 Message-ID: <718198F862F1D411B10F0002A50A4DB101A4F0B3@e90wwce3.dx.deere.com> From: "Polley Christopher W" To: "'McGroarty, Brian'" , "'cygwin@cygwin.com'" cc: "'sangil@editplus.com'" Subject: RE: Cygwin make wants stdin != 0 Date: Fri, 16 Nov 2001 21:14:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) X-WSS-ID: 101D3E89275260-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg01071.txt.bz2 This didn't work; all I got was "The handle could not be opened during redirection of handle 0." I did some more digging, and found that the problem disappeared when I reverted the cygwin package to 1.3.2-1 (all other packages staying current, notably bash 2.05a-2 and make 3.79.1-5) and returned when I upgraded it to 1.3.4-3 (then next version I have in my \latest directory). I have the source for 1.3.2-1 and 1.3.4-4, so I'll see what changed and whether the changelog has any clues. Chris > -----Original Message----- > From: McGroarty, Brian [SMTP:BMcGroar@midwaygames.com] > > I fixed my program to just create a bogus do-nothing pipe for input that > kills the spawned program on any input attempt. I expect you could just > add > " if > so inclined. > > If you want to take the route of patching make, I'm assuming the change > comes from the tests which were recently added to validate all pipes. If > memory serves, the changes had something to do with the fixes for > recursive > make sometimes freaking out. Looking over the changelogs should pinpoint > where that went in. > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Polley Christopher W" To: "'McGroarty, Brian'" , "'cygwin@cygwin.com'" Cc: "'sangil@editplus.com'" Subject: RE: Cygwin make wants stdin != 0 Date: Tue, 27 Nov 2001 10:52:00 -0000 Message-ID: <718198F862F1D411B10F0002A50A4DB101A4F0B3@e90wwce3.dx.deere.com> X-SW-Source: 2001-11/msg01659.html Message-ID: <20011127105200.K6S6d04Jbr2ew13NtfYFqstg0A08TQXJXx3hSjZcB-g@z> This didn't work; all I got was "The handle could not be opened during redirection of handle 0." I did some more digging, and found that the problem disappeared when I reverted the cygwin package to 1.3.2-1 (all other packages staying current, notably bash 2.05a-2 and make 3.79.1-5) and returned when I upgraded it to 1.3.4-3 (then next version I have in my \latest directory). I have the source for 1.3.2-1 and 1.3.4-4, so I'll see what changed and whether the changelog has any clues. Chris > -----Original Message----- > From: McGroarty, Brian [SMTP:BMcGroar@midwaygames.com] > > I fixed my program to just create a bogus do-nothing pipe for input that > kills the spawned program on any input attempt. I expect you could just > add > " if > so inclined. > > If you want to take the route of patching make, I'm assuming the change > comes from the tests which were recently added to validate all pipes. If > memory serves, the changes had something to do with the fixes for > recursive > make sometimes freaking out. Looking over the changelogs should pinpoint > where that went in. > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/