From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32018: Guixsd pull error on very old install Date: Mon, 02 Jul 2018 11:39:40 +0200 Message-ID: <87o9fqj7s3.fsf@gnu.org> References: 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]:51043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fZvJY-00077B-BR for bug-guix@gnu.org; Mon, 02 Jul 2018 05:40:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fZvJT-0007wN-DW for bug-guix@gnu.org; Mon, 02 Jul 2018 05:40:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34718) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fZvJT-0007wC-93 for bug-guix@gnu.org; Mon, 02 Jul 2018 05:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fZvJT-0002Ed-0p for bug-guix@gnu.org; Mon, 02 Jul 2018 05:40:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (swedebugia's message of "Sat, 30 Jun 2018 13:53:12 +0200") 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: swedebugia Cc: 32018@debbugs.gnu.org Hello, swedebugia skribis: > Trying to get an updated an old GuixSD installation via guix pull on a pr= e 0.10 GuixSD returned an error message about gexp-modules not found. (deta= ils can be provided if asked).=20 Could you post the full backtrace? > I suggest we either test pulling from old versions (and fix errors) or ma= ke it clear in the manual that pulling from very old GuixSD (older than 0.1= 2?) is not supported. Pulling from a very old Guix may not work. We try hard to keep things running, but the old =E2=80=98guix pull=E2=80=99 had defects, plus the file build-aux/build-self.scm (which =E2=80=98guix pull=E2=80=99 runs) might use= features not found in very old versions. > Stating this clearly help people know what to expect. I agree. Thanks, Ludo=E2=80=99.