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 A6798DC181D; Tue, 30 Jun 2015 14:25:46 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id E2ABFDC0D4D; Tue, 30 Jun 2015 14:25:45 +0000 (UTC) Date: Tue, 30 Jun 2015 16:25:42 +0200 From: Natanael Copa To: Michael Fox <415fox@gmail.com> Cc: alpine-devel Subject: Re: [alpine-devel] Regex compatibility Message-ID: <20150630162542.34f46f2a@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Mon, 29 Jun 2015 16:53:48 -0700 Michael Fox <415fox@gmail.com> wrote: > Building software on alpine, I notice most problems stem from regex > incompatibility. Is there some way achieve compatibility? yes. use portable regexes and avoid gnu (and other platform) extensions. > This is especially hard on `make check` because many tests involve regexes. > To the point that I think a lot of packagers are just not running `make > check` because they figure the tests are failing because of test code and > not the code under test. This may be true most of the time but it is > allowing some bugs to slip through. buts in 'make check' scripts is likely slippering though yes. I suppose other option is to install gnu sed and gnu grep when doing make check. But for longterm, I'd prefer upstream project think more about portability. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---