X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id D5017DC967F for ; Wed, 9 Apr 2014 13:07:46 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 44C3ABC2D24 for ; Wed, 9 Apr 2014 13:07:46 +0000 (UTC) Date: Wed, 9 Apr 2014 15:07:42 +0200 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Alpine Linux has switched to Musl libc Message-ID: <20140409150742.323c97cb@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-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 I am happy to announce that our 'edge' branch is now using musl libc. For edge users you will have to do this to migrate: Edit /etc/apk/repositories and make sure that you don't mix edge and any stable branch (eg v2.x) Install static apk-tools and busybox. This is a safety net in case things goes wrong. apk add -U apk-tools-static busybox-static Run a simulation first. This will show what will happen: apk.static upgrade --no-self-upgrade -U -a --simulate Perform the actual upgrade: apk.static upgrade --no-self-upgrade -U -a Reboot. After this your system should be running musl. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---