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: Thu, 28 Apr 2016 14:00:55 +0200 Message-ID: <87oa8uhrig.fsf@gnu.org> References: <874mam2355.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]:39830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avkdy-0004xk-RT for bug-guix@gnu.org; Thu, 28 Apr 2016 08:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avkdt-0005rw-TN for bug-guix@gnu.org; Thu, 28 Apr 2016 08:02:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avkdt-0005rq-QB for bug-guix@gnu.org; Thu, 28 Apr 2016 08:02:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1avkdt-00056u-KK for bug-guix@gnu.org; Thu, 28 Apr 2016 08:02:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874mam2355.fsf@gmail.com> (Myles English's message of "Wed, 27 Apr 2016 21:44:06 +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 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? What happens if you run: env -i `type -P guix` --help What does =E2=80=9Cinfo files=E2=80=9D say in GDB? Thank you for the bug report! Ludo=E2=80=99.