X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-yh0-f44.google.com (mail-yh0-f44.google.com [209.85.213.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 20228DC015C for ; Thu, 3 Apr 2014 13:23:31 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f10so1639729yha.3 for ; Thu, 03 Apr 2014 06:23:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X+0qaW6+B8pyTD25DDmNjTeiqRsJJkidWTTHJRdW+3s=; b=jQUTx2xEwXrxLKosj6sqDXcPpRWb4jp8VhTpE33QUMChzQfdQM5uC0w9rXdj8/5iyw wER10FJP4z0GhcKHEhv3eaxGkowPGSb3TdazLD0rICWNmJYzQ2+N5EfLX6o1rsRMPthT hKXHfe1D4Sg0APShhY38mmKJOOEaVRAPEAqap0Q0p/66dCW+tQ+o0NMxpc3EdBhRwHa1 64bHH2qqVF/bfnczKo+lynBqFUqfH4VCEB6KVWDUAEiAjoPvshx+w4mH5zxWHRnfS9cy 1xgBXt+SqjC6EoSL1+pM3jCaVI/AbF80DBw+joS5T5F6O2sbInD3FNPZJ8Hy1QwF/66w fA6g== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.236.109.99 with SMTP id r63mr8660503yhg.52.1396531410604; Thu, 03 Apr 2014 06:23:30 -0700 (PDT) Received: by 10.170.94.8 with HTTP; Thu, 3 Apr 2014 06:23:30 -0700 (PDT) In-Reply-To: <20140402152912.29273eff@ncopa-desktop.alpinelinux.org> References: <20140402110225.7bd08f19@ncopa-desktop.alpinelinux.org> <20140402152912.29273eff@ncopa-desktop.alpinelinux.org> Date: Thu, 3 Apr 2014 08:23:30 -0500 Message-ID: Subject: Re: [alpine-devel] switching to musl From: Jeff Pohlmeyer To: Natanael Copa Cc: Alpine Content-Type: text/plain; charset=ISO-8859-1 On Wed, Apr 2, 2014 at 8:29 AM, Natanael Copa wrote: > On Wed, 2 Apr 2014 Jeff Pohlmeyer wrote: >> I had problems with the xf86-video drivers (vesa, nouveau, fbdev) not >> finding symbols in the Xorg executable. >> Tried to work around this by LD_PRELOAD'ing the binary, but that led >> to more missing symbols. > This should fix it: > http://git.alpinelinux.org/cgit/aports/commit/main/xorg-server?id=2d5f088aeb37d13fb9893ec5da4bd683f5b4e0f0 Excellent! Actually I already had that update, but I am using an old-fashioned single xorg.conf file, so I had to copy/paste the new "Module" section into my xorg.conf to get it working. As an added bonus, the "column" command from util-linux has always been horribly broken with uclibc, but it's working great with musl! This might not be the right place to bring it up, but I ran into a couple of issues with the "definitive guide" page at kaniini.dereferenced.org ... The page says to run: $ apk.static update $ apk.static upgrade --available --no-self-upgrade But this doesn't seem to have any effect if package caching is enabled, it just pulls the same old uclibc packages from the cache, so I guess the cache needs to be purged first? It also says to modify /etc/mkinitfs/files.d/base, but that file no longer exists, it is now /etc/mkinitfs/features.d/base.files. To be honest, I was afraid the musl switch might be a disaster, but I'm now becoming cautiously optimistic! - Jeff --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---