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 2F176DC00FF for ; Mon, 29 Jun 2015 15:27:57 +0000 (UTC) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0FB59DC00BA for ; Mon, 29 Jun 2015 15:27:56 +0000 (UTC) Received: by obbop1 with SMTP id op1so107109662obb.2 for ; Mon, 29 Jun 2015 08:27:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BIaRThYK62OshMxptIDbuOhq3eBv24H4ZSw0a9dMhd8=; b=DFqJpTP0oef4OyBbsPG1/4MV4jO1zJmqScJPGaLe39RFfRdm5wGQvypCim3YbQOLC8 8N1dRQbmdY4imWf4vK/nkP/qv3frDeRcjZtSziMIrhc4c+sUb9brTNzf7AkaNaB7kOz+ OvU9wagp6MLoTBMu6A2MdyvpF2EDjwV3s3WpYQHx+MqTFhtRAIJ/+++6NWvzdLlPbj3p 2r/5PIFjMfNlGW7KNC35VEHgRQxQ4ivkyBPklgk0Wg8lYHJDgQej5mj+ptNqppj7/RMy 5OyFq6HfeNyclfnZYPHIscQeQ6XbtAAIl63G/ih5kMz+pgzAGBfz9wjxlg1ukZbGc3QB eltg== 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.60.42.42 with SMTP id k10mr15303737oel.82.1435591676520; Mon, 29 Jun 2015 08:27:56 -0700 (PDT) Received: by 10.76.70.199 with HTTP; Mon, 29 Jun 2015 08:27:56 -0700 (PDT) Date: Mon, 29 Jun 2015 08:27:56 -0700 Message-ID: Subject: [alpine-devel] xzdiff in xz package is broken on alpine linux From: Michael Fox <415fox@gmail.com> To: alpine-devel , ncopa@alpinelinux.org, collin@tukaani.org Content-Type: multipart/alternative; boundary=089e0149d14eebed5a0519a9bb8d X-Virus-Scanned: ClamAV using ClamSMTP --089e0149d14eebed5a0519a9bb8d Content-Type: text/plain; charset=UTF-8 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 --089e0149d14eebed5a0519a9bb8d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I found this by running make check. It= 's probably due to xzdiff being a shell script with some hair regexs an= d musl having some regex incompatibilities in the name of standards complia= nce.

Another one that bit me today was in a script with
=C2=A0=C2=A0=C2=A0 grep '^[a-z]\+'

On alpine yo= u need to say

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

--

-
Mi= chael
--089e0149d14eebed5a0519a9bb8d-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---