You are not logged in.

#1 2014-11-04 20:58:00

Thaodan
Member
From: Dortmund, Nordrein-Westfalen
Registered: 2012-04-28
Posts: 448

Emacs GNUTLS

Has any one the same issue when open the package menu in emacs:
Im using the latest emacs from [extra]

Loading /home/bidar/.emacs.d/perl-init.el (source)...done
Loading /home/bidar/.emacs.d/powerline-init.el (source)...
.emacs.d/lisp/emacs-powerline/powerline.el: (lambda (d) ...) quoted with ' rather than with #'
.emacs.d/lisp/emacs-powerline/powerline.el: (lambda (dl) ...) quoted with ' rather than with #'
.emacs.d/lisp/emacs-powerline/powerline.el: (lambda (mm) ...) quoted with ' rather than with #'
Loading /home/bidar/.emacs.d/powerline-init.el (source)...done
Loading /home/bidar/.emacs.d/web-mode-init.el (source)...done
Loading /home/bidar/.emacs.d/dev-init.el (source)...
Starting Emacs daemon.
When done with this frame, type C-x 5 0
Importing package-keyring.gpg...done
Contacting host: melpa.milkbox.net:80 [2 times]
Contacting host: marmalade-repo.org:80
gnutls.c: [0] (Emacs) fatal error: Die TLS-Verbindung wurde nicht sauber beendet.
Contacting host: elpa.gnu.org:80

my package config is:

(require 'package)
(add-to-list 'package-archives 
    '("marmalade" .
      "http://marmalade-repo.org/packages/"))
(add-to-list 'package-archives
    '("melpa" . "http://melpa.milkbox.net/packages/"))
(package-initialize)

Last edited by Thaodan (2014-11-05 13:03:12)


Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux

Offline

#2 2014-11-15 18:21:39

adirat
Member
Registered: 2012-11-03
Posts: 27

Re: Emacs GNUTLS

Hi. I'm having the same issue.

What other repos are you synced with?

I think it may be related to the recent ca-certificates-utils package update in testing.
It screwed up lots of other programs on my system, including packer + curl...

Later edit: Here's the commit which may have screwed things up

Later edit: Here's a bug report. Does downgrading fix the issue?

Last edited by adirat (2014-11-15 18:52:44)

Offline

#3 2014-11-15 19:45:12

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: Emacs GNUTLS

That's a very old bug report and it's closed.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#4 2014-11-15 21:38:13

adirat
Member
Registered: 2012-11-03
Posts: 27

Re: Emacs GNUTLS

loafer wrote:

That's a very old bug report and it's closed.

It's less than two months old. Is it really that ancient? smile

Those changes got reverted back then and now they landed again in the repo's...

Offline

Board footer

Powered by FluxBB