From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggsout.gnu.org ([209.51.188.92]:50040 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfwx7-00044W-79 for guix-patches@gnu.org; Sat, 05 Jan 2019 20:10:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfwx4-0006qT-3f for guix-patches@gnu.org; Sat, 05 Jan 2019 20:10:09 -0500 Received: from debbugsout.gnu.org ([209.51.188.43]:52901) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gfwx0-0006it-SU for guix-patches@gnu.org; Sat, 05 Jan 2019 20:10:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gfwx0-0008JU-DG for guix-patches@gnu.org; Sat, 05 Jan 2019 20:10:02 -0500 Subject: [bug#26736] [PATCH] gnu: libgc: Fix Check for Hurd systems. Resent-Message-ID: References: <87va32a9hz.fsf@posteo.net> From: Manolis Ragkousis Message-ID: <34060a93-ec86-5a62-e694-46a272f8fe35@gmail.com> Date: Sun, 6 Jan 2019 03:09:07 +0200 MIME-Version: 1.0 In-Reply-To: <87va32a9hz.fsf@posteo.net> Content-Type: text/plain; charset=utf-8 Content-Language: English & Greek Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26736-done@debbugs.gnu.org, kkebreau@posteo.net, rennes@openmailbox.org Hello Kei, Was this ticket still open? I will close it now. Thank you, Manolis On 1/6/19 2:57 AM, Kei Kebreau wrote: > This patch was pushed several months ago. > > Manolis Ragkousis writes: > >> Hello Rene, >> >> LGTM. >> >> I will push it to core-updates. >> >> Thank you, >> Manolis >> >> On 05/01/2017 06:47 PM, rennes wrote: >>> This patch is libgc for core-updates. >>> >>> On GNU/Hurd systems during the 'Check' phase, there is a deadlock caused >>> by the 'gctest' test. >>> >>> We set "--disable-gcj-support" to configure script to pass the 'gctest' >>> test. >>> >>> bug report: >>> https://lists.opendylan.org/pipermail/bdwgc/2017-April/006275.html >>> discussion: >>> https://lists.gnu.org/archive/html/bug-hurd/2017-01/msg00008.html >>> >>> Tested in Linux-x86_64, Hurd and cross-compiling (master branch). > > >