bug#36811: Guix fails to build with libgc 8.0.4

2020-03-12 Thread Jonathan Brielmaier

bug#36811: Guix fails to build with libgc 8.0.4

2020-03-12 Thread Ludovic Courtès
Jonathan Brielmaier skribis: > On 11.03.20 15:13, Ludovic Courtès wrote:> With Guile 3.0.1 + the patch for >> , the command above succeeds. >> >> Specifically: >> >> guix pull --commit=e4b5bdf7993590fefeb7182ae71beec4a9f69e3f >> guix build

bug#36811: Guix fails to build with libgc 8.0.4

2020-03-12 Thread Jonathan Brielmaier
On 11.03.20 15:13, Ludovic Courtès wrote:> With Guile 3.0.1 + the patch for > , the command above succeeds. > > Specifically: > > guix pull --commit=e4b5bdf7993590fefeb7182ae71beec4a9f69e3f > guix build --with-input=libgc@7=libgc@8 guile3.0-guix > >

bug#36811: Guix fails to build with libgc 8.0.4

2020-03-11 Thread Ludovic Courtès
Hi Jonathan, Ludovic Courtès skribis: > As discussed yesterday on #guix, I tried this: > > guix build guile3.0-guix --with-input=libgc@7=libgc@8 With Guile 3.0.1 + the patch for , the command above succeeds. Specifically: guix pull

bug#36811: Guix fails to build with libgc 8.0.4

2020-02-06 Thread Jonathan Brielmaier
On 06.02.20 15:07, Ludovic Courtès wrote: Hi Jonathan, As discussed yesterday on #guix, I tried this: guix build guile3.0-guix --with-input=libgc@7=libgc@8 as of Guix commit 9d0dfd9a9a7c43363a4e140c20d49f119fe6f2e3. Guile 3.0.0 itself builds fine (test suite included), but the build of

bug#36811: Guix fails to build with libgc 8.0.4

2020-02-06 Thread Ludovic Courtès
Hi Jonathan, As discussed yesterday on #guix, I tried this: guix build guile3.0-guix --with-input=libgc@7=libgc@8 as of Guix commit 9d0dfd9a9a7c43363a4e140c20d49f119fe6f2e3. Guile 3.0.0 itself builds fine (test suite included), but the build of Guix crashes like this (on x86_64-linux-gnu):

bug#36811: Guix fails to build with libgc 8.0.4

2020-02-03 Thread Jonathan Brielmaier
Just for the record: Ludo added libgc-8 in 69961ac3b9db2dbb99abb5c45ff6be3a9c01b5de on master. It's not yet used, so we need to replace libgc-7.6 with it and see how it goes...

bug#36811: Guix fails to build with libgc 8.0.4

2019-11-20 Thread Jonathan Brielmaier
On 20.11.19 16:39, Ludovic Courtès wrote> I think so, yes. Can you post your patch to the libgc package, though? It’s weird that Guile passed its test suite but then crashes when compiling Guix. I already posted all I have in a previous mail: https://issues.guix.gnu.org/issue/36811#3 For

bug#36811: Guix fails to build with libgc 8.0.4

2019-11-20 Thread Ludovic Courtès
Jonathan Brielmaier skribis: > On 20.11.19 15:09, Ludovic Courtès wrote: >> Hi Jonathan, >> >> Jonathan Brielmaier skribis: >> >>> This failed with the same result: >>> >>> /gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash: >>> line 7: 25584 Aborted (core

bug#36811: Guix fails to build with libgc 8.0.4

2019-11-20 Thread Jonathan Brielmaier
On 20.11.19 15:09, Ludovic Courtès wrote: Hi Jonathan, Jonathan Brielmaier skribis: This failed with the same result: /gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash: line 7: 25584 Aborted (core dumped) XDG_CACHE_HOME=/nowhere

bug#36811: Guix fails to build with libgc 8.0.4

2019-11-20 Thread Ludovic Courtès
Hi Jonathan, Jonathan Brielmaier skribis: > This failed with the same result: > > /gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash: > line 7: 25584 Aborted (core dumped) > XDG_CACHE_HOME=/nowhere host=x86_64-unknown-linux-gnu srcdir="." > ./pre-inst-env >

bug#36811: Guix fails to build with libgc 8.0.4

2019-11-19 Thread Jonathan Brielmaier
This failed with the same result: /gnu/store/29jhbbg1hf557x8j53f9sxd9imlmf02a-bash-minimal-5.0.7/bin/bash: line 7: 25584 Aborted (core dumped) XDG_CACHE_HOME=/nowhere host=x86_64-unknown-linux-gnu srcdir="." ./pre-inst-env

bug#36811: Guix fails to build with libgc 8.0.4

2019-11-19 Thread Jonathan Brielmaier
On 18.11.19 15:13, Ludovic Courtès wrote: To isolate the problem, how about: 1. Defining a Guix package for libgc 8.0.4; 2. Running “guix build guile --with-input=libgc@7=libgc@8” (or defining a package along these lines). I did this and the build was fine as I expected. Guile

bug#36811: Guix fails to build with libgc 8.0.4

2019-11-18 Thread Ludovic Courtès
Hi Jonathan, Jonathan Brielmaier skribis: > Guix fails to build on Tumbleweed with `make -j4` or a greater thread > count (see guile_coredump_building_guix.log) > > It doesn't fail to build with `make -j3` or less threads and when > building inside of `guix environment --pure guix`. > > I then