X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 716ABDC0672; Thu, 1 Oct 2015 15:55:07 +0000 (UTC) Received: from ncopa-laptop (unknown [79.160.13.130]) (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 D69F4DC03A2; Thu, 1 Oct 2015 15:55:06 +0000 (UTC) Date: Thu, 1 Oct 2015 17:54:49 +0200 From: Natanael Copa To: Marlus Saraiva Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/erlang: Update to 18.1 Message-ID: <20151001175449.0b7c3114@ncopa-laptop> In-Reply-To: References: <1443487903-19624-1-git-send-email-marlus.saraiva@gmail.com> <20150930144006.3947aa18@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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 Thu, 1 Oct 2015 09:19:17 -0300 Marlus Saraiva wrote: > 2015-09-30 9:40 GMT-03:00 Natanael Copa : > > > On Tue, 29 Sep 2015 00:51:43 +0000 > > Marlus Saraiva wrote: > > > > > --- > > > .../0006-Do-not-install-erlang-sources.patch | 531 > > +++++++++++++++------ > > > main/erlang/APKBUILD | 26 +- > > > 2 files changed, 382 insertions(+), 175 deletions(-) ... ^ > > hipe/hipe_x86_signal.c:233:15: note: each undeclared identifier is > > reported only once for each function it appears in > > #define _NSIG NSIG > > ^ > > hipe/hipe_x86_signal.c:341:21: note: in expansion of macro '_NSIG' > > for (i = 1; i < _NSIG; ++i) { > > ^ > > x86_64-alpine-linux-musl/Makefile:956: recipe for target > > 'obj/x86_64-alpine-linux-musl/opt/smp/hipe_x86_signal.o' failed > > > > > This happened because you had m4 installed in your environment and I > didn't. When m4 is found, hipe is enabled by default. If hipe is enabled, > we need to apply an additional patch. I already have the patch working fine > and will submit it among the other changes. My question is: should I add m4 > to "makedepends" or should I assume it's already installed in your > environment before you build the packages? it has been pushed already. in this case we should probably have a --disable-hipe or --disable-m4 or similar so it builds even with m4 installed. Alternatively we could also add makedepends="!m4 ..." with a comment explaining why m4 cannot be installed on build box. thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---