From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8870 invoked from network); 29 Oct 2005 07:08:52 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Oct 2005 07:08:52 -0000 Received: (qmail 710 invoked from network); 29 Oct 2005 07:08:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Oct 2005 07:08:43 -0000 Received: (qmail 3037 invoked by alias); 29 Oct 2005 07:08:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21950 Received: (qmail 2948 invoked from network); 29 Oct 2005 07:07:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Oct 2005 07:07:00 -0000 Received: (qmail 99323 invoked from network); 29 Oct 2005 07:07:00 -0000 Received: from stripped.disjoint.net (69.12.152.17) by a.mx.sunsite.dk with SMTP; 29 Oct 2005 07:06:58 -0000 Received: from stripped.disjoint.net (localhost.disjoint.net [127.0.0.1]) by stripped.disjoint.net (8.13.3/8.13.3) with ESMTP id j9T76uuW077669 for ; Sat, 29 Oct 2005 00:06:56 -0700 (PDT) (envelope-from satwell@stripped.disjoint.net) Received: (from satwell@localhost) by stripped.disjoint.net (8.13.3/8.13.3/Submit) id j9T76uZk077668 for zsh-workers@sunsite.dk; Sat, 29 Oct 2005 00:06:56 -0700 (PDT) (envelope-from satwell) Date: Sat, 29 Oct 2005 00:06:56 -0700 From: Steve Atwell To: zsh-workers@sunsite.dk Subject: FreeBSD process substitution bug Message-ID: <20051029070656.GA77326@stripped.disjoint.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 It seems that zsh process substitution doesn't work properly on recent versions of FreeBSD. Here's what happens: % cat <(date) cat: /dev/fd/11: No such file or directory This happens to me on FreeBSD 5.4 with zsh 4.2.5 built with default configure options. I'm not on the list, so please Cc responses to me. -- Steve Atwell