From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 583995c: GnuTLS HMAC and symmetric cipher support Date: Mon, 17 Jul 2017 14:20:59 -0400 Message-ID: <34d18yexh0.fsf@fencepost.gnu.org> References: <20170714150706.13106.18905@vcs0.savannah.gnu.org> <20170714150707.5E9B322DF8@vcs0.savannah.gnu.org> <87eftfdu5g.fsf@lifelogs.com> <7kzic356o4.fsf@fencepost.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1500315729 14268 195.159.176.226 (17 Jul 2017 18:22:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Jul 2017 18:22:09 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Emacs developers To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 17 20:22:03 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dXAef-0003Kg-Sw for ged-emacs-devel@m.gmane.org; Mon, 17 Jul 2017 20:22:01 +0200 Original-Received: from localhost ([::1]:51891 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXAel-0006kp-9R for ged-emacs-devel@m.gmane.org; Mon, 17 Jul 2017 14:22:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXAdo-0006kW-8j for emacs-devel@gnu.org; Mon, 17 Jul 2017 14:21:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dXAdn-0007F0-Hh for emacs-devel@gnu.org; Mon, 17 Jul 2017 14:21:08 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dXAdf-0007Cx-OD; Mon, 17 Jul 2017 14:20:59 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dXAdf-0001xp-7G; Mon, 17 Jul 2017 14:20:59 -0400 X-Spook: colonel Cain and Abel CNCIS Crowell Comirex Metro Border X-Ran: M!K3;#TfH%\`,;avs*=&x?RpPD|"w6RCKT="g"h|Gi1Pf+aI:((/5V+3g}}N8nvKPr]N/| X-Hue: blue X-Attribution: GM In-Reply-To: (Noam Postavsky's message of "Mon, 17 Jul 2017 13:19:59 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:216789 Archived-At: Noam Postavsky wrote: > On Mon, Jul 17, 2017 at 1:12 PM, Glenn Morris wrote: >> >> The logs say that gnutls 3.2.21 was used. > > How do you find this info from the logs? Sorry, the "build dependencies" tab, not the actual build log. The crash occurs when gca = GNUTLS_CIPHER_UNKNOWN and gnutls_cipher_get_name = NULL.