Received: from smtp.checkpoint.com (michael.checkpoint.com [194.29.34.68]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 909F778193F for <~alpine/devel@lists.alpinelinux.org>; Thu, 9 Jan 2020 09:39:25 +0000 (UTC) x-m-msg: CPCHECK DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.checkpoint.com 0099dOWl012427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=checkpoint.com; s=default; t=1578562764; bh=nl7dwuVJCJoav74grpSCtytMrS1bBTy1Q5ie70chUrA=; h=From:To:CC:Subject:Date:From; b=GQSbKfWxy6YcaPmzndPUb+nem4GNRlf33yOmDMar7w9xfPDEQuUk1ZIl99g8T7fhC QVX8ZnztyD8P5rGXROx+H63vF/2/b3oNy6eoBvv/fCOiRvlH/0F5QCggT5cJQ+vVnR kZ8GmpeZNtMClAu+B7ayMsKkJepVFFeyt5km2H2w= Received: from DAG-EX10.ad.checkpoint.com (dag-ex10.ad.checkpoint.com [194.29.34.150]) by smtp.checkpoint.com (8.14.7/8.14.7) with ESMTP id 0099dOWl012427 for <~alpine/devel@lists.alpinelinux.org>; Thu, 9 Jan 2020 11:39:24 +0200 Received: from IL-EX10.ad.checkpoint.com ([169.254.2.251]) by DAG-EX10.ad.checkpoint.com ([169.254.3.19]) with mapi id 14.03.0439.000; Thu, 9 Jan 2020 11:39:20 +0200 From: Roi Greenberg To: ~alpine/devel <~alpine/devel@lists.alpinelinux.org> CC: Ofer Barkai Subject: RE: unsatisfiable constraints: /bin/sh Thread-Topic: unsatisfiable constraints: /bin/sh Thread-Index: AdXGyF6yUzbyOh1PQkW24cZxgO9u8wACEJHg Date: Thu, 9 Jan 2020 09:39:20 +0000 Message-ID: <1D9ECE54DC082549B6CDE5C6261F0C3C01D78F4CB4@IL-EX10.ad.checkpoint.com> Accept-Language: he-IL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [194.29.34.193] x-kse-antivirus-interceptor-info: scan successful x-kse-antivirus-info: Clean Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi all. I'm trying to build some packages (v3.11.2), and stuck with the above error= for several packages: >>> asciidoctor: Analyzing dependencies... ERROR: unsatisfiable constraints:=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=20 =A0=A0/bin/sh (virtual):=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=20 =A0=A0=A0=A0provided by: busybox=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=20 I get the same error for libarchive, and a few more packages. The image I'm using to build with depends on v3.10.2, and I already tried t= o update apk-tools to the newest version. Any thoughts/suggestions? Roi