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 1790BF8319C for ; Fri, 1 Mar 2019 07:07:58 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 8C8849E1C8C; Fri, 1 Mar 2019 07:07:57 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 82BE19E0430; Fri, 1 Mar 2019 07:07:56 +0000 (UTC) Date: Fri, 1 Mar 2019 08:07:49 +0100 From: Natanael Copa To: Lucas Ramage Cc: alpine-aports@lists.alpinelinux.org, lramage94 Subject: Re: [alpine-aports] [PATCH] testing/efibootmgr: bumpt to 17 Message-ID: <20190301080749.544fc14e@ncopa-desktop.copa.dup.pw> In-Reply-To: <20180922152705.15454-1-ramage.lucas@protonmail.com> References: <20180922152705.15454-1-ramage.lucas@protonmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; 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 Hi, Thanks for the ping in IRC. This seems to no longer build. I get the following error: efibootmgr.c: In function 'parse_opts': efibootmgr.c:1541:15: error: conflicting types for 'efi_set_verbose' extern int efi_set_verbose(int verbosity, FILE *errlog); ^~~~~~~~~~~~~~~ In file included from efibootmgr.c:49: /usr/include/efivar/efivar.h:231:13: note: previous declaration of 'efi_set_verbose' was here extern void efi_set_verbose(int verbosity, FILE *errlog) ^~~~~~~~~~~~~~~ -nc On Sat, 22 Sep 2018 11:27:05 -0400 Lucas Ramage wrote: > From: lramage94 > > --- > testing/efibootmgr/APKBUILD | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/testing/efibootmgr/APKBUILD b/testing/efibootmgr/APKBUILD > index 1a5bbaa7fd..f91d87e17c 100644 > --- a/testing/efibootmgr/APKBUILD > +++ b/testing/efibootmgr/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: Carlo Landmeter > # Maintainer: Lucas Ramage > pkgname=efibootmgr > -pkgver=16 > +pkgver=17 > pkgrel=0 > pkgdesc="Linux user-space application to modify the Intel Extensible Firmware Interface" > url="https://github.com/rhboot/efibootmgr" > @@ -11,7 +11,7 @@ depends="" > makedepends="efivar-dev linux-headers popt-dev gettext-dev" > install="" > subpackages="$pkgname-doc" > -source="https://github.com/rhboot/efibootmgr/releases/download/$pkgver/efibootmgr-$pkgver.tar.bz2 > +source="$pkgname-$pkgver.tar.gz::https://github.com/rhboot/$pkgname/archive/$pkgver.tar.gz > musl-gettext.patch" > builddir="$srcdir/efibootmgr-$pkgver" > > @@ -30,5 +30,5 @@ check() { > "$builddir"/src/efibootmgr --help > /dev/null > } > > -sha512sums="936318c7163c07b716f89be3d830957d9db68ba1b059223f7ea3d9eafe0dbf1c91b9aee096f5aed70955c6052c3b8547295c0a47f17cdf43788259d87d1990b9 efibootmgr-16.tar.bz2 > +sha512sums="10c7ad9a79f23dcd4708dc4f42701196af7aa11f5e9a6468ea51f7013d4caeba6c92527ba1304f6e3b2ef3b51b3b69ea1a30f81bb099a8aea49eeb30eb631e1d efibootmgr-17.tar.gz > 3ed49c6d267e6f14bf43207fecb55ebc984f6fbd15d77cd1b8f466c8d0a4c3ab9bb276e8ed183b5ab0129fde5c06ffcd0450ffb7dad0edfa18b4c472e481373b musl-gettext.patch" --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---