X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f170.google.com (mail-ew0-f170.google.com [209.85.219.170]) by lists.alpinelinux.org (Postfix) with ESMTP id 8F42217005F33 for ; Tue, 10 Mar 2009 18:00:34 +0000 (UTC) Received: by ewy18 with SMTP id 18so1432332ewy.25 for ; Tue, 10 Mar 2009 11:00:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=AdlwihyS2VQq1UaF8oihnlKjVTTwV+BuJ8hprkx7l/g=; b=jGz/568gp3ATm8a+/4PZid4IJQ6vm5d60N5UtPChS6jRhsDI07SVF+nAiSMKOcjNft ZgE3vOb47DLXaWlTnhWeXy7Wj03Nb5JrRA3onyRMEOURLYOEYiBBxVUqfJ7cckXMlEnA OuxKcimGXp5BXwuCo7du/me47F+jt42Gz8wlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=Fn5q2Wz2SVczmqe/8yFfqQHKU+VT94t57NHk+cQtnSJxZFh0mH4zAOHoG0TxwgSipe xRWQseIyRVEddyn0LCmhbNYOvDY8peo+jFw4r4p1HITa3kImyuvjF0qX8CSf4FMv75RN irTUavtOwrjS84A49Z3vEiJ5iYEzMaH/s5/v0= Received: by 10.216.7.141 with SMTP id 13mr2913444wep.24.1236708033672; Tue, 10 Mar 2009 11:00:33 -0700 (PDT) Received: from ?10.65.96.59? (ti211310a081-0173.bb.online.no [85.164.0.173]) by mx.google.com with ESMTPS id k9sm10080153nfh.62.2009.03.10.11.00.32 (version=SSLv3 cipher=RC4-MD5); Tue, 10 Mar 2009 11:00:33 -0700 (PDT) Subject: [alpine-devel] apk-tools problem From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain Date: Tue, 10 Mar 2009 19:00:31 +0100 Message-Id: <1236708031.7461.8.camel@ncopa-laptop> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Timo, I have moved libgcc_s.so to a separate package, libgcc and added this as a dependency to the main gcc package. When i try to upgrade i get this: Installing libgcc (4.3.3-r1) ERROR: libgcc: Trying to overwrite usr/lib/libgcc_s.so owned by gcc. ERROR: Failed to commit changes Looks like we need "replaces" or similar. Not sure how to implement that though. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---