X-Original-To: alpine-aports@lists.alpinelinux.org Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by lists.alpinelinux.org (Postfix) with ESMTP id 43CE2F85517 for ; Sun, 16 Jun 2019 16:59:12 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 691174400C1; Sun, 16 Jun 2019 18:59:12 +0200 (CEST) Date: Sun, 16 Jun 2019 18:59:12 +0200 From: Kevin Daudt To: Drew DeVault Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH v2] testing/alacritty: upgrade to 0.3.3 Message-ID: <20190616165912.GB4077@alpha> References: <20190616162250.3179-1-sir@cmpwn.com> 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-Disposition: inline In-Reply-To: <20190616162250.3179-1-sir@cmpwn.com> User-Agent: Mutt/1.11.4 (2019-03-13) On Sun, Jun 16, 2019 at 12:22:50PM -0400, Drew DeVault wrote: > --- > testing/alacritty/APKBUILD | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/testing/alacritty/APKBUILD b/testing/alacritty/APKBUILD > index c5ce11cae8..e47764b5a8 100644 > --- a/testing/alacritty/APKBUILD > +++ b/testing/alacritty/APKBUILD > @@ -1,12 +1,14 @@ > # Maintainer: Drew DeVault > pkgname=alacritty > -pkgver=0.3.2 > -pkgrel=1 > +pkgver=0.3.3 > +pkgrel=0 > pkgdesc="A cross-platform, GPU-accelerated terminal emulator" > url="https://github.com/jwilm/alacritty" > arch="x86_64" # via Rust > license="Apache-2.0" > -makedepends="rust cargo cmake fontconfig-dev freetype-dev pkgconfig" > +makedepends=" > + rust cargo cmake fontconfig-dev freetype-dev pkgconfig libxcb-dev > +" > subpackages=" > $pkgname-doc > $pkgname-bash-completion:bashcomp:noarch > @@ -15,7 +17,6 @@ subpackages=" > " > source="$pkgname-$pkgver.tar.gz::https://github.com/jwilm/$pkgname/archive/v$pkgver.tar.gz > ignore-ft-fc-tests-font_mated.patch > - ignore-x11-tests-clipboard_works.patch > " > export CARGO_HOME="$srcdir"/cargo > export RUSTFLAGS="-C target-feature=-crt-static" > @@ -63,6 +64,5 @@ zshcomp() { > } > > > -sha512sums="a189ea2e04e1dc0e53c23f5bc39bcbddba46fe72a844665a4c508da3a9b72dd878d6ecc6b5e66db13892992fff5b0d0f5593caf5cfd269d60cb7756ac7add5af alacritty-0.3.2.tar.gz > -c6ae0a47abbd3583d0ccc8c98b71fb73995b2f65d04fee63b34572e44e859bb1cac6e56993a6d478fdb6de42f66e50e723eb01175117aeff1e4035f81ecf5473 ignore-ft-fc-tests-font_mated.patch > -1a9bef3dc02abd5b764cb5f87742ecdcf99f3fcc43deef3dcfb1eddfd1a233ab7c7dec0072a5d17e285c0aff902a5b7847169cb051bcb89cb90904ace1787325 ignore-x11-tests-clipboard_works.patch" > +sha512sums="ddcca2bb776a328882e2137d5dfca9000b04a4c2bbfbd42e38140e0fe3e9262da17d0c3e566afca68ea84bcc476463f7979a2d15ce6fb857afc60df145075adb alacritty-0.3.3.tar.gz > +c6ae0a47abbd3583d0ccc8c98b71fb73995b2f65d04fee63b34572e44e859bb1cac6e56993a6d478fdb6de42f66e50e723eb01175117aeff1e4035f81ecf5473 ignore-ft-fc-tests-font_mated.patch" > -- > 2.22.0 > It now built succesfully locally, but after pushing, on edge/x86_64 I get the following error: > Running > `/home/buildozer/aports/testing/alacritty/src/alacritty-0.3.3/target/release/build/xcb-d11d80a5aaf6f196/build-script-build` > error: failed to run custom build command for `xcb v0.8.2` > process didn't exit successfully: > `/home/buildozer/aports/testing/alacritty/src/alacritty-0.3.3/target/release/build/xcb-d11d80a5aaf6f196/build-script-build` > (exit code: 101) > --- stderr > thread 'main' panicked at 'Unable to find build dependency python3: Os { > code: 2, kind: NotFound, message: "No such file or directory" }', > src/libcore/result.rs:997:5 See the buildlog[0] for more details. Strangely enough, it seems to have succeeded on 3.10/x86_64. Kind regards, Kevin [0]:https://build.alpinelinux.org/buildlogs/build-edge-x86_64/testing/alacritty/alacritty-0.3.3-r0.log --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---