X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Tue, 3 Apr 2012 10:34:55 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Process Substitution / Named Pipes in cygwin 1.7.11-1
Message-ID: <20120403083455.GP8014@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <4F7AB583.9050709@hima.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <4F7AB583.9050709@hima.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Apr  3 10:32, Sven Severus wrote:
> On Apr 2 17:33, Corinna Vinschen wrote
> > > Hello all,
> > > 
> > > I am running Cygwin DLL 1.7.11-1 and the bash command
> > > "cat < <(echo 1234)" (not very profound, ok) works fine
> > > on my Win7-64 box.
> > > 
> > > Now I installed the same Cygwin release on an older PC
> > > running WinXP: the above command does not execute
> > > properly and breaks with the error message
> > > "bash: /dev/fd/62: No such file or directory".
> >
> >Does /dev/fd exist and is it a symlink to /proc/self/fd?
> 
> It does not exist.
> 
> My Cygwin installation on the old WinXP-PC actually was an 
> upgrade of an older Cygwin installation (from 2007 or so), 
> not a new installation from scratch. Maybe it was not a very 
> wise strategy to try to upgrade such an oldtimer ;-> ...
> I will remove the upgraded Cygwin installation and then 
> install from scratch. I'm confident, this will solve the 
> problems...

Why the big hammer?  Why not start with

  ln -s /proc/self/fd /dev/fd

?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

