From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6899 invoked by alias); 26 Oct 2011 12:03:19 -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: 29864 Received: (qmail 8535 invoked from network); 26 Oct 2011 12:03:17 -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:content-type :content-transfer-encoding; bh=8SXTSSUqGaeSMDmvYiIW+9xr81RHWC3iJMjZXA6Zn1k=; b=KlmaO8WzXbs9RAPcZHnAUJiYvNYe8pP1bQG5fx0rc97hpSFGuEwZdNOyvnGFmUDJOs NXV7ByH2cOS1GIj7lMXoLbsyz8fXCwqj4uG2E4+rOsEJplPyuP71uJiUotoO+DPraINU PTYMvaNa7/WZNX079TgLKlyKu13tiqbgX4GEQ= MIME-Version: 1.0 Sender: ethersoft@gmail.com In-Reply-To: <20111026062750.GA27151@redoubt.spodhuis.org> References: <20111026062750.GA27151@redoubt.spodhuis.org> Date: Wed, 26 Oct 2011 07:34:28 -0400 X-Google-Sender-Auth: Ozyq2EEzwHi9ImrRa5FqUM3KJ08 Message-ID: Subject: Re: pcre test failures From: Vin Shelton To: Vin Shelton , zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Oct 26, 2011 at 2:27 AM, Phil Pennock wrote: > What version of zsh are you testing? =A0The most recent CVS head? Yes, a clean checkout from CVS head. > I think you might have a mismatch between the zsh you've built > (C:pcre-match feature reference) and the version from which you built > the zsh/pcre module. It's possible that the path for loading the module got confused because I did several configure/"make test" cycles. Are you saying that you can't reproduce this result from a fresh checkout/configure/"make test"? I will investigate further. - Vin