Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id F2FB2781A49 for ; Sat, 16 Nov 2019 19:58:33 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id D2AF44400D7; Sat, 16 Nov 2019 20:58:33 +0100 (CET) Date: Sat, 16 Nov 2019 20:58:33 +0100 From: Kevin Daudt To: alpine-mips-patches Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH] main/argon2: fix wrong version in libargon2.pc Message-ID: <20191116195833.GB456781@alpha> References: <20191113213314.1D16D6C86A@mx12.valuehost.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191113213314.1D16D6C86A@mx12.valuehost.ru> User-Agent: Mutt/1.12.2 (2019-09-21) On Wed, Nov 13, 2019 at 08:14:14PM +0000, alpine-mips-patches wrote: > Otherwise build fails with the following message: > > >>> argon2-dev*: Running split function dev... > >>> argon2-dev*: Preparing subpackage argon2-dev... > >>> argon2-dev*: Stripping binaries > >>> ERROR: argon2-dev*: usr/lib/pkgconfig/libargon2.pc: pkgconf version ZERO is invalid > >>> ERROR: argon2*: prepare_subpackages failed > >>> ERROR: argon2: rootpkg failed > --- > main/argon2/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/main/argon2/APKBUILD b/main/argon2/APKBUILD > index 7ce733ad9e..c2f73b908c 100644 > --- a/main/argon2/APKBUILD > +++ b/main/argon2/APKBUILD > @@ -4,7 +4,7 @@ > pkgname=argon2 > _pkgname=phc-winner-argon2 > pkgver=20190702 > -pkgrel=0 > +pkgrel=1 > pkgdesc="The password hash Argon2, winner of PHC" > url="https://github.com/P-H-C/phc-winner-argon2" > arch="all" > @@ -16,7 +16,7 @@ builddir="$srcdir/$_pkgname-$pkgver" > > build() { > cd "$builddir" > - make OPTTARGET=none > + make OPTTARGET=none ARGON2_VERSION="$pkgver" > } > > check() { > -- > 2.23.0 > Sorry, we missed this patch and it already has been fixed.