From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Everything segfaults Date: Tue, 14 Jun 2016 23:46:53 +0200 Message-ID: <87shwffnoy.fsf@gnu.org> References: <87bn3a2xtl.fsf@Cage.localdomain> <20160609172825.GA2080@solar> <874m8vpqqs.fsf@Cage.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCwAo-0005eN-LR for help-guix@gnu.org; Tue, 14 Jun 2016 17:47:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCwAi-0002Ii-QX for help-guix@gnu.org; Tue, 14 Jun 2016 17:47:01 -0400 In-Reply-To: <874m8vpqqs.fsf@Cage.localdomain> (Paul van der Walt's message of "Tue, 14 Jun 2016 20:30:51 +0200") 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: Paul van der Walt Cc: help-guix@gnu.org Hello! Paul van der Walt skribis: > On 2016-06-09 at 19:28, quoth Andreas Enge: >> the following looks very strange: >> >>> [very strange output] >> >> Your Guix less seems to open libraries from your Arch system, which are >> incompatible. Did you set LD_LIBRARY_PATH? >> Maybe you could try "ldd /home/paul/.guix-profile/bin/less". > > If i open a terminal, then > > $ echo $LD_LIBRARY_PATH=20 > /home/paul/GNUstep/Library/Libraries:/usr/lib Just unset it, it shouldn=E2=80=99t be needed, and it=E2=80=99s 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=E2=80=99m n= ot sure, but most likely everything will be fine. HTH! :-) Ludo=E2=80=99.