From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: G-golf Date: Mon, 15 Jan 2018 08:21:21 +0100 Message-ID: <20180115082121.5afb13aa@scratchpost.org> References: <20180114122057.6316d606@capac> <20180114202347.23cb413d@capac> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaz5J-0007Od-3e for guix-devel@gnu.org; Mon, 15 Jan 2018 02:21:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eaz5E-0005nB-5C for guix-devel@gnu.org; Mon, 15 Jan 2018 02:21:33 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:44468) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eaz5D-0005mn-UN for guix-devel@gnu.org; Mon, 15 Jan 2018 02:21:28 -0500 In-Reply-To: <20180114202347.23cb413d@capac> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Catonano Cc: guix-devel Hi, On Sun, 14 Jan 2018 20:23:47 -0200 David Pirotte wrote: > And writing this I just remember Ludovic saying to someone recently that Guix does > not honor /etc/ld.so.conf, so you probably have to > > export LD_LIBRARY_PATH= Yeah, so either wrap the script via calling "wrap-program" (which will do the above), or, better, make the Guix package substitute the literal shared library filenames (in dynamic-link) in the source file by the absolute paths. (Actually, wrap-program is often called automatically - for example by glib-or-gtk-build-system and python-build-system)