From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32646: emacs-guix doesn't build, because of guile-gcrypt Date: Thu, 06 Sep 2018 11:09:15 +0200 Message-ID: <87r2i7kn5w.fsf@gnu.org> References: <877ejzpx00.fsf@lassieur.org> <875zzjpwhi.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxqIh-0001mv-Nk for bug-guix@gnu.org; Thu, 06 Sep 2018 05:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxqId-0002OI-6N for bug-guix@gnu.org; Thu, 06 Sep 2018 05:10:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxqId-0002Nm-09 for bug-guix@gnu.org; Thu, 06 Sep 2018 05:10:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fxqIc-0003UU-P0 for bug-guix@gnu.org; Thu, 06 Sep 2018 05:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <875zzjpwhi.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Wed, 05 Sep 2018 21:36:41 +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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32646@debbugs.gnu.org, Alex Kost Hi Clément, Clément Lassieur skribis: > GUILEC emacs-guix/hash.go > Backtrace: > In system/base/compile.scm: > 155:11 19 (_ #) > 235:18 18 (read-and-compile # # _ # €) > 183:32 17 (compile-fold (#) €) > In ice-9/boot-9.scm: > 2312:4 16 (save-module-excursion #) > In language/scheme/compile-tree-il.scm: > 31:15 15 (_) > In ice-9/psyntax.scm: > 1235:36 14 (expand-top-sequence ((define-module (emacs-guix #) €)) €) > 1182:24 13 (parse _ (("placeholder" placeholder)) ((top) #(# # €)) €) > 285:10 12 (parse _ (("placeholder" placeholder)) (()) _ c&e (# #) #) > In ice-9/eval.scm: > 293:34 11 (_ #) > In ice-9/boot-9.scm: > 2862:4 10 (define-module* _ #:filename _ #:pure _ #:version _ # _ €) > 2071:24 9 (call-with-deferred-observers #) > 2875:24 8 (_) > 222:29 7 (map1 (((ice-9 match)) ((srfi srfi-11)) ((guix #)) (#) €)) > 222:29 6 (map1 (((srfi srfi-11)) ((guix base16)) ((guix #)) (#) €)) > 222:29 5 (map1 (((guix base16)) ((guix base32)) ((guix hash)) #)) > 222:29 4 (map1 (((guix base32)) ((guix hash)) ((guix #)))) > 222:17 3 (map1 (((guix hash)) ((guix serialization)))) > 2791:6 2 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ €) > In unknown file: > 1 (scm-error misc-error #f "~A ~S" ("no code for modu€" €) €) > In ice-9/boot-9.scm: > 752:25 0 (dispatch-exception _ _ _) > > ice-9/boot-9.scm:752:25: In procedure dispatch-exception: > no code for module (guix hash) > make[2]: [Makefile:556: emacs-guix/hash.go] Error 1 (ignored) I suppose Emacs-Guix might need to use (gcrypt hash) instead. Any ideas, Alex? Thanks, Ludo.