unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 56545@debbugs.gnu.org
Subject: bug#56545: guix time-machine/shell throws "unsupported manifest format" error
Date: Wed, 13 Jul 2022 20:53:54 -0400	[thread overview]
Message-ID: <87pmi8y0nx.fsf@gmail.com> (raw)

Hi Guix,

I recently tried re-entering an older environment via:

$ guix describe
Generation 128  Jul 06 2022 14:50:39    (current)
  guix 17892c5
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 17892c5f9c5c5c93325884834a58cc2a4fafa51f
  sfl-packages 6385881
    repository URL: https://gitlab.com/Apteryks/sfl-guix-channel
    branch: master
    commit: 6385881124429016f750b0f562b70e07f592275e
    
$ guix time-machine -C channels.scm -- shell

with in the current directory the project manifest file:

--8<---------------cut here---------------start------------->8---
(packages->manifest
 (map specification->package
      (list
       ;; General utilities.
       "bash"
       "coreutils"
       "cpio"
       "cqfd"
       "findutils"
       "gawk"
       "git"
       "grep"
       "gzip"
       "info-reader"                   ;to generate the info dir entry
       "less"                          ;for a better git experience
       "make"
       "man-db"                     ;to generate the manpages database
       "pandoc"
       "pict"
       "sed"
       "openssh"                        ;for the SSH client used by git
       "tar"
       "tree"
       "wget"

       ;; Python and libraries.
       "python-matplotlib"
       "python-paramiko"
       "python-robotframework"
       "python-robotframework-datadriver"
       "python-robotframework-sshlibrary"
       "python-robotframework-stacktrace"
       "python-scp"
       "python-selenium"
       "python-tenacity"
       "python-wrapper"

       ;; Drivers
       "python-labjack"

       ;; Development tools.
       "python-flake8"
       "python-flake8-isort"
       "python-ipython"
       "python-ipython-documentation"
       ;; To use ipdb with Python's breakpoint():
       ;; 'export PYTHONBREAKPOINT=ipdb.sset_trace'
       ;; then set 'breakpoint()' in Python sources or
       ;; 'Evaluate breakpoint()' in RobotFramework sources.
       "python-ipdb"
       "python-isort"
       "python-pdbpp"                   ;for the 'sticky' mode
       "python-pylint"
       "python-robotframework-lint"

       ;; Browsers.
       "icecat"
       "ungoogled-chromium")))
--8<---------------cut here---------------end--------------->8---

and the channels.scm file:

--8<---------------cut here---------------start------------->8---
(list (channel
       (inherit %default-guix-channel)
       (commit
        "ceeb2bfcaeb4380e01d26c8425e28b94ac13558a"))) ;2022-06-07
--8<---------------cut here---------------end--------------->8---

and was surprised to be greeted with the following error:


--8<---------------cut here---------------start------------->8---
(repl-version 0 1 1)
(exception %exception (non-self-quoting 140737300283024 "#<&message message: \"unsupported manifest format\">"))
/var/log/guix/drvs/j8/0wjfx7s7nxhcn0wjxfysnnv2knx0c1-guix-package-cache.drv (END)
--8<---------------cut here---------------end--------------->8---

What does it mean?  Which manifest is it referring to?

Thanks,

Maxim




             reply	other threads:[~2022-07-14  0:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14  0:53 Maxim Cournoyer [this message]
2022-07-17 19:31 ` bug#56545: guix time-machine/shell throws "unsupported manifest format" error Ludovic Courtès
2022-07-18 11:04   ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmi8y0nx.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=56545@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).