From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andriy Drozdyuk Newsgroups: gmane.emacs.help Subject: 24.4.50.1 Please help with gnutls.c on windows 8 Date: Mon, 13 Apr 2015 00:30:48 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1428901368 25633 80.91.229.3 (13 Apr 2015 05:02:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Apr 2015 05:02:48 +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 Apr 13 07:02:38 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 1YhWW3-0007RU-Qi for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 07:02:35 +0200 Original-Received: from localhost ([::1]:47072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhWW3-0003RE-20 for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Apr 2015 01:02:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhV5H-0008Ns-Vt for help-gnu-emacs@gnu.org; Sun, 12 Apr 2015 23:30:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhV5H-0001Zg-3H for help-gnu-emacs@gnu.org; Sun, 12 Apr 2015 23:30:51 -0400 Original-Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:34665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhV5G-0001ZW-S8 for help-gnu-emacs@gnu.org; Sun, 12 Apr 2015 23:30:51 -0400 Original-Received: by pacyx8 with SMTP id yx8so88294085pac.1 for ; Sun, 12 Apr 2015 20:30:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wcyA5Tz5TIxztFl3Lq27DeSI7uyxmFu53qjqwxl4nAo=; b=O6GdW8JCGRZTzJqSHPrKiYH4JqHJUmq5G+NAVzPcnFMo7r5OzY6QsxleJc7h9lfKpC L5UY1JPpqCDPSa6hyZ2hNcaJoH5gwlvPn3iwEwKGauNXxOCz6Qd/5QwJumNDYBrfpeAB ruxbFQhr1rhTv8VXTiXa1nF0pOijNuRefV/lQR6SgDpwZm2bX+rzPgERPRsOxd1Bz0dz P1LQ6raxbl9h0451oEupoM0QKz+IQ8coHoiLTj3FiAwp/uKUYwnV/5OfrCwZliDSPkWO /dRJc4Ax8vNjRnsvL+qg2Y8gkVqekVh/VbIxxgxUJvBYAwZxf0BPvrcAfZqMBEUQ/MPN vhsA== X-Received: by 10.70.90.162 with SMTP id bx2mr22756083pdb.60.1428895848686; Sun, 12 Apr 2015 20:30:48 -0700 (PDT) Original-Received: by 10.66.154.166 with HTTP; Sun, 12 Apr 2015 20:30:48 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22b X-Mailman-Approved-At: Mon, 13 Apr 2015 01:02:22 -0400 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:103679 Archived-At: Trying 24.4.50.1 with my default repositories (marmelade, tromey, melpa) results in an error: Loading g:/Projects/emacs/emacs.el (source)... Loading g:/Projects/emacs/andriy-packages.el (source)... Emacs is now refreshing its package database... Contacting host: marmalade-repo.org:80 [2 times] gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated. Failed to download `gnu' archive. Contacting host: tromey.com:80 Contacting host: stable.melpa.org:80 Failed to download `melpa-stable' archive. done. For information about GNU Emacs and the GNU system, type C-h C-a. I can "hack" this by disabling signature checks: (setq package-check-signature nil) but is there no way to make this work by default? I am using windows 8 64bit. -Andriy Drozdyuk