X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by lists.alpinelinux.org (Postfix) with ESMTP id 03A783617A23 for ; Thu, 2 Sep 2010 12:49:53 +0000 (UTC) Received: by eyx24 with SMTP id 24so213394eyx.13 for ; Thu, 02 Sep 2010 05:49:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=f9lpw3D3PneLknU1z8CDQw36/zZrjBqEF2765zItyjU=; b=XYFXCLv1MeB45oxpcxhDWmiIy+b2fpDku3mTjK/v9LPQdhBR8JZfStLmf5sFB/rt0T ivuqHIzEs7xiXg9iJMFZW3lO9rvekrIqTHqV1A+Itl7L2yv5o5drHvHf9twDE00DqBgk xSYBKSBJ7ul+zmDYFmP3tSR3OGefdnki/GZtk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=whD19/tB77vckBBOor8nTFvO/+UL/egsZy1iHw/EF/pNl0RJo05TkXrf/daURzFoQo q6ci+668yQzQsUugxnRsQJrxDOEe1Yx/MPZpKGA0rPIHRqkVyc89qc1FWKb0trIGx9Mw AQO9RGrtyWaVORcR7wuQS7ROt6SdMF4N9WXzA= Received: by 10.213.33.197 with SMTP id i5mr1678054ebd.44.1283431791269; Thu, 02 Sep 2010 05:49:51 -0700 (PDT) Received: from [10.26.97.209] (letku109.adsl.netsonic.fi [194.29.195.109]) by mx.google.com with ESMTPS id v8sm668035eeh.14.2010.09.02.05.49.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Sep 2010 05:49:49 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4C7F9D68.1040603@iki.fi> Date: Thu, 02 Sep 2010 15:49:44 +0300 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: qnx4ever CC: alpine-devel Subject: Re: [alpine-devel] Apk upgrade question References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, On 09/02/2010 03:35 PM, qnx4ever wrote: > Please confirm if apk upgrade checks the upgraded package dependencies > or if it assumes dependencies didn't change. I had strange issue during > 1.10 to 2.0 upgrade getting ncurses unusable, had to reinstall ncurses > and I guess it pulled ncurses-terminfo package which was not there. > Possibly ncurses package structure changed between releases. Yes, apk should handle this correctly. The upgrade from 1.10 to 2.0 requires you to: - remove all old 1.10 repositories (you can't mix those two) - use "apk upgrade -a" Otherwise you could have ended up with partial upgrade. The reason is that some package versions were not bumped, but they got recompiled and have different contents. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---