From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Need help porting eDuke32 Date: Fri, 22 Feb 2019 14:01:35 +0100 Message-ID: <87wolsht8w.fsf@ambrevar.xyz> References: <4082254.2VInIakpOu@aleksandar-ixtreme-m5740> <3942569.6XaQy4PdK7@aleksandar-ixtreme-m5740> <87imxdj6ew.fsf@ambrevar.xyz> <1778948.l3vIaAGMXl@aleksandar-ixtreme-m5740> <8736ogjeis.fsf@ambrevar.xyz> <871s40jdk4.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxAT2-0006FY-3S for help-guix@gnu.org; Fri, 22 Feb 2019 08:02:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxASv-0006TJ-VG for help-guix@gnu.org; Fri, 22 Feb 2019 08:02:15 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:36467) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxASu-0005S5-RW for help-guix@gnu.org; Fri, 22 Feb 2019 08:02:09 -0500 In-reply-to: <871s40jdk4.fsf@ambrevar.xyz> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: HiPhish Cc: help-guix@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable There is one issue though that I get on startup: =2D-8<---------------cut here---------------start------------->8--- Initializing SDL 2.0.9 Failed loading "libGLU.so.1" Failed loading GLU. GL modes will be unavailable. Error: Passed a NULL mut= ex =2D-8<---------------cut here---------------end--------------->8--- This makes it impossible to use the Polymost / Polymer renderers. Starting the game with something like =2D-8<---------------cut here---------------start------------->8--- env LD_LIBRARY_PATH=3D/home/ambrevar/.guix-profile/lib /gnu/store/j2f51lrgr= payclwfy77191jx3f6cpvq5-eduke32-20181027-7136/bin/eduke32 -g duke3d_hrp.zip= -g duke3d_mus.zip =2D-8<---------------cut here---------------end--------------->8--- works. (I have installed "glu" into my profile.) "glu" is not in the closure of neither eduke32 not sdl2. =2D-8<---------------cut here---------------start------------->8--- > guix size sdl2 | grep glu > guix size eduke32 | grep glu =2D-8<---------------cut here---------------end--------------->8--- It seems to be loaded at runtime. We could wrap the "eduke32" binary, but I wonder if we could do any better. Any advice for this? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlxv8q8ACgkQm9z0l6S7 zH9aYgf+M2MTRQtJdrnNnnIRv9ojvB7MY4N1VQeFouKowXfI8/VwTP/cecgLj9Rz AgPLw9fz3kOlD4gEI9Cq6aKJEMSRVVQo0XHVeFKxYsAEtXeFCe2m8Qjhmnjx/Rws ylRNPyAOKt9N+OL8QUjUc6WvXY2Wz/COpKI16Tttel9DWlkCRsNAaoRruIvTj3rO t9+mL15uziYY7rWCwJicjJXOA3n6qT4RIY25xTI+Q6x8VHKPiv3jKRfTNB0a6oQ9 rriAYH9vfTYY/Hhg2djrVQN9VHUFVZX4IX/o7DZCKL8SDmXE2W+BrYVBanaWt5Yg H7a9zxAXCX0Z5aPi9lFwhadzG/yONg== =CqUG -----END PGP SIGNATURE----- --=-=-=--