From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31740: guix pull failed with syntax error. Date: Thu, 07 Jun 2018 18:19:17 +0200 Message-ID: <87wovaa7sq.fsf@gnu.org> References: 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]:47672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQxdw-0006H9-OD for bug-guix@gnu.org; Thu, 07 Jun 2018 12:20:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQxdq-0003lA-VV for bug-guix@gnu.org; Thu, 07 Jun 2018 12:20:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58715) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQxdq-0003l6-RT for bug-guix@gnu.org; Thu, 07 Jun 2018 12:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQxdq-0004ES-MK for bug-guix@gnu.org; Thu, 07 Jun 2018 12:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Fis Trivial's message of "Wed, 6 Jun 2018 21:15:49 +0000") 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: 31740@debbugs.gnu.org Fis Trivial skribis: > compiling... 10.0% of 40 filesIn ice-9/psyntax.scm: > 1679:45 19 (parse _ _ _ _ _ _ _) > In ice-9/boot-9.scm: > 222:17 18 (map1 (((("l-10a3c941d34314a1-35bb" macro . #) ("placeholder" placeholder) ("l-10a3c941= d34314a1-35b7" lexical . #) ("l-10?" . #) ?) . #))) > In ice-9/psyntax.scm: > 2338:44 17 (expand-let _ _ _ ((line . 1347) (column . 0) (filename . "g= uix/store.scm")) (hygiene guix store) # _ _ ((# ?))) > 1679:45 16 (parse _ _ _ _ _ _ _) > In ice-9/boot-9.scm: > 222:17 15 (map1 (((("placeholder" placeholder) ("l-10a3c941d34314a1-35= d3" lexical . tail-10a3c941d34314a1-35d4) ("l-10a3c941d34314a1-35bb" macro = . #) ?) ?))) > In ice-9/psyntax.scm: > 1484:23 14 (_ _ _) > In ice-9/boot-9.scm: > 222:29 13 (map1 (# #)> # (#) (# # (# #) (# #)) > 222:17 12 (map1 (# (#) (# # (# #) (#= #)))>)) > In ice-9/psyntax.scm: > 1789:11 11 (lp ((# # (# #) (# #))) ()) > 1679:45 10 (parse _ _ _ _ _ _ _) > In ice-9/boot-9.scm: > 222:17 9 (map1 (((("placeholder" placeholder) ("l-10a3c941d34314a1-35= f3" lexical . result-10a3c941d34314a1-35f2) ("placeholder" placeholder) ("l= -10a3c941d34314a1-35d3" lexical . #) # # ?) . #))) > In ice-9/psyntax.scm: > 1407:23 8 (_ _ (# #) (# #)) > 1348:32 7 (syntax-type (# #) (("placehol= der" placeholder) ("l-10a3c941d34314a1-35f3" lexical . result-10a3c941d3431= 4a1-35f2) ("placeholder" placeholder) (# . #) ?) ?) > compiling... 12.5% of 40 files 1559:32 6 (expand-macro # _ _ _ _ _ _) > In ice-9/boot-9.scm: > 752:25 5 (dispatch-exception _ _ _) > 751:25 4 (dispatch-exception 1 syntax-error (return "return used outs= ide of 'with-monad'" ((line . 1347) (column . 0) (filename . "guix/store.sc= m")) (return result) #f)) > In ./guix/build/compile.scm: > 129:6 3 (_ _ . _) > In ice-9/boot-9.scm: > 829:9 2 (catch #t # # _) > In ./guix/build/compile.scm: > 132:21 1 (_) > In unknown file: > 0 (make-stack #t) > ./guix/build/compile.scm:132:21: Syntax error: > guix/store.scm:1348:0: return: return used outside of 'with-monad' in for= m (return result) > builder for `/gnu/store/9qm694macj2s9a528nshbzgqca19njdx-guix-core.drv' f= ailed with exit code 1 This is a tricky non-deterministic bug in Guile that isn=E2=80=99t fixed ye= t: https://bugs.gnu.org/27476 Thanks, Ludo=E2=80=99.