From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 18 09:13:12 2019 Received: (at submit) by debbugs.gnu.org; 18 Nov 2019 14:13:12 +0000 Received: from localhost ([127.0.0.1]:43349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWhmB-0005H7-Ra for submit@debbugs.gnu.org; Mon, 18 Nov 2019 09:13:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:54131) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iWhmA-0005Gy-5z for submit@debbugs.gnu.org; Mon, 18 Nov 2019 09:13:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53011) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iWhm9-0006fb-7N for bug-guix@gnu.org; Mon, 18 Nov 2019 09:13:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_20 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iWhm8-0003z8-UO; Mon, 18 Nov 2019 09:13:08 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=42374 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iWhm8-00086m-0s; Mon, 18 Nov 2019 09:13:08 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Jonathan Brielmaier Subject: Re: bug#36811: Guix fails to build with libgc 8.0.4 References: <154d15a4-2851-6cc3-16b1-b020e27e02e9@web.de> Date: Mon, 18 Nov 2019 15:13:06 +0100 In-Reply-To: <154d15a4-2851-6cc3-16b1-b020e27e02e9@web.de> (Jonathan Brielmaier's message of "Thu, 25 Jul 2019 20:26:15 +0200") Message-ID: <87o8x9i87h.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: bug-guix@gnu.org, 36811@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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.