From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84244 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: Gnus hangs when calling gpg Date: Wed, 26 Feb 2014 16:45:31 +0000 (UTC) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1393433217 15203 80.91.229.3 (26 Feb 2014 16:46:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Feb 2014 16:46:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32492@lists.math.uh.edu Wed Feb 26 17:47:04 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WIhdO-00035M-Rt for ding-account@gmane.org; Wed, 26 Feb 2014 17:47:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WIhcT-0004Dt-Bt; Wed, 26 Feb 2014 10:46:05 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WIhcR-0004Dh-U3 for ding@lists.math.uh.edu; Wed, 26 Feb 2014 10:46:03 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WIhcO-0007g0-0W for ding@lists.math.uh.edu; Wed, 26 Feb 2014 10:46:00 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WIhcL-0001Ps-VO for ding@gnus.org; Wed, 26 Feb 2014 17:45:57 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WIhcK-0006rR-C7 for ding@gnus.org; Wed, 26 Feb 2014 17:45:56 +0100 Original-Received: from AOrleans-656-1-146-136.w90-21.abo.wanadoo.fr ([90.21.129.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Feb 2014 17:45:56 +0100 Original-Received: from j.cubizolles by AOrleans-656-1-146-136.w90-21.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Feb 2014 17:45:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 90.21.129.136 (Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84244 Archived-At: On a fresh install, gnus hangs whenever it invokes gpg with: call-process("/usr/bin/gpg" nil (t nil) nil "--with-colons" "--list-config") apply(call-process "/usr/bin/gpg" nil (t nil) nil ("--with-colons" "--list-config")) epg-configuration() (epg-check-configuration (epg-configuration)) This happens when I try to byte-compile the latest git (stuck at building deuglify.el) or load 'gnus-registry. Whether it's a problem with gpg or Emacs, I don't know. I'm running Emacs 24.3.50.2 on Ubuntu 13.10. Any idea what I should try to investigate further ? Julien, stuck without gnus on his shiny new computer.