From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36811: Guix fails to build with libgc 8.0.4 Date: Mon, 18 Nov 2019 15:13:06 +0100 Message-ID: <87o8x9i87h.fsf@gnu.org> References: <154d15a4-2851-6cc3-16b1-b020e27e02e9@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <154d15a4-2851-6cc3-16b1-b020e27e02e9@web.de> (Jonathan Brielmaier's message of "Thu, 25 Jul 2019 20:26:15 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sender: "bug-guile" To: Jonathan Brielmaier Cc: 36811@debbugs.gnu.org, bug-guix@gnu.org List-Id: bug-guix.gnu.org 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 started to look around what could differ between Tumbleweed and > guix environment. My first assumption was kind of hit :) > > Tumbleweed is built since some days with libgc 8.0.4 and Guix is still > on 7.6.6. In my home project[0] I have built now Guix (and Guile) with > libgc 7.6.4, the version Tumbleweed used before. Guix builds now with > `make -j4` and greater again on Tumbleweed... > > So it seems that guile is not compatible with libgc 8.x yet? Is this > correct? To isolate the problem, how about: 1. Defining a Guix package for libgc 8.0.4; 2. Running =E2=80=9Cguix build guile --with-input=3Dlibgc@7=3Dlibgc@8=E2= =80=9D (or defining a package along these lines). ? Thanks in advance, Ludo=E2=80=99.