X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) by lists.alpinelinux.org (Postfix) with ESMTP id D79535C4D90; Sun, 31 Dec 2017 17:35:33 +0000 (GMT) Received: from [177.35.230.226] ([177.35.230.226]) by 3c-app-mailcom-lxa05.server.lan (via HTTP); Sun, 31 Dec 2017 18:35:32 +0100 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Message-ID: From: "Tmp File" To: "Natanael Copa" Cc: "Alpine Development" Subject: Re: [alpine-devel] Huh? Error reporter did not find the broken constraints. Content-Type: text/plain; charset=UTF-8 Date: Sun, 31 Dec 2017 18:35:32 +0100 Importance: normal Sensitivity: Normal In-Reply-To: <20171231150048.044adbf9@ncopa-desktop.copa.dup.pw> References: <20171231150048.044adbf9@ncopa-desktop.copa.dup.pw> X-UI-Message-Type: mail X-Priority: 3 X-Provags-ID: V03:K1:rdrbzqkFealCAjKnJPBa8HGDbyuXxbTb9tH8VekeqXs nI1mRzslwn+depiUhFMV8FbuSEQ6alnlRgKZNRrFWLAMGslhnY zklwQ01elDfT5vYQtrZMvGAvmhGXIecbERo2Jq9abuXdgSgH+7 eC1oUxAbZKSQrTi65Ll9dPTNEr2eFMBWeE9aEe3TKm8Fsi06je wLHy4rj5jHsgwC2JUcYgV2MA+15Tz8MmbEDxlwHdimeJ3ie46O FKGvSuOBKm8Jx+vANX1zmTE4HPu32oE8dhxTOL0JfFENJMrE5W /QQdZI= X-UI-Out-Filterresults: notjunk:1;V01:K0:ztbnocUuwbE=:6+6fgCu36CKbt/57Lomy66 RRe/MyPoTLC5ZokqQ6OInJqW560tq7tKa4E+OHFx2aEHE31/fyc27+gXO5xFDyvBhYVndwns8 mmDT2ySVuksZeAIcx6NTW/MGfrTtBuU1ipYGzxYiTeXXGKzTweU+F14w+e3zEaxIlqceDUmhT DDmYuzDM43+5OnZ91KSayu55yzUYY82Y4NHlxqXg775W/gzvnzfmZ1GZsEaA0P43dV+r5pyJb rGEZpnw8e8mgm2pywS6bcrsPaUPLtY/pXcZvFCWop9q5ILlJk+6aE8sy0ce/MibQ5fKBHH9Ay AP7qF3K4ex4DElAImL9gOpPCuKf4zHbqEIJNGpFAxGOZgynKswvs+nCj+rqBmABOUlR9tI5F2 xBm1k/CK/WGnBmQgVIgNNLyQ5BoQtgcWrT1EANPOh/bqiWB1Arizxgw6lcm8AoHaFF7wUbcX6 KqXTowfPWWqWF5LjSu/ItgqNs5OZILRpU/3QJMCqWlmuK3FlMUsq You can use this script to find out what's the package that gives the error. #!/bin/sh for i in $(cat /etc/apk/world) do printf "%s: " "$i" >> file 2>&1 sudo apk add $i --no-progress >> file 2>&1 done grep "ERROR" file This error was noticed before by postmarketOS. https://github.com/postmarketOS/pmbootstrap/issues/952 They didn't find solutions yet. > Sent: Sunday, December 31, 2017 at 12:00 PM > From: "Natanael Copa" > To: "Alpine Development" > Subject: [alpine-devel] Huh? Error reporter did not find the broken constraints. > > Hi, > > after I upgraded apk to 2.9.0 on my work desktop I get the following error: > > ncopa-desktop:~$ sudo apk upgrade -U -a > fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz > fetch http://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz > fetch http://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz > ERROR: unsatisfiable constraints: > Huh? Error reporter did not find the broken constraints. > > > I have tried to delete some of the --virtual package I had installed but it didn't solve anything. > > I idea how to troubleshoot this? > > I have attached my /etc/apk/world > > -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---