From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul van der Walt Subject: Re: Everything segfaults Date: Wed, 15 Jun 2016 00:27:36 +0200 Message-ID: <87a8ino17r.fsf@Cage.localdomain> References: <87bn3a2xtl.fsf@Cage.localdomain> <20160609172825.GA2080@solar> <874m8vpqqs.fsf@Cage.localdomain> <87shwffnoy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCwoW-0003Id-1E for help-guix@gnu.org; Tue, 14 Jun 2016 18:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCwoQ-0003v6-1q for help-guix@gnu.org; Tue, 14 Jun 2016 18:28:02 -0400 In-reply-to: <87shwffnoy.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix@gnu.org On 2016-06-14 at 23:46 CEST+0200, quoth Ludovic Courtès: >> $ echo $LD_LIBRARY_PATH >> /home/paul/GNUstep/Library/Libraries:/usr/lib > > Just unset it, it shouldn’t be needed, and it’s evil! > > Binaries of the host distro will undoubtedly look for libraries in > /usr/lib even when LD_LIBRARY_PATH is unset. As for GNUstep, I’m not > sure, but most likely everything will be fine. Okay, that did it. Eventually it turned out that a package `gnustep-make` had created a file in my distro's /etc/profile.d/ folder which was setting this variable. Removing the package (a dependency of some software i don't use any more) solved the issue. Thanks! Now i just need to figure out why fonts in Emacs (installed from Guix) seem whack... :/ But that's for tomorrow. Bye now, and thanks! p.