bug#58247: Using guix time-machine results in unsupported manifest format error

2022-12-04 Thread Ludovic Courtès
Hi, zimoun skribis: > This issue is about the upgrade of manifest version from 3 to 4. For > references, > > > > On Mon, 03 Oct 2022 at 00:10, zimoun wrote: > >> Well, I do not know if a fix is possible. The issue is a >> backward compatibility

bug#58247: Using guix time-machine results in unsupported manifest format error

2022-10-20 Thread david larsson
On 2022-10-03 00:10, zimoun wrote: [..] Let try the converse, --8<---cut here---start->8--- $ guix time-machine --commit=729ce5f -- package -i hello -p /tmp/old $ cat /tmp/old/manifest | grep -A 1 '(manifest' (manifest (version 4) $ guix package

bug#58247: Using guix time-machine results in unsupported manifest format error

2022-10-19 Thread zimoun
Hi, This issue is about the upgrade of manifest version from 3 to 4. For references, On Mon, 03 Oct 2022 at 00:10, zimoun wrote: > Well, I do not know if a fix is possible. The issue is a > backward compatibility issue. Ludo, what is your

bug#58247: Using guix time-machine results in unsupported manifest format error

2022-10-02 Thread zimoun
Hi, On Sun, 02 Oct 2022 at 20:57, david larsson wrote: > On 2022-10-02 19:02, zimoun wrote: >> It is probably because an issue with version of manifest; e.g, fixed by >> 67a6828b2bb821274757f686f7c685b664339a96. See >> . > > Note that the commit I'm on, is

bug#58247: Using guix time-machine results in unsupported manifest format error

2022-10-02 Thread david larsson
On 2022-10-02 19:02, zimoun wrote: [..] It is probably because an issue with version of manifest; e.g, fixed by 67a6828b2bb821274757f686f7c685b664339a96. See . Note that the commit I'm on, is from 2 days ago, which is after the fix commit you're

bug#58247: Using guix time-machine results in unsupported manifest format error

2022-10-02 Thread zimoun
Hi, On dim., 02 oct. 2022 at 13:17, david larsson wrote: > Im on commit 729ce5f and Im running: guix time-machine --commit=7e8e070 > -- package -i hello > > and it outputs: > >guix package: error: unsupported manifest format It is probably because an issue with version of manifest; e.g,

bug#58247: Using guix time-machine results in unsupported manifest format error

2022-10-02 Thread david larsson
Hi, Im on commit 729ce5f and Im running: guix time-machine --commit=7e8e070 -- package -i hello and it outputs: guix package: error: unsupported manifest format I have tried nesting time-machine as well like: guix time-machine --commit= -- time-machine --commit= -- package -i hello