From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12808 invoked by alias); 19 Mar 2018 18:19:46 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 23261 Received: (qmail 11143 invoked by uid 1010); 19 Mar 2018 18:19:45 -0000 X-Qmail-Scanner-Diagnostics: from forward102p.mail.yandex.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(77.88.28.102):SA:0(-2.6/5.0):. Processed in 6.927717 secs); 19 Mar 2018 18:19:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: mva@mva.name X-Qmail-Scanner-Mime-Attachments: |signature.asc| X-Qmail-Scanner-Zip-Files: | From: "Vadim A. Misbakh-Soloviov" To: "" Subject: zsh/pcre module breakage when static build enabled Date: Tue, 20 Mar 2018 00:33:24 +0700 Message-ID: <3073701.qdQlh9y6XZ@note> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart13346325.0JT29UgQA3"; micalg="pgp-sha256"; protocol="application/pgp-signature" --nextPart13346325.0JT29UgQA3 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Hi there! I faced strange issue: when I build zsh-5.4.2 as static binary and trying t= o=20 run, for example, something like that: > $ [[ 'foo=E2=86=92bar' =3D~ .([^[:ascii:]]). ]]; print $MATCH I'm getting following errors: > zsh: module `zsh/pcre' has no such feature: `C:pcre-match' > zsh: -pcre-match not available for regex Although, when I rebuild it as dynamically linked binary, pcre starting to= =20 work again I think, it looks like a bug. Isn't it a way to fix it? --nextPart13346325.0JT29UgQA3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTxiw6i5QzSBiZgM/FnZfRvKOlgfgUCWq/0ZAAKCRBnZfRvKOlg fnj0AQD7xkLds8Ua42u8zOSXnQYgTjEGQPRrK7z9VpPvFwWJeAEAiFp89aojfzIB 1nVeNeIVkoKSsIi036UkQ1LYJUJT1QE= =Aawj -----END PGP SIGNATURE----- --nextPart13346325.0JT29UgQA3--