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 7163EDC0069 for ; Mon, 24 Mar 2014 12:55:52 +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 D6764BC0FF9 for ; Mon, 24 Mar 2014 12:55:50 +0000 (UTC) Date: Mon, 24 Mar 2014 13:55:47 +0100 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Why musl libc Message-ID: <20140324135547.53336b7b@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.20; 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 Hi, As previously mentioned we are moving to musl libc[1]. Some might ask why so I'll write down some reasons why we do this: * uClibc is too slow on making releases. * uClibc code is a bit messy and some issues we have is simply not worth fixing with uClibc code base. (locales, static linking with pthreads[2]) * musl is well maintained upstream * musl has clean codebase and lots legacy code is removed. * musl has focus on strictness which helps us find obscure bugs. * we work on ARM port and rather than fix uClibc we work with musl which has cleaner codebase. -nc [1] http://www.musl-libc.org/ [2] http://bugs.alpinelinux.org/issues/1579 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---