Re: [core-updates] Native build of make-boot0 fails on missing zstd

2024-01-21 Thread Maxim Cournoyer
Hello, Janneke Nieuwenhuizen writes: [...] > As mentioned on IRC, this fixes it for me; thanks! Great! I'm tentatively including many other patches I had lined up for the next world rebuild that I've picked from guix-patches, to turn this wasted computing cycles into an opportunity. -- Than

Re: [core-updates] Native build of make-boot0 fails on missing zstd

2024-01-21 Thread Janneke Nieuwenhuizen
Maxim Cournoyer writes: Hi Maxim, > Janneke Nieuwenhuizen writes: > >> Maxim Cournoyer writes: >> >> Hi, >> >>> Efraim Flashner writes: >>> On Sun, Jan 21, 2024 at 10:33:37AM +0100, Janneke Nieuwenhuizen wrote: > My previous diff included yet another bug... here's one that seems to > work

Re: [core-updates] Native build of make-boot0 fails on missing zstd

2024-01-21 Thread Maxim Cournoyer
Hi Janneke, Janneke Nieuwenhuizen writes: > Maxim Cournoyer writes: > > Hi, > >> Efraim Flashner writes: >> >>> On Sun, Jan 21, 2024 at 10:33:37AM +0100, Janneke Nieuwenhuizen wrote: Hi! On core-updates, running ./pre-inst-env guix build --system=i586-gnu -e '(@@

Re: [core-updates] Native build of make-boot0 fails on missing zstd

2024-01-21 Thread Janneke Nieuwenhuizen
Maxim Cournoyer writes: Hi, > Efraim Flashner writes: > >> On Sun, Jan 21, 2024 at 10:33:37AM +0100, Janneke Nieuwenhuizen wrote: >>> Hi! >>> >>> On core-updates, running >>> >>> ./pre-inst-env guix build --system=i586-gnu -e '(@@ (gnu packages >>> commencement) gnu-make-boot0)' >>> >>>

Re: [core-updates] Native build of make-boot0 fails on missing zstd

2024-01-21 Thread Maxim Cournoyer
Hello, Efraim Flashner writes: > On Sun, Jan 21, 2024 at 10:33:37AM +0100, Janneke Nieuwenhuizen wrote: >> Hi! >> >> On core-updates, running >> >> ./pre-inst-env guix build --system=i586-gnu -e '(@@ (gnu packages >> commencement) gnu-make-boot0)' >> >> fails for me with >> >> sh: z

Re: [core-updates] Native build of make-boot0 fails on missing zstd

2024-01-21 Thread Efraim Flashner
On Sun, Jan 21, 2024 at 10:33:37AM +0100, Janneke Nieuwenhuizen wrote: > Hi! > > On core-updates, running > > ./pre-inst-env guix build --system=i586-gnu -e '(@@ (gnu packages > commencement) gnu-make-boot0)' > > fails for me with > > sh: zstd: command not found > > See log below. FW

[core-updates] Native build of make-boot0 fails on missing zstd

2024-01-21 Thread Janneke Nieuwenhuizen
Hi! On core-updates, running ./pre-inst-env guix build --system=i586-gnu -e '(@@ (gnu packages commencement) gnu-make-boot0)' fails for me with sh: zstd: command not found See log below. FWIW, using --system=i686-linux for example, works fine. To be able to run this, you'll have to