From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.help Subject: strange ezwinports issue Date: Mon, 07 Sep 2015 23:08:20 +0530 Message-ID: <87egiat9ir.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441647555 17429 80.91.229.3 (7 Sep 2015 17:39:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2015 17:39:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 07 19:39:04 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZZ0Nd-0007ZL-FY for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2015 19:38:57 +0200 Original-Received: from localhost ([::1]:58048 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ0Nc-0004GK-Tu for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2015 13:38:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ0NP-0004FI-KE for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 13:38:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZ0NM-0003ql-5Q for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 13:38:43 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:47493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZ0NL-0003pN-SG for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 13:38:40 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZZ0NH-0007CI-UV for help-gnu-emacs@gnu.org; Mon, 07 Sep 2015 19:38:36 +0200 Original-Received: from 122.172.240.148 ([122.172.240.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Sep 2015 19:38:35 +0200 Original-Received: from nsivaram.net by 122.172.240.148 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Sep 2015 19:38:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.172.240.148 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.130013 (Ma Gnus v0.13) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:b3Zdn400V9cBHuyB06qSVRhoVi0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107068 Archived-At: I've been using Eli's ezwinports binaries for Emacs 24.4 needed work. I recently downloaded all the latest binaries and renamed the old ezwinports as -old and the downloaded one as ezwinports. Other than the folder renaming, nothing was changed but now I get messages that it can't find any of the DLLs from zlib1 to the libgnutls-28 one. Switching folder names again brings back the right behaviour. I did a folder comparision and other than files being refreshed or a newer version with the same name, nothing seems to be different in each of the folders. I don't get any of the following messages when I used the latest set of ezwinports. BTW, I use cygwin only for the certs and my PATH has ezwinports/bin before the cygwin path --8<---------------cut here---------------start------------->8--- gnutls.c: [1] (Emacs) GnuTLS library loaded: libgnutls-28.dll gnutls.c: [1] (Emacs) allocating credentials gnutls.c: [1] (Emacs) setting the trustfile: c:/cygwin/usr/ssl/certs/ca-bundle.trust.crt gnutls.c: [1] (Emacs) setting the trustfile: c:/cygwin/usr/ssl/certs/ca-bundle.crt gnutls.c: [1] (Emacs) gnutls callbacks gnutls.c: [1] (Emacs) gnutls_init gnutls.c: [1] (Emacs) got non-default priority string: NORMAL gnutls.c: [1] (Emacs) setting the priority string --8<---------------cut here---------------end--------------->8--- I don't get any of the above messages with the newer downloaded ezwinports gnutls and other binaries sivaram --