From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87606 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: Major mess with nnimap running latest (today) git pull Date: Thu, 27 Jul 2017 17:37:39 +0200 Organization: not if I can help it Message-ID: <87r2x1zy9o.fsf@gmail.com> References: <86mv7pnbr3.fsf@local.lan> Reply-To: ding@gnus.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1501169880 8611 195.159.176.226 (27 Jul 2017 15:38:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 27 Jul 2017 15:38:00 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35820@lists.math.uh.edu Thu Jul 27 17:37:57 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dakrL-0001x9-LK for ding-account@gmane.org; Thu, 27 Jul 2017 17:37:55 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id 9187cd97-72e1-11e7-b087-b499baabecb2; Thu, 27 Jul 2017 15:37:59 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1dakrI-0005pe-Sj; Thu, 27 Jul 2017 10:37:52 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dakrG-0005p3-AH for ding@lists.math.uh.edu; Thu, 27 Jul 2017 10:37:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1dakrF-0000f3-CV for ding@lists.math.uh.edu; Thu, 27 Jul 2017 10:37:50 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1dakrD-0008W2-Uo for ding@gnus.org; Thu, 27 Jul 2017 17:37:47 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dakr6-0001GK-OA for ding@gnus.org; Thu, 27 Jul 2017 17:37:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 34 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:iSQyJSH/5gN0kNP2TZpHhlCg4qk= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87606 Archived-At: Harry Putnam writes: > > Opening TLS connection with ‘gnutls-cli --x509cafile > /etc/ssl/certs/ca-certificates.crt -p 993 imap.gmail.com’...failed Did you try running that from the cli? It might give a better indication of what gmail is unhappy about. > ./configure --with-x=yes --with-x-toolkit=athena --with-imagemagick \ > --with-gnutls=no > > And I see in config.log that the compile process apparently added: > --no-create --no-recursion > > This is the same ./configure I've been using for several months or > longer. The bit `--with-gnustls=no' is due to the inability of the > compile process to find the necessary libs... > > That has been a persistent problem on Debian `jessie' even though I do > have some gnutls pkgs installed: > > i A libcurl3-gnutls - easy-to-use client-side URL transfer libra > i libgnutls-deb0-28 - GNU TLS library - main runtime library > i libgnutls-openssl27 - GNU TLS library - OpenSSL wrapper > i A libneon27-gnutls - HTTP and WebDAV client library (GnuTLS ena > If you want to use the gnutls library directly, which I strongly recommend, then you need the libgnutls development headers. The package is probably called something like libgnutls-dev. Regards Robert