From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Rollback problems Date: Sun, 27 Jan 2013 18:06:24 +0100 Message-ID: <87ham24ktr.fsf@gnu.org> References: <201301232148.46744.andreas@enge.fr> 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]:52589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzVgZ-0007r9-TY for bug-guix@gnu.org; Sun, 27 Jan 2013 12:06:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzVgY-0004B1-SS for bug-guix@gnu.org; Sun, 27 Jan 2013 12:06:27 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:16164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzVgY-0004Aq-MD for bug-guix@gnu.org; Sun, 27 Jan 2013 12:06:26 -0500 In-Reply-To: <201301232148.46744.andreas@enge.fr> (Andreas Enge's message of "Wed, 23 Jan 2013 21:48:46 +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: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > $ guix-package --roll-back > error: no previous profile; not rolling back > > No links are changed. I think in this case, rollback should create the=20 > "empty profile" and have $PERUSER/guix-profile-1-link point to it.=20 Implemented in d930726. Ludo=E2=80=99.