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 unsupported
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 co
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 thinki
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
> > --8<---c
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
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 peculi
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, e
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 here