bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-09 Thread Diego Nicola Barbato
Hi Liliana, Liliana Marie Prikler writes: > Am Dienstag, dem 08.03.2022 um 13:33 -0500 schrieb Philip McGrath: [...] >> I don't know what the most correct way would be to write this code, >> but I think we could defer the error until someone attempts to build >> the package for the

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Liliana Marie Prikler
Am Dienstag, dem 08.03.2022 um 13:33 -0500 schrieb Philip McGrath: > I can see (at least) two paths forward: > >   1. `%nix-{arch,os}-to-chez-alist` could become many-to-one rather > than one-to-one. Presumably we'd use the first applicable entry > when going from Chez to Nix. > >   2. We

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Philip McGrath
On Tuesday, March 8, 2022 10:32:48 AM EST Liliana Marie Prikler wrote: > > The error appears to be that nix-system->chez-machine was rather poorly > coded and overlooked in review. In particular, i686 should probably > also default to the i386 case. > I must for some reason not have been

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Liliana Marie Prikler
Am Dienstag, dem 08.03.2022 um 09:00 +0100 schrieb Liliana Marie Prikler: > > I do think this is an issue with commit e8518c43 because > > > > --8<---cut here---start->8--- > > guix pull --commit=e8518c43 --system=i686-linux -p /tmp/guix > >

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-08 Thread Liliana Marie Prikler
Hi Diego, Am Montag, dem 07.03.2022 um 18:12 + schrieb Diego Nicola Barbato: > Hi Liliana, > > Liliana Marie Prikler writes: > > > Hi, > > > > Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola > > Barbato: > > > Hi Guix, > > > > > > Commit e8518c43 (gnu: Add stex) breaks guix

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Diego Nicola Barbato
Hi Liliana, Liliana Marie Prikler writes: > Hi, > > Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola Barbato: >> Hi Guix, >> >> Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the >> package cache hook, on i686-linux. > This series also fails on CI in a rather

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Liliana Marie Prikler
Hi, Am Montag, dem 07.03.2022 um 12:47 + schrieb Diego Nicola Barbato: > Hi Guix, > > Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the > package cache hook, on i686-linux. This series also fails on CI in a rather peculiar manner [1,2,3]. However, it succeeded on bordeaux,

bug#54292: Commit e8518c43 breaks guix pull on i686

2022-03-07 Thread Diego Nicola Barbato
Hi Guix, Commit e8518c43 (gnu: Add stex) breaks guix pull, specifically the package cache hook, on i686-linux. I.e. the following command --8<---cut here---start->8--- guix pull --commit=e8518c43 --system=i686-linux -p /tmp/guix --8<---cut