From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28144: bug#31294: Failed building dependencies for guix. Date: Tue, 01 May 2018 15:35:21 +0200 Message-ID: <878t93sdly.fsf@gnu.org> References: <87vaca578z.fsf@gnu.org> <87po2hyozt.fsf@gnu.org> <87po2gtn82.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDVRt-0008FB-8j for bug-guix@gnu.org; Tue, 01 May 2018 09:36:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDVRq-00083d-64 for bug-guix@gnu.org; Tue, 01 May 2018 09:36:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36936) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDVRq-00083F-22 for bug-guix@gnu.org; Tue, 01 May 2018 09:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fDVRp-0007BV-MS for bug-guix@gnu.org; Tue, 01 May 2018 09:36:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87po2gtn82.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 30 Apr 2018 23:10:05 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Fis Trivial Cc: 28144@debbugs.gnu.org, "31294@debbugs.gnu.org" <31294@debbugs.gnu.org> ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > It confirms that the bad code creates a structure with the empty > list as its =E2=80=98modules=E2=80=99 field instead of '((guix build util= s)). > > That=E2=80=99s clearly a Guile bug. This miscompilation issue involves =E2=80=9Csyntax parameters=E2=80=9D (bec= ause =E2=80=98with-imported-modules=E2=80=99 uses a syntax parameter), and it ve= ry likely has to do with the thread-safety issue I describe here: . Ludo=E2=80=99.