From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23389: segfault for non-root user Date: Fri, 29 Apr 2016 14:39:32 +0200 Message-ID: <878tzwr3ln.fsf@gnu.org> References: <874mam2355.fsf@gmail.com> <87oa8uhrig.fsf@gnu.org> <87inz0ras5.fsf@gmail.com> 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]:51187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw7jR-0001Dn-5A for bug-guix@gnu.org; Fri, 29 Apr 2016 08:41:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aw7jF-0003Ta-Am for bug-guix@gnu.org; Fri, 29 Apr 2016 08:41:11 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aw7jF-0003S9-6Q for bug-guix@gnu.org; Fri, 29 Apr 2016 08:41:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1aw7jB-00065i-RM for bug-guix@gnu.org; Fri, 29 Apr 2016 08:41:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87inz0ras5.fsf@gmail.com> (Myles English's message of "Fri, 29 Apr 2016 11:04:26 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Myles English Cc: 23389@debbugs.gnu.org, request@debbugs.gnu.org tags 23389 notabug close 23389 thanks Myles English skribis: > Ludovic Court=C3=A8s writes: > >> Myles English skribis: >> >>> Just installed binary x86-64 nix on Arch Linux as per instructions here: >>> >>> http://www.gnu.org/software/guix/manual/guix.html#Binary-Installation >>> >>> The install for root when well and the hello sample package installed >>> fine. Then I went to setup my user as described here: >>> >>> http://www.gnu.org/software/guix/manual/guix.html#Application-Setup >>> >>> but got a segfault at: >>> >>> $ guix package -i glibc-locales >>> >>> and in fact even just >>> >>> $ guix >> >> Is LD_LIBRARY_PATH or LD_PRELOAD set in your environment? > > This was set: > > LD_LIBRARY_PATH=3D/home/myles/GNUstep/Library/Libraries:/usr/lib > > so I uninstalled GNUstep and rebooted, LD_LIBRARY_PATH is unset and this > works: > > $ guix package -i glibc-locales Great. >> What happens if you run: >> >> env -i `type -P guix` --help > > $ env -i `type -P guix` --help > zsh: bad option: -P Then something like: env -i `which guix` --help Anyway, the rest of your message confirms my intuition. Thanks, Ludo=E2=80=99.