From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22972 invoked by alias); 26 Oct 2011 18:22:41 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29866 Received: (qmail 13612 invoked from network); 26 Oct 2011 18:22:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=t2QFLNlCRqBmWjDXRg3J8KuD1tmvwtIWS1YMULugraY=; b=pnvO/y48kVuvAvqFTEp4AuGC+F5BiUhEHSHIsjXI0Bg4CT/nA4KNzHgY7ohkheHZL3 0Miqo9tYdFYXY3A7ltrGWmM0eCDcNXpkywe3NBJr8m9Hxn5npzos55inRCV9jXSFW6YE 7NdsX5Bgqzz/fw+mpdquEPRo/vk3XFUZjKjHA= MIME-Version: 1.0 Sender: ethersoft@gmail.com In-Reply-To: <20111026134853.48e1432e@pwslap01u.europe.root.pri> References: <20111026062750.GA27151@redoubt.spodhuis.org> <20111026134853.48e1432e@pwslap01u.europe.root.pri> Date: Wed, 26 Oct 2011 14:15:31 -0400 X-Google-Sender-Auth: OL53eI0gzLWyItmuktTL8e4SgUA Message-ID: Subject: Re: pcre test failures From: Vin Shelton To: Peter Stephenson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Jun is right: after installing pcre-devel on my Fedora box, --enable-pcre yields a shell which passes all tests. May I also suggest this patch: --- Test/V07pcre.ztst~ 2011-10-24 07:31:25.000000000 -0400 +++ Test/V07pcre.ztst 2011-10-26 13:59:51.520399774 -0400 @@ -1,6 +1,6 @@ %prep - zmodload zsh/pcre + zmodload zsh/pcre >& /dev/null || ZTST_unimplemented="PCRE module does not exist" setopt rematch_pcre # Find a UTF-8 locale. setopt multibyte This keeps V07 from reporting a false failure. Thanks, Vin