From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: libnettle/libhogweed WIP Date: Wed, 26 Jul 2017 17:52:59 +0300 Message-ID: <83h8xz5jxw.fsf@gnu.org> References: <87r30nq9el.fsf@lifelogs.com> <83inlyc1k2.fsf@gnu.org> <87inlyrfni.fsf@lifelogs.com> <837f2eb845.fsf@gnu.org> <87ziedpyy1.fsf@lifelogs.com> <83d1b75u8a.fsf@gnu.org> <87r2znntaq.fsf@lifelogs.com> <87o9u8q4a5.fsf@lifelogs.com> <83tw3xbklg.fsf@gnu.org> <87zictm415.fsf@lifelogs.com> <83podoqchd.fsf@gnu.org> <87podnnbi2.fsf@lifelogs.com> <8760ewi3rw.fsf@lifelogs.com> <87r2xjgilq.fsf@lifelogs.com> <83iniug7ql.fsf@gnu.org> <87fudyhkhy.fsf@lifelogs.com> <8360euf4d3.fsf@gnu.org> <87r2xhfsre.fsf@lifelogs.com> <83o9slecp0.fsf@gnu.org> <83zibw96r9.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1501081121 30031 195.159.176.226 (26 Jul 2017 14:58:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 26 Jul 2017 14:58:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 26 16:58:36 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 1daNli-0007GM-7J for ged-emacs-devel@m.gmane.org; Wed, 26 Jul 2017 16:58:34 +0200 Original-Received: from localhost ([::1]:38643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daNlj-00062I-0A for ged-emacs-devel@m.gmane.org; Wed, 26 Jul 2017 10:58:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daNgb-0001te-7I for emacs-devel@gnu.org; Wed, 26 Jul 2017 10:53:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daNgY-0004hc-4G for emacs-devel@gnu.org; Wed, 26 Jul 2017 10:53:17 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daNgY-0004hV-1H; Wed, 26 Jul 2017 10:53:14 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1452 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1daNgX-0005nJ-Fw; Wed, 26 Jul 2017 10:53:13 -0400 In-reply-to: (message from Ted Zlatanov on Wed, 26 Jul 2017 09:58:25 +0300) 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:217042 Archived-At: > From: Ted Zlatanov > Date: Wed, 26 Jul 2017 09:58:25 +0300 > > Using a Ubuntu 17.04 Docker image, I compiled GnuTLS from source (a > GnuTLS 3.4.15 dev package was not available) and all the GnuTLS Emacs > tests passed in master against it (see summary and Dockerfile attached > below). A few of the Emacs tests failed in master, but that was not > related to GnuTLS. > > Can you give me a recipe to reproduce the problem with your distribution > and packages? Once again, I just run the gnutls-tests file, that's all. You can run it interactively, if you want. Frankly, I don't quite understand why you want to reproduce it on your machine, since it seems to be so hard for you. Just tell me what you need to know, and I will collect any data you need, because I can run this under a debugger. > root@611652fe3513:/tmp/emacs/test/lisp/net# grep passed gnutls-tests.log > passed 1/7 test-gnutls-000-availability > passed 2/7 test-gnutls-000-data-extractions > passed 3/7 test-gnutls-001-hashes-internal-digests > passed 4/7 test-gnutls-002-hashes-digests > passed 5/7 test-gnutls-003-hashes-hmacs > passed 6/7 test-gnutls-004-symmetric-ciphers > passed 7/7 test-gnutls-005-aead-ciphers The last one fails for me, all the rest pass.