bug#36812: Guix fails to build with libgc 8.0.4

2019-07-25 Thread Jonathan Brielmaier
Some days ago Guix failed to build on openSUSE Tumbleweed. Today I started to investigate it. 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 `gu

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 bui

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 /gnu/store/xrcl2csd0ps5n0zwj8r7knkxjnz4pfbh-guile-2.2.6/bi

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 host=x86_64-unknown

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 the

bug#38890: 2.9.8 fails to build on 32bit (armv7l and i586)

2020-01-03 Thread Jonathan Brielmaier
While building guile 2.9.8 on openSUSE Tumbleweed, you get the same build failure on armv7l and i586. So I assume it has something to do with 32bit. libtool: compile: gcc -std=gnu11 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -iquote. -I../libguile/lightening -I/home/abuild/

bug#38890: 2.9.8 fails to build on 32bit (armv7l and i586)

2020-01-11 Thread Jonathan Brielmaier
The build failure was fixed in commit 74f46efc73012c508850749579cef927e895726b. Build is now fine again on armv7l and i586.

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

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 Gui

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 > > Coul

bug#36811: Guix fails to build with libgc 8.0.4

2020-03-12 Thread Jonathan Brielmaier