Re: Fwd: Building Guile with ‘-j1’?

2021-01-20 Thread Leo Prikler
Am Mittwoch, den 20.01.2021, 16:08 -0500 schrieb Mark H Weaver: > Leo Prikler writes: > > > There could potentially be another workaround by synchronizing > > inside > > guild, i.e. claiming a lock before reading and evaling any given > > source > > file. This would have the advantage of applyin

Re: Fwd: Building Guile with ‘-j1’?

2021-01-20 Thread Mark H Weaver
Leo Prikler writes: > There could potentially be another workaround by synchronizing inside > guild, i.e. claiming a lock before reading and evaling any given source > file. This would have the advantage of applying to all guile packages, > not just the ones that use guile-build-system, and it w

Re: Building Guile with ‘-j1’?

2021-01-20 Thread Mark H Weaver
Hi Ludovic, Ludovic Courtès writes: > As the saying goes, “the cobbler’s children go barefoot”. Guile/Guix > are no exception since Guile builds are non-reproducible, despite work > done a few years ago: > > https://issues.guix.gnu.org/20272 > > Until it’s fixed in Guile proper, what do you t

Re: wip-full-source-bootstrap: from a 357-byte `hex0' to 'hello'

2021-01-20 Thread Timothy Sample
Hi janneke, Jan Nieuwenhuizen writes: > I have reset Guix' wip-full-source-bootstrap branch with a first working > implementation of the, well, "Full Source Bootstrap" for x86-linux (and > x86_64-linux). This bootstrap is rooted in the 357-byte hex0-seed from > the Stage0 project (https://savan

Re: Building Guile with ‘-j1’?

2021-01-20 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hello, > As the saying goes, “the cobbler’s children go barefoot”. Guile/Guix > are no exception since Guile builds are non-reproducible, despite work > done a few years ago: > > https://issues.guix.gnu.org/20272 Ugh. Thanks for bringing this up again. Would you cons

Fwd: Building Guile with ‘-j1’?

2021-01-20 Thread Leo Prikler
Messed up ML address. --- Begin Message --- Hi Ludo, IIUC this issue potentially affects all packages, that use Guile to build more than two modules, no? There could potentially be another workaround by synchronizing inside guild, i.e. claiming a lock before reading and evaling any given source f

Re: Building Guile with ‘-j1’?

2021-01-20 Thread Gábor Boskovits
Hello, Ludovic Courtès ezt írta (időpont: 2021. jan. 20., Sze, 9:42): > > Hi! > > As the saying goes, “the cobbler’s children go barefoot”. Guile/Guix > are no exception since Guile builds are non-reproducible, despite work > done a few years ago: > > https://issues.guix.gnu.org/20272 > > Unti

Re: Building Guile with ‘-j1’?

2021-01-20 Thread zimoun
Hi Ludo, On Wed, 20 Jan 2021 at 09:41, Ludovic Courtès wrote: > Until it’s fixed in Guile proper, what do you think of building Guile > 2.0/2.2/3.0 with #:parallel-build? #f ? We could do that in > ‘core-updates’ now. [...] > We could also disable parallel builds in ‘guile-build-system’. It’

Building Guile with ‘-j1’?

2021-01-20 Thread Ludovic Courtès
Hi! As the saying goes, “the cobbler’s children go barefoot”. Guile/Guix are no exception since Guile builds are non-reproducible, despite work done a few years ago: https://issues.guix.gnu.org/20272 Until it’s fixed in Guile proper, what do you think of building Guile 2.0/2.2/3.0 with #:para