X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from smtp01-out.koba.pl (smtp01-out.koba.pl [83.175.144.106]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EBBDDDC02AD for ; Sat, 26 Jul 2014 17:02:14 +0000 (UTC) Received: from [10.9.140.149] (helo=sigil.Belkin) by psyche.piasta.pl with esmtpa (Pocztex2 KoBa) (envelope-from ) id 1XB5MD-0005ba-SS for alpine-devel@lists.alpinelinux.org; Sat, 26 Jul 2014 19:02:12 +0200 Date: Sat, 26 Jul 2014 19:02:05 +0200 From: Paul Onyschuk To: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Re: [ANN] Dwarf Fortress 40.04 available for sabotage/musl (was: DF 34.11 available) Message-Id: <20140726190205.4e479dec3c53c51d66f76938@bojary.koba.pl> In-Reply-To: <53D39B12.1050402@barfooze.de> References: <5274165F.9050804@barfooze.de> <53D39B12.1050402@barfooze.de> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.23; x86_64-alpine-linux-musl) 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 X-Sender-Verify: SUCCEEDED (sender exists & accepts mail) X-Date: 2014-07-26 19:02:12 On Sat, 26 Jul 2014 14:12:02 +0200 John Spencer wrote: > $ sha512sum df_linux_4004-musl_nogl-alllibs.tar.xz > > same as above but with all dependent 32bit libraries included in > libs/; can be used on x86_64 without further ado (given that kernel > has CONFIG_IA32_EMULATION turned on). > Works fine under Alpine Edge x86_64, though some adjustments are needed. PaX needs some tuning: $ paxctl -c -r ./libs/libc.so Since 32-bit musl won't load binary, when RANDMMAP is set. There is also small problem with sound. Alsa is looking for it's own files in wrong place: ALSA lib conf.c:3707:(snd_config_update_r) Cannot access file /share/alsa/alsa.conf Setting ALSA_CONFIG_PATH to /usr/share/alsa/alsa.conf seems to affect only alsa.conf, alsa will be still opening /share/alsa/cards/aliases.conf. Dirty workaround for sound in DF: $ mkdir -p /share && ln -s /usr/share/alsa /share -- Paul Onyschuk --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---