From: zimoun <zimon.toutoune@gmail.com>
To: Arun Isaac <arunisaac@systemreboot.net>,
Josselin Poiret <dev@jpoiret.xyz>,
57306@debbugs.gnu.org
Subject: bug#57306: guix pull to old commit fails due to unsupported manifest format
Date: Mon, 29 Aug 2022 23:36:49 +0200 [thread overview]
Message-ID: <878rn6vij2.fsf@gmail.com> (raw)
In-Reply-To: <87y1v6yh75.fsf@systemreboot.net>
Hi,
On mar., 30 août 2022 at 01:07, Arun Isaac <arunisaac@systemreboot.net> wrote:
> Thanks, Josselin! I have asked at #56441 whether it may be reopened.
From my understanding, it is another side effect of
4ff12d1de7cd617b791996ee7ca1240660b4c20e. Commit
9b8c442b254b82196fe2492142b3c3bbbd891a1b is the parent of 4ff12d.
Using a recent commit,
--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 6 août 19 2022 12:36:01 (current)
guix 65cabb0
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 65cabb010e3388d10f9b25ec560bfcfab5f810d4
--8<---------------cut here---------------end--------------->8---
‘generate-package-cache’ passes…
--8<---------------cut here---------------start------------->8---
$ guix pull --commit=9b8c442b254b82196fe2492142b3c3bbbd891a1b -p /tmp/old-ko-describe
[...]
$ /tmp/old-ko-describe/bin/guix describe
guix describe: error: unsupported manifest format
--8<---------------cut here---------------end--------------->8---
…but not “guix describe”. Indeed, version 4:
--8<---------------cut here---------------start------------->8---
$ cat /tmp/old-ko-describe/manifest | grep -A 1 '(manifest'
(manifest
(version 4)
--8<---------------cut here---------------end--------------->8---
Note that,
--8<---------------cut here---------------start------------->8---
$ guix pull --commit=4ff12d1de7cd617b791996ee7ca1240660b4c20e -p /tmp/old-ok
$ /tmp/old-ok/bin/guix describe
Generation 1 août 29 2022 22:49:56 (current)
guix 4ff12d1
repository URL: https://git.savannah.gnu.org/git/guix.git
commit: 4ff12d1de7cd617b791996ee7ca1240660b4c20e
$ /tmp/old-ok/bin/guix pull --commit=9b8c442b254b82196fe2492142b3c3bbbd891a1b -p /tmp/old-ko
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git 9b8c442
Computing Guix derivation for 'x86_64-linux'... -
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
The following derivation will be built:
/gnu/store/r5qk23fibxn5ryd2k7b8qkbryqv4m3ds-profile.drv
building package cache...
|builder for `/gnu/store/19nk2x26s0dp68r7d36ifbg0ck0q3xps-guix-package-cache.drv' failed to produce output path `/gnu/store/axqgrls563slnp76x60dqlv7sdwcm2ly-guix-package-cache'
build of /gnu/store/19nk2x26s0dp68r7d36ifbg0ck0q3xps-guix-package-cache.drv failed
View build log at '/var/log/guix/drvs/19/nk2x26s0dp68r7d36ifbg0ck0q3xps-guix-package-cache.drv.gz'.
cannot build derivation `/gnu/store/r5qk23fibxn5ryd2k7b8qkbryqv4m3ds-profile.drv': 1 dependencies couldn't be built
guix pull: error: build of `/gnu/store/r5qk23fibxn5ryd2k7b8qkbryqv4m3ds-profile.drv' failed
--8<---------------cut here---------------end--------------->8---
Well, it appears to me easier if bug#57306 remains closed since ’guix
time-machine’ is fixed; as it was the subject.
Cheers,
simon
<http://issues.guix.gnu.org/issue/57306>
next prev parent reply other threads:[~2022-08-29 21:38 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-20 9:37 bug#57306: guix pull to old commit fails due to unsupported manifest format Arun Isaac
2022-08-20 9:40 ` paren--- via Bug reports for GNU Guix
2022-08-20 9:45 ` Arun Isaac
2022-08-20 10:23 ` paren--- via Bug reports for GNU Guix
2022-08-21 7:00 ` Josselin Poiret via Bug reports for GNU Guix
2022-08-29 19:37 ` Arun Isaac
2022-08-29 21:36 ` zimoun [this message]
2022-08-30 16:42 ` Arun Isaac
2022-08-30 17:20 ` zimoun
2022-08-29 14:59 ` zimoun
2022-08-29 19:41 ` Arun Isaac
2022-08-31 11:06 ` Ludovic Courtès
2022-08-31 13:15 ` zimoun
2022-09-01 7:42 ` Ludovic Courtès
2022-09-01 8:50 ` zimoun
2022-08-31 13:38 ` Arun Isaac
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=878rn6vij2.fsf@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=57306@debbugs.gnu.org \
--cc=arunisaac@systemreboot.net \
--cc=dev@jpoiret.xyz \
/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).