You are not logged in.
Pages: 1
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:80my 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
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
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
That's a very old bug report and it's closed.
It's less than two months old. Is it really that ancient? ![]()
Those changes got reverted back then and now they landed again in the repo's...
Offline
Pages: 1