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 7A0BF5C665D for ; Wed, 14 Nov 2018 18:17:55 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id EFD809E2148; Wed, 14 Nov 2018 18:17:54 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 42D189E1C12; Wed, 14 Nov 2018 18:17:54 +0000 (GMT) Date: Wed, 14 Nov 2018 19:17:48 +0100 From: Natanael Copa To: Roni Colling Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] Issue on node: alpine package Message-ID: <20181114191748.529d40c5@ncopa-desktop.copa.dup.pw> In-Reply-To: References: X-Mailer: Claws Mail 3.17.1 (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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, 14 Nov 2018 17:01:50 +0000 Roni Colling wrote: > There has been an update to the libcrypto package, now at version 1.1. H= ave tried to include this in my .gitlab-ci.yml thus: >=20 > apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge= /testing/ libcrypto1.1 >=20 > Trying to use openssl-dev package but this is including libcrypto1.0, col= league has explained this is causing a breaking change. >=20 > As a result our pipeline build stage is failing with: >=20 > $ apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/ed= ge/testing/ libcrypto > fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.t= ar.gz > fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.= gz > fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX= .tar.gz Problem here is that you are mixing edge/testing with v3.8 stable, which is not supported. It will mostly work, but once in a while we upgrade packages or rename packages which may break stable. > ERROR: unsatisfiable constraints: > libcrypto (missing): > required by: world[libcrypto] >=20 > Can you please address and/or advise how to address the missing packages? You can choose to use all repositories from edge or use stable only. The upcoming v3.9 stable repository will include openssl 1.1. It will be available within a month or so. You may want use edge til v3.9 is available. -nc >=20 > My Github username is roni3103, I couldn*t see anywhere on your GitHub pa= ge to raise this as an issue. If you need more information please contact = me at this email address. >=20 > Thanks >=20 > Roni --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---