X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D9CABDC02AF for ; Mon, 3 Feb 2014 11:06:12 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id u14so5226900lbd.15 for ; Mon, 03 Feb 2014 03:06:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=0j1lKXDfrKWYimFDjS4EIbVHRHn+i6cdJWGg1qjicYg=; b=XIFWu+0sOXlv5Qz5PcsBM5c3PLuVnC/5zUa2+8oPnK1XrH8E/nqLMC4jRoH2d05fC5 COGClSU0Z4XbczVVstTMzk3JMCsZzBX7c9K2c1HDdjNl8xDeLTzy0Q+xk/zR3rxOcMJt Dt7f2itaLiMa1z+Dn+KFegPyE6yTGqRic/GEMgHVABglR6YDXR390NwiloUEKX1Nygzg ZZM6DYQNASzEdzYAx6nMrlvN+NRL5Uo1Cl0nEc7r36DzavmayDL71yLL6juJsZrdjvyn FammFBhiu8JTPrsyY0/tINM9RYFEHYmg2g99KMXfmMfqlQ2wGgAsEXc/LMFwu0kqmX4T cWmw== X-Received: by 10.112.189.68 with SMTP id gg4mr5285178lbc.18.1391425569848; Mon, 03 Feb 2014 03:06:09 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:21c:23ff:fefc:bf0b]) by mx.google.com with ESMTPSA id ya9sm3680720lbb.2.2014.02.03.03.06.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Feb 2014 03:06:09 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Mon, 3 Feb 2014 13:06:42 +0200 From: Timo Teras To: Sam Dodrill Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] apk upgrade failure Message-ID: <20140203130642.1b24ed17@vostro> In-Reply-To: References: X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.20; i486-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, On Wed, 29 Jan 2014 21:07:50 -0500 Sam Dodrill wrote: > Running edge on a server of mine. Trying to upgrade it and I get this > error message. > > genesect ~ > sudo apk upgrade > ERROR: unsatisfiable constraints: > Huh? Error reporter did not find the broken constraints. > > apk upgrade -f hangs and I can't seem to find another combination of > flags that works. Any ideas? > > genesect ~ > apk --version > apk-tools 2.4.0, compiled for x86_64. We are experiencing something similar on the build servers and are looking into it. Our issue seems to be related to audacity having install_if audacity-plugins, and audacity-plugins makedepending on audacity (via audacity-dev). In all cases, sounds like issue in install_if handling. If you can post the list of packages installed, and the packages in 'world' that would be helpful. Thanks. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---