X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 06B7ADC061E for ; Mon, 29 Jun 2015 17:08:00 +0000 (UTC) Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D5569DC0229 for ; Mon, 29 Jun 2015 17:07:59 +0000 (UTC) Received: by oigx81 with SMTP id x81so122577024oig.1 for ; Mon, 29 Jun 2015 10:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7huacK9G/jYPCO+g2Ph6BEYzKMKPeC1ChrT56ooUehA=; b=nktVP9RDYZ/oesna+qS+E/aZsitTAto3rmrygX0AOuN1I7wSYF96kKMG+B5vK6e2h3 knFDmQ+WnAPg6Yd64YX5SW8ziJs/NSBO0ahwvOtGCUAfTqC23IdPaiv+sa2rA0zHwDhs whoGTs6108W1+nVx4aHPwmoLMfMBcg3BMoMMtODhHfN0Ph5s+ptCspEM4ym6jqO9p37r 6ExV0E1e6ZiWHYTgkky97WomNqR03koQmK5gUtecBS+dOMPX4TLarEj5AgchaBNWIX06 qVT3jEZeBZ9d4oGx5VKSWppXljddDo4C9O+AA4wE45+S6Fx5VT8vS9/xr575kQmwCzpL be3A== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.202.204.210 with SMTP id c201mr14376826oig.12.1435597679367; Mon, 29 Jun 2015 10:07:59 -0700 (PDT) Received: by 10.76.70.199 with HTTP; Mon, 29 Jun 2015 10:07:59 -0700 (PDT) In-Reply-To: References: Date: Mon, 29 Jun 2015 10:07:59 -0700 Message-ID: Subject: [alpine-devel] Re: xzdiff in xz package is broken on alpine linux From: Michael Fox <415fox@gmail.com> To: alpine-devel , ncopa@alpinelinux.org, Lasse Collin Content-Type: multipart/alternative; boundary=001a113530b4b81f130519ab2108 X-Virus-Scanned: ClamAV using ClamSMTP --001a113530b4b81f130519ab2108 Content-Type: text/plain; charset=UTF-8 CC xz maintainer whose email I got wrong the first time On Mon, Jun 29, 2015 at 8:27 AM, Michael Fox <415fox@gmail.com> wrote: > I found this by running make check. It's probably due to xzdiff being a > shell script with some hair regexs and musl having some regex > incompatibilities in the name of standards compliance. > > Another one that bit me today was in a script with > > grep '^[a-z]\+' > > On alpine you need to say > > grep '^[a-z]+' > > -- > > - > Michael > -- - Michael --001a113530b4b81f130519ab2108 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
CC xz maintainer whose email I got wrong the first time

On Mon, Ju= n 29, 2015 at 8:27 AM, Michael Fox <415fox@gmail.com> wrote:<= br>
I fo= und this by running make check. It's probably due to xzdiff being a she= ll script with some hair regexs and musl having some regex incompatibilitie= s in the name of standards compliance.

Another one that bit me= today was in a script with

=C2=A0=C2=A0=C2=A0 grep '^[a-z= ]\+'

On alpine you need to say

=C2=A0=C2=A0=C2=A0 g= rep '^[a-z]+'
<= div>

--

-
Michael



--

-
Michael
--001a113530b4b81f130519ab2108-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---