X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by lists.alpinelinux.org (Postfix) with ESMTP id E93405C6672 for ; Thu, 22 Nov 2018 18:57:35 +0000 (GMT) Received: by mail-qt1-f182.google.com with SMTP id v11so8359593qtc.2 for ; Thu, 22 Nov 2018 10:57:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=ZctBws8t3D0JWnF/g0u2ZPmmc9sCCxcsSrgXWtITRxI=; b=bEqKsbMDiV0uNcW6EUZQ9Tb86wHL3GqnXgD97PuPS+D+nurtAhSehiJAWSSXP3vmjj 8poE3jOZWxyHnJ9s/R5LGOUtwwdVd3rncM6fKQcLwL3z91vNMSgOZr9SxD938D2Xu4r/ jIQbU2W0y3Cksrd3gYOYyyNCReKv4qvML63ktlPpUPE/vJ1kCFWQOCwUoZAp/yYFT1IE NpuAUSn/mQv5syUwBFoS4Q2IgEtqeya2MQ4i72t3Vem4vtPbRFbmfoMnhvzOHg3GQdjp OuOsM3An1aFME34iL9GNLi9e8yeqM8S5gxvCeSDg6VwbUr8pOxa54l6mtXQZr2dDmXwd zknA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=ZctBws8t3D0JWnF/g0u2ZPmmc9sCCxcsSrgXWtITRxI=; b=sbZrgfkIL6vcVAcFRhKGBPO9+/Z5tvQ3VQl3vxSNNtw5Eptcj6JZ3VIl3ZYRDDHIc3 TLMRhYqvEEYOVDLeA35nxgthJqYA3fdUsCMC5/j0w9eUscRJ+SCpdqDa4NkIOZuD3HVU TUkMeP6+pAtZl0+V5dFvsIhRMN9QT1Av3B7l4oD5msvf4yFbMX+yithsBrnSlMwmsFkU Cw8EIKEqz+JQ+YHx9Q6eEEOWUhDu8SkRpht0YI8L+yi6GRcTPrTkq4G6L0TjW3+JhQdA X85RMMPgvHBFc3f0SGLUvcdO1jrqjoBnC2aLqgY5jAAlVrzDfm8qWZBM3h6O8tqNswxg a1qA== X-Gm-Message-State: AA+aEWYFlNbkJpx54yv6pSfCeD/ppfCbMi7BpHsFt0e56q55P15+TYs2 MDnRJF1dcpaI3dKQn9VxYclY9XgvK9vhC+RSPr8uzQ== X-Google-Smtp-Source: AFSGD/Ui+cnHfBWTtAwhJ7E81+6feNOdDYs2sdS0JfvRz+qhdddH1c2MTwVHk18o7Hd/c17YsSy77qQwnBDlBnPDnyE= X-Received: by 2002:a0c:b517:: with SMTP id d23mr11573801qve.221.1542913055301; Thu, 22 Nov 2018 10:57:35 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: In-Reply-To: From: James Osborne Date: Thu, 22 Nov 2018 18:57:23 +0000 Message-ID: Subject: [alpine-user] Re: Missing libcrypto1.1 in edge? To: alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="00000000000094a2d7057b457059" --00000000000094a2d7057b457059 Content-Type: text/plain; charset="UTF-8" And of course, moments after posting, I think I've found the answer. Looks like libcrypto1.1 is in edge/main, whereas ntpsec is in edge/testing. Has this changed recently? Like I mentioned, the build used to work just fine. How can one keep abreast of package changes like this (if indeed that is the issue here?) Thanks On Thu, 22 Nov 2018 at 18:42, James Osborne wrote: > Hi, > > I'm building a Docker image that requires ntpsec. This build used to work > (last successful build was 02/10/2018 although it isn't an image I > regularly build), but today I get the following new error. It looks like > libcrypto1.1 is missing. I added that as an explicit install per below but > that hasn't helped. The build log for the library is giving a 404. Does > anyone have an idea what's wrong? > > Thanks, > James > > Step 9/9 : RUN apk --repository > http://dl-cdn.alpinelinux.org/alpine/edge/testing --no-cache add > libcrypto1.1 ntpsec > ---> Running in 5b147abdfec9 > fetch > http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.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 > ERROR: unsatisfiable constraints: > libcrypto1.1 (missing): > required by: world[libcrypto1.1] > so:libcrypto.so.1.1 (missing): > required by: > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > ntpsec-1.1.1-r2[so:libcrypto.so.1.1] > --00000000000094a2d7057b457059 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
And of course, moments after posting, I think I've fou= nd the answer. Looks like libcrypto1.1 is in edge/main, whereas ntpsec is i= n edge/testing. Has this changed recently? Like I mentioned, the build used= to work just fine. How can one keep abreast of package changes like this (= if indeed that is the issue here?)

Thanks
On Thu, 22 Nov 2018 at 18:42, = James Osborne <dr.j.osborne@gm= ail.com> wrote:
Hi,

I'm building a = Docker image that requires ntpsec. This build used to work (last successful= build was 02/10/2018 although it isn't an image I regularly build), bu= t today I get the following new error. It looks like libcrypto1.1 is missin= g. I added that as an explicit install per below but that hasn't helped= . The build log for the library is giving a 404. Does anyone have an idea w= hat's wrong?

Thanks,
James

Step 9/9 : RUN apk --repository http://dl-cdn.alpineli= nux.org/alpine/edge/testing =C2=A0 =C2=A0 =C2=A0 =C2=A0 --no-cache add = libcrypto1.1 ntpsec
=C2=A0---> Running in 5b147abdfec9
fetch http://dl-cdn.alpinelinux.org/alpine/e= dge/testing/x86_64/APKINDEX.tar.gz
ERROR: unsa= tisfiable constraints:
=C2=A0 libcrypto1.1 (missing):
= =C2=A0 =C2=A0 required by: world[libcrypto1.1]
=C2=A0 so:libcrypt= o.so.1.1 (missing):
=C2=A0 =C2=A0 required by:
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:l= ibcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypt= o.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.= 1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-= 1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-= r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:l= ibcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypt= o.so.1.1]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.1]
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0ntpsec-1.1.1-r2[so:libcrypto.so.1.= 1]
--00000000000094a2d7057b457059-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---