X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 099E35C004A for ; Wed, 25 Oct 2017 09:30:28 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id D8E569E3192; Wed, 25 Oct 2017 07:35:47 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id EF8E39E0126; Wed, 25 Oct 2017 07:35:46 +0000 (GMT) Date: Wed, 25 Oct 2017 09:35:42 +0200 From: Natanael Copa To: Daniel Isaksen Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/yara: new aport Message-ID: <20171025093542.6ca5aca5@ncopa-desktop.copa.dup.pw> In-Reply-To: <20171024140457.32412-1-d@duniel.no> References: <20171024140457.32412-1-d@duniel.no> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; 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 On Tue, 24 Oct 2017 14:04:57 +0000 Daniel Isaksen wrote: > --- > testing/yara/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+) > create mode 100644 testing/yara/APKBUILD > >>> yara: Unpacking /var/cache/distfiles/yara-3.6.3.tar.gz... /usr/bin/abuild: line 1: autoreconf: not found >>> ERROR: yara: all failed You need automake autoconf and libtool in makedepends. I fixed that, but then i got: install: can't create '/home/ncopa/aports/testing/yara/pkg/yara/usr/share/licenses/yara/COPYING': No such file or directory I fixed that too and pushed. Thanks! --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---