X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 143EE1EC7E9 for ; Wed, 6 Apr 2011 15:51:33 +0000 (UTC) Received: by bwz12 with SMTP id 12so1576813bwz.13 for ; Wed, 06 Apr 2011 08:51:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature: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=DZr1OkX5ip3zqeADgI29flYccAzsMpjY3OLiAEGy3Rg=; b=Wjpd08fKnXThl3qR+9fKdTSwea68CQYAokHFdJGPG+CXdzfqAfdQVojLogApFet7Au eWhNb/pICIF1uXTrj9s+rYJL/GhdH31aaNNcstnAn5DPt8/etzxjRxugtw3nV54uasK9 Sqb+NUKsqFYoz5vgqhbXlpI8fGskZVVN2AdrA= 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=RuTQA08KTVBxA29uF6HQxifptJNCwzrRIrPZEwYskE67ZfHeCK9kOTt/Ee+sQwN8Wt eNjCgqrr61EYjqO3w62TPNIl/w+y40mclrqdJ0pCVoKKfN64PlaxkZqsCbTjUgDVg87z EzkRw3wFIOh1lRDZmjftm4vYLi/laAhVJbges= Received: by 10.204.22.205 with SMTP id o13mr1037947bkb.71.1302105092196; Wed, 06 Apr 2011 08:51:32 -0700 (PDT) Received: from [10.26.34.2] (mail.fi.jw.org [83.145.235.193]) by mx.google.com with ESMTPS id c11sm453011bkc.2.2011.04.06.08.51.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Apr 2011 08:51:31 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Message-ID: <4D9C8C02.9040004@iki.fi> Date: Wed, 06 Apr 2011 18:51:30 +0300 From: =?ISO-8859-1?Q?Timo_Ter=E4s?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Natanael Copa CC: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] x86_64 users: ATTENTION References: <20110406163451.5375a3d0@alpinelinux.org> In-Reply-To: <20110406163451.5375a3d0@alpinelinux.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/06/2011 05:34 PM, Natanael Copa wrote: > If you currently apk upgrade your x86_64 edge box it will break dut to > x86 libs will overwrite the x86_64 libs. > > We are investigating a proper solution. (as soon as i get my box back > up again) > > Sorry. This happens because even the old x86_64 apk-tools try to get the index from same place as x86 one. But this should not be a major problem as we don't have any release for x86_64, except the edge snapshots. x86_64 should currently then: wget http://nl.alpinelinux.org/alpine/edge/main/x86_64/apk-tools-2.1.0_rc1-r0.apk apk add apk-tools-2.1.0_rc1-r0.apk apk update apk upgrade Sorry about the breakage. - Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---