From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10706 invoked from network); 10 Feb 2006 13:00:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Feb 2006 13:00:37 -0000 Received: (qmail 55900 invoked from network); 10 Feb 2006 13:00:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Feb 2006 13:00:31 -0000 Received: (qmail 21280 invoked by alias); 10 Feb 2006 13:00:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22211 Received: (qmail 21270 invoked from network); 10 Feb 2006 13:00:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Feb 2006 13:00:27 -0000 Received: (qmail 55589 invoked from network); 10 Feb 2006 13:00:27 -0000 Received: from ns2.hostinglmi.net (213.194.149.12) by a.mx.sunsite.dk with SMTP; 10 Feb 2006 13:00:27 -0000 Received: from 90.red-213-97-199.staticip.rima-tde.net ([213.97.199.90]:12924 helo=localhost) by ns2.hostinglmi.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1F7Xsx-0005lH-Gk for zsh-workers@sunsite.dk; Fri, 10 Feb 2006 14:00:28 +0100 Date: Fri, 10 Feb 2006 13:56:49 +0100 From: David =?utf-8?B?R8OzbWV6?= To: Zsh-workers Subject: Re: Libtool/zsh quoting problem Message-ID: <20060210125649.GA7346@fargo> Mail-Followup-To: Zsh-workers References: <20060209233201.GA5875@fargo> <20060210084630.GA189@DervishD> <20060210094805.GA6357@fargo> <20060210113419.GA2750@DervishD> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060210113419.GA2750@DervishD> User-Agent: Mutt/1.4.2.1i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns2.hostinglmi.net X-AntiAbuse: Original Domain - sunsite.dk X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pleyades.net X-Source: X-Source-Args: X-Source-Dir: Hi Raúl ;), On Feb 10 at 12:34:19, DervishD wrote: > > I know. Libtool is quoting positional parameters which has shell > > metacharacters in them. But it's no working because the string is > > already split in that point. I've been looking at the libtool > > script and i think the problem is in a 'for arg in' that it's > > failing with zsh in doing the right splitting. > > That's weird, because zsh doesn't split arguments at spaces in > arguments to the for loop, unless SH_WORDSPLIT is set. It's just a guess, i'm not sure if the problem is there. > that won't work!. The option will be reset as soon as zsh is > invoked again as /bin/sh because it will be running in "sh" emulation > mode (so to say). When zsh is invoked as /bin/sh, shwordsplit is disabled, so that's why i though that something went wrong because libtool was receiving splitted parameters. It happens with all zsh versions and libtool versions. I tested with zsh-2.4.0 and zsh-4.3.0-dev-2 and several libtool 1.5.XX versions, from 1.5.6 to 1.5.22. Thanks again, -- David Gómez Jabber ID: davidge@jabber.org