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 BCC68DC0181 for ; Wed, 2 Apr 2014 13:29:17 +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 00556BC2AE3; Wed, 2 Apr 2014 13:29:16 +0000 (UTC) Date: Wed, 2 Apr 2014 15:29:12 +0200 From: Natanael Copa To: Jeff Pohlmeyer Cc: Alpine Subject: Re: [alpine-devel] switching to musl Message-ID: <20140402152912.29273eff@ncopa-desktop.alpinelinux.org> In-Reply-To: References: <20140402110225.7bd08f19@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 On Wed, 2 Apr 2014 08:05:33 -0500 Jeff Pohlmeyer wrote: > On Wed, Apr 2, 2014 at 4:02 AM, Natanael Copa wrote: > > > I wonder if there are anything that prevents us from switching > > edge to musl now? > > 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 The problem is that musl does not support lazy loading so we have to tell xorg what order to load the modules. > After getting everything listed in LD_PRELOAD, the Xorg server still > would not start because of a segfault in xkbcomp. > > Has anyone else had any luck running Xorg under musl? I use it on my laptop now yes. firefox needs start with LD_PRELOAD=/usr/lib/libGL.so.1.2.0 firefox and i haven't got dhcpcd work with wpa_supplicant so i use udhcpcd for now. (and sometimes i need to manually ifup wlan0) Other issue I have is that only way to connect to bluez over dbus is as root. I haven't had time to troubleshoot but it might be a bug in dbus, consolekit or polkit or all 3. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---