X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail.bitmessage.ch (mail.bitmessage.ch [146.228.112.252]) by lists.alpinelinux.org (Postfix) with ESMTP id 258CD5C4D88 for ; Tue, 2 Jan 2018 01:19:39 +0000 (GMT) dkim-signature: v=1; a=rsa-sha256; d=bitmessage.ch; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type:Content-Transfer-Encoding:In-Reply-To:References; bh=ShuYVLyXpRMFKq5mJjWgM34jF0q4BWn8NFHV6qUmyWY=; b=Ga8S8PQm0ERS+g652Nx2GqopakNbkC62UwAAtLLXEKOb5HsrQD2oi4R6k6U68Pz/nSfh0HDCU61k3zmTlqMU8friiwXlTCDaH4xhtPLXNmhNziJ3boMSGOZx/1KDXhFDBK517Ipntejn96AFG/yUWsDz9bIL/jRWOLBvNu5vkic= Received: from [127.0.0.1] (BITMESSAGE [127.0.0.1]) by mail.bitmessage.ch with ESMTPA ; Tue, 2 Jan 2018 02:17:47 +0100 Subject: Re: [alpine-devel] Huh? Error reporter did not find the broken constraints. To: alpine-devel@lists.alpinelinux.org References: <20171231150048.044adbf9@ncopa-desktop.copa.dup.pw> From: Oliver Smith Message-ID: <6bf51851-79fa-b9ff-3b0d-182358565e75@bitmessage.ch> Date: Tue, 02 Jan 2018 01:19:00 +0000 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sorry for not reporting it yet. In our case the bug was triggered by a "dbus-nox11" package we created - probably because it ended up providing the same "so:..." dependency as the official "dbus" package. It worked fine, and at some point (maybe after an apk upgrade?) the package didn't work anymore - after we removed it, it worked again. If it helps with debugging/fixing this issue, I could try to reproduce the way the bug affected us, and provide apk's installed DB. Thanks, Oliver Tmp File: > 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 > --- > > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---