From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 'guix-package -I' and 'guix-package -A' fail with an OOM error Date: Mon, 21 Jan 2013 21:21:25 +0100 Message-ID: <87d2wy8eyi.fsf@gnu.org> References: <8738xvurbf.fsf@karetnikov.org> <50FCBD7E.6020206@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 ([208.118.235.92]:59493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxNs0-0004ju-Sv for bug-guix@gnu.org; Mon, 21 Jan 2013 15:21:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxNrz-0004n8-4x for bug-guix@gnu.org; Mon, 21 Jan 2013 15:21:28 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:3987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxNry-0004mv-Uh for bug-guix@gnu.org; Mon, 21 Jan 2013 15:21:27 -0500 In-Reply-To: <50FCBD7E.6020206@gmail.com> (Cyril Roelandt's message of "Mon, 21 Jan 2013 05:01:02 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Cyril Roelandt Cc: bug-guix@gnu.org Cyril Roelandt skribis: > I think it's because of this bug : > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13176 > > The current workaround is : > $ ./pre-inst-env ./guix-package -I "" Right, this or the long option names: guix-package --list-installed guix-package --list-available Ludo=E2=80=99.