From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Veber Subject: Re: List available versions of package. Date: Wed, 26 Jun 2019 20:32:29 +0200 Message-ID: References: <87ftohqg9l.fsf@nckx> <871rzltp4e.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44987) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgCiv-0003ZF-VZ for help-guix@gnu.org; Wed, 26 Jun 2019 14:32:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgCis-0002lV-GO for help-guix@gnu.org; Wed, 26 Jun 2019 14:32:49 -0400 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:54985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgCiq-0002hD-Ce for help-guix@gnu.org; Wed, 26 Jun 2019 14:32:46 -0400 Received: by mail-wm1-x32f.google.com with SMTP id g135so3125143wme.4 for ; Wed, 26 Jun 2019 11:32:41 -0700 (PDT) In-Reply-To: <871rzltp4e.fsf@nckx> 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: Tobias Geerinckx-Rice Cc: help-guix@gnu.org Hi Tobias, Le mar. 11 juin 2019 =C3=A0 09:43, Philippe Veber > a =C3=A9crit : > > Hello Tobias, and thanks a lot for your answer! > > I completely missed this reply. I am so sorry. > Really no worries, and thanks for lending your help! > > Philippe Veber wrote: > > Hello everyone, > > > > FWIW, I tried the exact example given in the manual [0] and it > > failed, > > although for a different reason. It does a lot of work until it > > reaches an > > exception (the build of profile.drv fails). Could someone > > confirm this > > should work? > > Pasting the contents of that first code box into =E2=80=98foo=E2=80=99 an= d running > =E2=80=98guix environment -m foo=E2=80=99 works fine for me on today's gu= ix. > > Could you tell us which command you're using and what the result > is? > The command is guix environment --manifest=3Dmanifest.scm and the log is available here: https://gist.github.com/pveber/c6e9437f4964ec9f00e7f1ec6cccce52 > > > Also, is it expected that packages from guix commits dating > > from a few years ago will still work in this setting? Thanks! > > I'm not sure. There have been some watershed moments in those > years, and I don't know how well inferiors would isolate those > changes, if at all. > Ok, that limitation makes a lot of sense. I think I'll follow Ricardo's advice to enable installation of old versions. Again, thanks a lot! ph.