From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 29 18:29:43 2014 Received: (at submit) by debbugs.gnu.org; 29 Jun 2014 22:29:43 +0000 Received: from localhost ([127.0.0.1]:37056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X1NbP-0004LS-RC for submit@debbugs.gnu.org; Sun, 29 Jun 2014 18:29:42 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36738) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X1MhA-0002hu-4K for submit@debbugs.gnu.org; Sun, 29 Jun 2014 17:31:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Mh0-0002f2-60 for submit@debbugs.gnu.org; Sun, 29 Jun 2014 17:31:26 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:41316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Mh0-0002ex-1G for submit@debbugs.gnu.org; Sun, 29 Jun 2014 17:31:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Mgv-0006Ld-Tn for bug-gnu-emacs@gnu.org; Sun, 29 Jun 2014 17:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1Mgr-0002dO-RZ for bug-gnu-emacs@gnu.org; Sun, 29 Jun 2014 17:31:17 -0400 Received: from mail-ve0-f179.google.com ([209.85.128.179]:53435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1Mgr-0002dD-Kg for bug-gnu-emacs@gnu.org; Sun, 29 Jun 2014 17:31:13 -0400 Received: by mail-ve0-f179.google.com with SMTP id sa20so7382696veb.38 for ; Sun, 29 Jun 2014 14:31:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=CLgq85386P9HlI19K+fOWZlNg91/7cRCB3sDg93HPZU=; b=Pn/goRCbo+u+JLzJP7p0lvnMF8e2KJg+1jdIXt+xrtVS+oGWz9CbcqIAZNRiSLdgcg bYT5wpQ0ajs/EgeNQvZItoLgz5lg59jnGo4fTGZ5XVMyMppFUhqo1iyTerQfg7MuG0AG NFCZe+jS/R+dk41KkX90LiLaE+oRHG29re/6fwQrFay4ErwU24D0Q7Df+s3piglQMrtV Ji8VagN2LleUjrdYILpFoPLf37q3g8XqEkCrgAVUd18DDBYSELt71FxsHPl9hxyBoaWL 41LsdALFvz4etuQ/iwpFZWpcUDz5fkK85t09OzcKuudhz9WMobXZvjmI0S2AAar5fWh4 vF5w== X-Gm-Message-State: ALoCoQk8YY6VmqoR0bZ1nMeLcKnlyVt2gNfLPRSZfbwX0LRvWoOVZPdHR3Lsiwo4mRmaDXYzf1SJ MIME-Version: 1.0 X-Received: by 10.52.135.226 with SMTP id pv2mr28652053vdb.33.1404077472480; Sun, 29 Jun 2014 14:31:12 -0700 (PDT) Received: by 10.220.188.67 with HTTP; Sun, 29 Jun 2014 14:31:12 -0700 (PDT) Date: Sun, 29 Jun 2014 23:31:12 +0200 Message-ID: Subject: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 From: Terje Sten Bjerkseth To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=bcaec51ba27bfc1bce04fd00426a X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 29 Jun 2014 18:29:38 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --bcaec51ba27bfc1bce04fd00426a Content-Type: text/plain; charset=UTF-8 package-refresh-contents successfully checks against elpa.gnu.org and orgmode.org repos. When it comes to melpa, it just hangs at contacting host. It works in 24.3. It used to work with nightly snapshots. Not sure exactly when it stopped working, but it also failed on 24.3.91. (require 'package) (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) (package-initialize) (setq url-http-attempt-keepalives nil) It fails with our without the keepalives nil setting. In GNU Emacs 24.3.92.1 (x86_64-apple-darwin13.2.0, NS apple-appkit-1265.20) of 2014-06-27 on builder10-9.porkrind.org Configured using: `configure --with-ns' Important settings: value of $LC_CTYPE: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: ido-hacks-mode: t ido-vertical-mode: t global-undo-tree-mode: t undo-tree-mode: t global-rainbow-delimiters-mode: t rainbow-delimiters-mode: t yas-global-mode: t yas-minor-mode: t shell-dirtrack-mode: t show-paren-mode: t ido-everywhere: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 0 ; 9 5 ; c ESC x r e p o r t RET Recent messages: Loading /Users/terjesb/.emacs.d/terjesb/registers.el (source)...done Loading /Users/terjesb/.emacs.d/terjesb/terjesb.el (source)...done [yas] Loading for `lisp-interaction-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/lisp-interaction-mode) (quote lisp-interaction-mode)))! [yas] Loading compiled snippets from /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/lisp-interaction-mode [yas] Loading for `emacs-lisp-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/emacs-lisp-mode) (quote emacs-lisp-mode)))! [yas] Loading compiled snippets from /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/emacs-lisp-mode [yas] Loading for `prog-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/prog-mode) (quote prog-mode)))! [yas] Loading compiled snippets from /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/prog-mode Loading /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/prog-mode/.yas-setup...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: ~/.emacs.d/non-elpa/org-mode/lisp/ox hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox ~/.emacs.d/non-elpa/org-mode/lisp/ox-texinfo hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-texinfo ~/.emacs.d/non-elpa/org-mode/lisp/ox-publish hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-publish ~/.emacs.d/non-elpa/org-mode/lisp/ox-org hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-org ~/.emacs.d/non-elpa/org-mode/lisp/ox-odt hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-odt ~/.emacs.d/non-elpa/org-mode/lisp/ox-md hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-md ~/.emacs.d/non-elpa/org-mode/lisp/ox-man hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-man ~/.emacs.d/non-elpa/org-mode/lisp/ox-latex hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-latex ~/.emacs.d/non-elpa/org-mode/lisp/ox-icalendar hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-icalendar ~/.emacs.d/non-elpa/org-mode/lisp/ox-html hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-html ~/.emacs.d/non-elpa/org-mode/lisp/ox-beamer hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-beamer ~/.emacs.d/non-elpa/org-mode/lisp/ox-ascii hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-ascii ~/.emacs.d/non-elpa/org-mode/lisp/org hides /Applications/Emacs.app/Contents/Resources/lisp/org/org ~/.emacs.d/non-elpa/org-mode/lisp/org-w3m hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-w3m ~/.emacs.d/non-elpa/org-mode/lisp/org-version hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-version ~/.emacs.d/non-elpa/org-mode/lisp/org-timer hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-timer ~/.emacs.d/non-elpa/org-mode/lisp/org-table hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-table ~/.emacs.d/non-elpa/org-mode/lisp/org-src hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-src ~/.emacs.d/non-elpa/org-mode/lisp/org-rmail hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-rmail ~/.emacs.d/non-elpa/org-mode/lisp/org-protocol hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-protocol ~/.emacs.d/non-elpa/org-mode/lisp/org-plot hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-plot ~/.emacs.d/non-elpa/org-mode/lisp/org-pcomplete hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-pcomplete ~/.emacs.d/non-elpa/org-mode/lisp/org-mouse hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mouse ~/.emacs.d/non-elpa/org-mode/lisp/org-mobile hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mobile ~/.emacs.d/non-elpa/org-mode/lisp/org-mhe hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-mhe ~/.emacs.d/non-elpa/org-mode/lisp/org-macs hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-macs ~/.emacs.d/non-elpa/org-mode/lisp/org-macro hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-macro ~/.emacs.d/non-elpa/org-mode/lisp/org-loaddefs hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-loaddefs ~/.emacs.d/non-elpa/org-mode/lisp/org-list hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-list ~/.emacs.d/non-elpa/org-mode/lisp/org-irc hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-irc ~/.emacs.d/non-elpa/org-mode/lisp/org-install hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-install ~/.emacs.d/non-elpa/org-mode/lisp/org-inlinetask hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-inlinetask ~/.emacs.d/non-elpa/org-mode/lisp/org-info hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-info ~/.emacs.d/non-elpa/org-mode/lisp/org-indent hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-indent ~/.emacs.d/non-elpa/org-mode/lisp/org-id hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-id ~/.emacs.d/non-elpa/org-mode/lisp/org-habit hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-habit ~/.emacs.d/non-elpa/org-mode/lisp/org-gnus hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-gnus ~/.emacs.d/non-elpa/org-mode/lisp/org-footnote hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-footnote ~/.emacs.d/non-elpa/org-mode/lisp/org-feed hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-feed ~/.emacs.d/non-elpa/org-mode/lisp/org-faces hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-faces ~/.emacs.d/non-elpa/org-mode/lisp/org-eshell hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-eshell ~/.emacs.d/non-elpa/org-mode/lisp/org-entities hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-entities ~/.emacs.d/non-elpa/org-mode/lisp/org-element hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-element ~/.emacs.d/non-elpa/org-mode/lisp/org-docview hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-docview ~/.emacs.d/non-elpa/org-mode/lisp/org-datetree hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-datetree ~/.emacs.d/non-elpa/org-mode/lisp/org-ctags hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-ctags ~/.emacs.d/non-elpa/org-mode/lisp/org-crypt hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-crypt ~/.emacs.d/non-elpa/org-mode/lisp/org-compat hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-compat ~/.emacs.d/non-elpa/org-mode/lisp/org-colview hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-colview ~/.emacs.d/non-elpa/org-mode/lisp/org-clock hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-clock ~/.emacs.d/non-elpa/org-mode/lisp/org-capture hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-capture ~/.emacs.d/non-elpa/org-mode/lisp/org-bibtex hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-bibtex ~/.emacs.d/non-elpa/org-mode/lisp/org-bbdb hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-bbdb ~/.emacs.d/non-elpa/org-mode/lisp/org-attach hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-attach ~/.emacs.d/non-elpa/org-mode/lisp/org-archive hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-archive ~/.emacs.d/non-elpa/org-mode/lisp/org-agenda hides /Applications/Emacs.app/Contents/Resources/lisp/org/org-agenda ~/.emacs.d/non-elpa/org-mode/lisp/ob hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob ~/.emacs.d/non-elpa/org-mode/lisp/ob-tangle hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-tangle ~/.emacs.d/non-elpa/org-mode/lisp/ob-table hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-table ~/.emacs.d/non-elpa/org-mode/lisp/ob-sqlite hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-sqlite ~/.emacs.d/non-elpa/org-mode/lisp/ob-sql hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-sql ~/.emacs.d/non-elpa/org-mode/lisp/ob-shen hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-shen ~/.emacs.d/non-elpa/org-mode/lisp/ob-screen hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-screen ~/.emacs.d/non-elpa/org-mode/lisp/ob-scheme hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-scheme ~/.emacs.d/non-elpa/org-mode/lisp/ob-scala hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-scala ~/.emacs.d/non-elpa/org-mode/lisp/ob-sass hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-sass ~/.emacs.d/non-elpa/org-mode/lisp/ob-ruby hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ruby ~/.emacs.d/non-elpa/org-mode/lisp/ob-ref hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ref ~/.emacs.d/non-elpa/org-mode/lisp/ob-R hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-R ~/.emacs.d/non-elpa/org-mode/lisp/ob-python hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-python ~/.emacs.d/non-elpa/org-mode/lisp/ob-plantuml hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-plantuml ~/.emacs.d/non-elpa/org-mode/lisp/ob-picolisp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-picolisp ~/.emacs.d/non-elpa/org-mode/lisp/ob-perl hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-perl ~/.emacs.d/non-elpa/org-mode/lisp/ob-org hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-org ~/.emacs.d/non-elpa/org-mode/lisp/ob-octave hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-octave ~/.emacs.d/non-elpa/org-mode/lisp/ob-ocaml hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ocaml ~/.emacs.d/non-elpa/org-mode/lisp/ob-mscgen hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-mscgen ~/.emacs.d/non-elpa/org-mode/lisp/ob-maxima hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-maxima ~/.emacs.d/non-elpa/org-mode/lisp/ob-matlab hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-matlab ~/.emacs.d/non-elpa/org-mode/lisp/ob-makefile hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-makefile ~/.emacs.d/non-elpa/org-mode/lisp/ob-lob hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-lob ~/.emacs.d/non-elpa/org-mode/lisp/ob-lisp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-lisp ~/.emacs.d/non-elpa/org-mode/lisp/ob-lilypond hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-lilypond ~/.emacs.d/non-elpa/org-mode/lisp/ob-ledger hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ledger ~/.emacs.d/non-elpa/org-mode/lisp/ob-latex hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-latex ~/.emacs.d/non-elpa/org-mode/lisp/ob-keys hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-keys ~/.emacs.d/non-elpa/org-mode/lisp/ob-js hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-js ~/.emacs.d/non-elpa/org-mode/lisp/ob-java hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-java ~/.emacs.d/non-elpa/org-mode/lisp/ob-io hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-io ~/.emacs.d/non-elpa/org-mode/lisp/ob-haskell hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-haskell ~/.emacs.d/non-elpa/org-mode/lisp/ob-gnuplot hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-gnuplot ~/.emacs.d/non-elpa/org-mode/lisp/ob-fortran hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-fortran ~/.emacs.d/non-elpa/org-mode/lisp/ob-exp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-exp ~/.emacs.d/non-elpa/org-mode/lisp/ob-eval hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-eval ~/.emacs.d/non-elpa/org-mode/lisp/ob-emacs-lisp hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-emacs-lisp ~/.emacs.d/non-elpa/org-mode/lisp/ob-dot hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-dot ~/.emacs.d/non-elpa/org-mode/lisp/ob-ditaa hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-ditaa ~/.emacs.d/non-elpa/org-mode/lisp/ob-css hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-css ~/.emacs.d/non-elpa/org-mode/lisp/ob-core hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-core ~/.emacs.d/non-elpa/org-mode/lisp/ob-comint hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-comint ~/.emacs.d/non-elpa/org-mode/lisp/ob-clojure hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-clojure ~/.emacs.d/non-elpa/org-mode/lisp/ob-calc hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-calc ~/.emacs.d/non-elpa/org-mode/lisp/ob-C hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-C ~/.emacs.d/non-elpa/org-mode/lisp/ob-awk hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-awk ~/.emacs.d/non-elpa/org-mode/lisp/ob-asymptote hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-asymptote /Users/terjesb/.emacs.d/elpa/htmlize-20130207.1202/htmlize hides ~/.emacs.d/non-elpa/org-mode/contrib/lisp/htmlize Features: (shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils xterm ido-hacks ido-vertical-mode smex undo-tree diff multiple-cursors mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more mc-cycle-cursors mc-edit-lines multiple-cursors-core rect rainbow-delimiters dash-at-point yasnippet help-mode company paredit cider cider-mode cider-repl cider-eldoc cider-interaction arc-mode archive-mode cider-doc org-table cider-test cider-stacktrace cider-client nrepl-client cider-util ewoc etags dash clojure-mode imenu inf-lisp tramp tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util mail-prsvr password-cache tramp-loaddefs trampver ess-toolbar ess-mouse mouseme thingatpt browse-url ess-menu ess-swv ess-noweb ess-noweb-font-lock-mode ess-bugs-l essd-els ess-sas-d ess-sas-l ess-sas-a shell ess-sta-d ess-sta-l cc-vars cc-defs make-regexp ess-sp6-d ess-sp3-d ess-julia ess-r-d compile ess-tracebug ess-roxy hideshow ess-help ess-developer ess-r-args eldoc ess-s-l ess ess-inf ess-mode ess-noweb-mode ess-utils ess-custom executable ess-compat ess-site ox-koma-letter ox-latex ox-icalendar ox-html table ox-ascii ox-publish ox derived org-element avl-tree ob-gnuplot ob-clojure ob-ruby ob-python ob-R org advice help-fns org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline easy-mmode org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint comint ansi-color ring ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs org-daypage finder-inf cl-macs better-defaults time-date paren edmacro kmacro saveplace ido cl gv cl-loaddefs cl-lib ace-jump-mode-autoloads clojure-cheatsheet-autoloads cider-autoloads clojure-mode-autoloads color-theme-sanityinc-solarized-autoloads color-theme-sanityinc-tomorrow-autoloads color-theme-solarized-autoloads color-theme-autoloads company-autoloads dash-at-point-autoloads es-mode-autoloads exec-path-from-shell-autoloads find-file-in-project-autoloads flx-ido-autoloads flx-autoloads helm-autoloads htmlize-autoloads idle-highlight-mode-autoloads ido-hacks-autoloads ido-ubiquitous-autoloads ido-vertical-mode-autoloads info easymenu magit-autoloads git-rebase-mode-autoloads git-commit-mode-autoloads markdown-mode-autoloads multiple-cursors-autoloads paredit-autoloads projectile-autoloads pkg-info-autoloads epl-autoloads dash-autoloads rainbow-delimiters-autoloads s-autoloads smex-autoloads undo-tree-autoloads yasnippet-autoloads zenburn-theme-autoloads package tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process cocoa ns multi-tty emacs) Memory information: ((conses 16 363090 24578) (symbols 48 39675 0) (miscs 40 75 239) (strings 32 88806 15385) (string-bytes 1 3127614) (vectors 16 29418) (vector-slots 8 654029 6771) (floats 8 501 286) (intervals 56 382 13) (buffers 960 13)) --bcaec51ba27bfc1bce04fd00426a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
package-refresh-contents successfully checks against = elpa.gnu.org and orgmode.org repos. When it comes to melpa, it just hangs at co= ntacting host.

It works in 24.3. It used to work with nightly snapshot= s. Not sure exactly when it stopped working, but it also failed on 24.3.91.=

(require 'package)
(add-to-lis= t 'package-archives
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0'("org" = . "http://orgmode.org/elpa/&q= uot;) t)
(add-to-list 'package-archives
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0'("melpa" . "http://melpa.milkbox.net/packages= /") t)
(package-initialize)
(setq url-http-attempt-keepalives n= il)

It fails with our without the keepalives= nil setting.

In GNU Emacs 24.3.92.1 (x86_64-apple= -darwin13.2.0, NS apple-appkit-1265.20)
=C2=A0of 2014-06-27 on builder10-9.porkrind.org
Configured using:
=C2= =A0`configure --with-ns'

Important settings:
=C2=A0 value of $LC_CTYPE: en_US.UTF-8
=C2=A0 value of $LANG: en_US.UTF-8
=C2=A0 locale-coding-syst= em: utf-8-unix

Major mode: Lisp Interaction
<= div>
Minor modes in effect:
=C2=A0 ido-hacks-mode: = t
=C2=A0 ido-vertical-mode: t
=C2=A0 global-undo-tree-mode: t
=
=C2=A0 undo-tree-mode: t
=C2=A0 global-rainbow-delimiters-mo= de: t
=C2=A0 rainbow-delimiters-mode: t
=C2=A0 yas-glob= al-mode: t
=C2=A0 yas-minor-mode: t
=C2=A0 shell-dirtrack-mode: t
=C2=A0 show-paren-mode: t
=C2=A0 ido-everywhere: t
=C2=A0 tooltip-mode: t
= =C2=A0 electric-indent-mode: t
=C2=A0 mouse-wheel-mode: t
=C2=A0 file-name-shadow-mode: t
=C2=A0 global-font-lock-mode: t
=C2=A0 font-lock-mode: t
=C2=A0 auto-composition-mode: t
=C2=A0 auto-encryption-mod= e: t
=C2=A0 auto-compression-mode: t
=C2=A0 column-numb= er-mode: t
=C2=A0 line-number-mode: t
=C2=A0 transient-mark-mode: t

Recent input:
ESC [ > 0 ; 9 5 ; c ESC x r e p o r t RET

<= div>Recent messages:
Loading /Users/terjesb/.emacs.d/terjesb/regi= sters.el (source)...done
Loading /Users/terjesb/.emacs.d/terjesb/terjesb.el (source)...done
[yas] Loading for `lisp-interaction-mode', just-in-time: (lambda= nil (yas--load-directory-1 (quote /Users/terjesb/.emacs.d/elpa/yasnippet-2= 0140617.1640/snippets/lisp-interaction-mode) (quote lisp-interaction-mode))= )!
[yas] Loading compiled snippets from /Users/terjesb/.emacs.d/elpa/yasn= ippet-20140617.1640/snippets/lisp-interaction-mode
[yas] Loading = for `emacs-lisp-mode', just-in-time: (lambda nil (yas--load-directory-1= (quote /Users/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/emacs= -lisp-mode) (quote emacs-lisp-mode)))!
[yas] Loading compiled snippets from /Users/terjesb/.emacs.d/elpa/yasn= ippet-20140617.1640/snippets/emacs-lisp-mode
[yas] Loading for `p= rog-mode', just-in-time: (lambda nil (yas--load-directory-1 (quote /Use= rs/terjesb/.emacs.d/elpa/yasnippet-20140617.1640/snippets/prog-mode) (quote= prog-mode)))!
[yas] Loading compiled snippets from /Users/terjesb/.emacs.d/elpa/yasn= ippet-20140617.1640/snippets/prog-mode
Loading /Users/terjesb/.em= acs.d/elpa/yasnippet-20140617.1640/snippets/prog-mode/.yas-setup...done
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
~/.emacs.d/non-elpa/org-m= ode/lisp/ox hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox
~/.emacs.d/non-elpa/org-mode/lisp/ox-texinfo hides /Applications/Emacs= .app/Contents/Resources/lisp/org/ox-texinfo
~/.emacs.d/non-elpa/o= rg-mode/lisp/ox-publish hides /Applications/Emacs.app/Contents/Resources/li= sp/org/ox-publish
~/.emacs.d/non-elpa/org-mode/lisp/ox-org hides /Applications/Emacs.app= /Contents/Resources/lisp/org/ox-org
~/.emacs.d/non-elpa/org-mode/= lisp/ox-odt hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-od= t
~/.emacs.d/non-elpa/org-mode/lisp/ox-md hides /Applications/Emacs.app/= Contents/Resources/lisp/org/ox-md
~/.emacs.d/non-elpa/org-mode/li= sp/ox-man hides /Applications/Emacs.app/Contents/Resources/lisp/org/ox-man<= /div>
~/.emacs.d/non-elpa/org-mode/lisp/ox-latex hides /Applications/Emacs.a= pp/Contents/Resources/lisp/org/ox-latex
~/.emacs.d/non-elpa/org-m= ode/lisp/ox-icalendar hides /Applications/Emacs.app/Contents/Resources/lisp= /org/ox-icalendar
~/.emacs.d/non-elpa/org-mode/lisp/ox-html hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ox-html
~/.emacs.d/non-elpa/org-mod= e/lisp/ox-beamer hides /Applications/Emacs.app/Contents/Resources/lisp/org/= ox-beamer
~/.emacs.d/non-elpa/org-mode/lisp/ox-ascii hides /Applications/Emacs.a= pp/Contents/Resources/lisp/org/ox-ascii
~/.emacs.d/non-elpa/org-m= ode/lisp/org hides /Applications/Emacs.app/Contents/Resources/lisp/org/org<= /div>
~/.emacs.d/non-elpa/org-mode/lisp/org-w3m hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/org-w3m
~/.emacs.d/non-elpa/org-mod= e/lisp/org-version hides /Applications/Emacs.app/Contents/Resources/lisp/or= g/org-version
~/.emacs.d/non-elpa/org-mode/lisp/org-timer hides /Applications/Emacs.= app/Contents/Resources/lisp/org/org-timer
~/.emacs.d/non-elpa/org= -mode/lisp/org-table hides /Applications/Emacs.app/Contents/Resources/lisp/= org/org-table
~/.emacs.d/non-elpa/org-mode/lisp/org-src hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/org-src
~/.emacs.d/non-elpa/org-mod= e/lisp/org-rmail hides /Applications/Emacs.app/Contents/Resources/lisp/org/= org-rmail
~/.emacs.d/non-elpa/org-mode/lisp/org-protocol hides /Applications/Ema= cs.app/Contents/Resources/lisp/org/org-protocol
~/.emacs.d/non-el= pa/org-mode/lisp/org-plot hides /Applications/Emacs.app/Contents/Resources/= lisp/org/org-plot
~/.emacs.d/non-elpa/org-mode/lisp/org-pcomplete hides /Applications/Em= acs.app/Contents/Resources/lisp/org/org-pcomplete
~/.emacs.d/non-= elpa/org-mode/lisp/org-mouse hides /Applications/Emacs.app/Contents/Resourc= es/lisp/org/org-mouse
~/.emacs.d/non-elpa/org-mode/lisp/org-mobile hides /Applications/Emacs= .app/Contents/Resources/lisp/org/org-mobile
~/.emacs.d/non-elpa/o= rg-mode/lisp/org-mhe hides /Applications/Emacs.app/Contents/Resources/lisp/= org/org-mhe
~/.emacs.d/non-elpa/org-mode/lisp/org-macs hides /Applications/Emacs.a= pp/Contents/Resources/lisp/org/org-macs
~/.emacs.d/non-elpa/org-m= ode/lisp/org-macro hides /Applications/Emacs.app/Contents/Resources/lisp/or= g/org-macro
~/.emacs.d/non-elpa/org-mode/lisp/org-loaddefs hides /Applications/Ema= cs.app/Contents/Resources/lisp/org/org-loaddefs
~/.emacs.d/non-el= pa/org-mode/lisp/org-list hides /Applications/Emacs.app/Contents/Resources/= lisp/org/org-list
~/.emacs.d/non-elpa/org-mode/lisp/org-irc hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/org-irc
~/.emacs.d/non-elpa/org-mod= e/lisp/org-install hides /Applications/Emacs.app/Contents/Resources/lisp/or= g/org-install
~/.emacs.d/non-elpa/org-mode/lisp/org-inlinetask hides /Applications/E= macs.app/Contents/Resources/lisp/org/org-inlinetask
~/.emacs.d/no= n-elpa/org-mode/lisp/org-info hides /Applications/Emacs.app/Contents/Resour= ces/lisp/org/org-info
~/.emacs.d/non-elpa/org-mode/lisp/org-indent hides /Applications/Emacs= .app/Contents/Resources/lisp/org/org-indent
~/.emacs.d/non-elpa/o= rg-mode/lisp/org-id hides /Applications/Emacs.app/Contents/Resources/lisp/o= rg/org-id
~/.emacs.d/non-elpa/org-mode/lisp/org-habit hides /Applications/Emacs.= app/Contents/Resources/lisp/org/org-habit
~/.emacs.d/non-elpa/org= -mode/lisp/org-gnus hides /Applications/Emacs.app/Contents/Resources/lisp/o= rg/org-gnus
~/.emacs.d/non-elpa/org-mode/lisp/org-footnote hides /Applications/Ema= cs.app/Contents/Resources/lisp/org/org-footnote
~/.emacs.d/non-el= pa/org-mode/lisp/org-feed hides /Applications/Emacs.app/Contents/Resources/= lisp/org/org-feed
~/.emacs.d/non-elpa/org-mode/lisp/org-faces hides /Applications/Emacs.= app/Contents/Resources/lisp/org/org-faces
~/.emacs.d/non-elpa/org= -mode/lisp/org-eshell hides /Applications/Emacs.app/Contents/Resources/lisp= /org/org-eshell
~/.emacs.d/non-elpa/org-mode/lisp/org-entities hides /Applications/Ema= cs.app/Contents/Resources/lisp/org/org-entities
~/.emacs.d/non-el= pa/org-mode/lisp/org-element hides /Applications/Emacs.app/Contents/Resourc= es/lisp/org/org-element
~/.emacs.d/non-elpa/org-mode/lisp/org-docview hides /Applications/Emac= s.app/Contents/Resources/lisp/org/org-docview
~/.emacs.d/non-elpa= /org-mode/lisp/org-datetree hides /Applications/Emacs.app/Contents/Resource= s/lisp/org/org-datetree
~/.emacs.d/non-elpa/org-mode/lisp/org-ctags hides /Applications/Emacs.= app/Contents/Resources/lisp/org/org-ctags
~/.emacs.d/non-elpa/org= -mode/lisp/org-crypt hides /Applications/Emacs.app/Contents/Resources/lisp/= org/org-crypt
~/.emacs.d/non-elpa/org-mode/lisp/org-compat hides /Applications/Emacs= .app/Contents/Resources/lisp/org/org-compat
~/.emacs.d/non-elpa/o= rg-mode/lisp/org-colview hides /Applications/Emacs.app/Contents/Resources/l= isp/org/org-colview
~/.emacs.d/non-elpa/org-mode/lisp/org-clock hides /Applications/Emacs.= app/Contents/Resources/lisp/org/org-clock
~/.emacs.d/non-elpa/org= -mode/lisp/org-capture hides /Applications/Emacs.app/Contents/Resources/lis= p/org/org-capture
~/.emacs.d/non-elpa/org-mode/lisp/org-bibtex hides /Applications/Emacs= .app/Contents/Resources/lisp/org/org-bibtex
~/.emacs.d/non-elpa/o= rg-mode/lisp/org-bbdb hides /Applications/Emacs.app/Contents/Resources/lisp= /org/org-bbdb
~/.emacs.d/non-elpa/org-mode/lisp/org-attach hides /Applications/Emacs= .app/Contents/Resources/lisp/org/org-attach
~/.emacs.d/non-elpa/o= rg-mode/lisp/org-archive hides /Applications/Emacs.app/Contents/Resources/l= isp/org/org-archive
~/.emacs.d/non-elpa/org-mode/lisp/org-agenda hides /Applications/Emacs= .app/Contents/Resources/lisp/org/org-agenda
~/.emacs.d/non-elpa/o= rg-mode/lisp/ob hides /Applications/Emacs.app/Contents/Resources/lisp/org/o= b
~/.emacs.d/non-elpa/org-mode/lisp/ob-tangle hides /Applications/Emacs.= app/Contents/Resources/lisp/org/ob-tangle
~/.emacs.d/non-elpa/org= -mode/lisp/ob-table hides /Applications/Emacs.app/Contents/Resources/lisp/o= rg/ob-table
~/.emacs.d/non-elpa/org-mode/lisp/ob-sqlite hides /Applications/Emacs.= app/Contents/Resources/lisp/org/ob-sqlite
~/.emacs.d/non-elpa/org= -mode/lisp/ob-sql hides /Applications/Emacs.app/Contents/Resources/lisp/org= /ob-sql
~/.emacs.d/non-elpa/org-mode/lisp/ob-shen hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ob-shen
~/.emacs.d/non-elpa/org-mod= e/lisp/ob-screen hides /Applications/Emacs.app/Contents/Resources/lisp/org/= ob-screen
~/.emacs.d/non-elpa/org-mode/lisp/ob-scheme hides /Applications/Emacs.= app/Contents/Resources/lisp/org/ob-scheme
~/.emacs.d/non-elpa/org= -mode/lisp/ob-scala hides /Applications/Emacs.app/Contents/Resources/lisp/o= rg/ob-scala
~/.emacs.d/non-elpa/org-mode/lisp/ob-sass hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ob-sass
~/.emacs.d/non-elpa/org-mod= e/lisp/ob-ruby hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob= -ruby
~/.emacs.d/non-elpa/org-mode/lisp/ob-ref hides /Applications/Emacs.app= /Contents/Resources/lisp/org/ob-ref
~/.emacs.d/non-elpa/org-mode/= lisp/ob-R hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-R
~/.emacs.d/non-elpa/org-mode/lisp/ob-python hides /Applications/Emacs.= app/Contents/Resources/lisp/org/ob-python
~/.emacs.d/non-elpa/org= -mode/lisp/ob-plantuml hides /Applications/Emacs.app/Contents/Resources/lis= p/org/ob-plantuml
~/.emacs.d/non-elpa/org-mode/lisp/ob-picolisp hides /Applications/Emac= s.app/Contents/Resources/lisp/org/ob-picolisp
~/.emacs.d/non-elpa= /org-mode/lisp/ob-perl hides /Applications/Emacs.app/Contents/Resources/lis= p/org/ob-perl
~/.emacs.d/non-elpa/org-mode/lisp/ob-org hides /Applications/Emacs.app= /Contents/Resources/lisp/org/ob-org
~/.emacs.d/non-elpa/org-mode/= lisp/ob-octave hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob= -octave
~/.emacs.d/non-elpa/org-mode/lisp/ob-ocaml hides /Applications/Emacs.a= pp/Contents/Resources/lisp/org/ob-ocaml
~/.emacs.d/non-elpa/org-m= ode/lisp/ob-mscgen hides /Applications/Emacs.app/Contents/Resources/lisp/or= g/ob-mscgen
~/.emacs.d/non-elpa/org-mode/lisp/ob-maxima hides /Applications/Emacs.= app/Contents/Resources/lisp/org/ob-maxima
~/.emacs.d/non-elpa/org= -mode/lisp/ob-matlab hides /Applications/Emacs.app/Contents/Resources/lisp/= org/ob-matlab
~/.emacs.d/non-elpa/org-mode/lisp/ob-makefile hides /Applications/Emac= s.app/Contents/Resources/lisp/org/ob-makefile
~/.emacs.d/non-elpa= /org-mode/lisp/ob-lob hides /Applications/Emacs.app/Contents/Resources/lisp= /org/ob-lob
~/.emacs.d/non-elpa/org-mode/lisp/ob-lisp hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ob-lisp
~/.emacs.d/non-elpa/org-mod= e/lisp/ob-lilypond hides /Applications/Emacs.app/Contents/Resources/lisp/or= g/ob-lilypond
~/.emacs.d/non-elpa/org-mode/lisp/ob-ledger hides /Applications/Emacs.= app/Contents/Resources/lisp/org/ob-ledger
~/.emacs.d/non-elpa/org= -mode/lisp/ob-latex hides /Applications/Emacs.app/Contents/Resources/lisp/o= rg/ob-latex
~/.emacs.d/non-elpa/org-mode/lisp/ob-keys hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ob-keys
~/.emacs.d/non-elpa/org-mod= e/lisp/ob-js hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-j= s
~/.emacs.d/non-elpa/org-mode/lisp/ob-java hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ob-java
~/.emacs.d/non-elpa/org-mod= e/lisp/ob-io hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-i= o
~/.emacs.d/non-elpa/org-mode/lisp/ob-haskell hides /Applications/Emacs= .app/Contents/Resources/lisp/org/ob-haskell
~/.emacs.d/non-elpa/o= rg-mode/lisp/ob-gnuplot hides /Applications/Emacs.app/Contents/Resources/li= sp/org/ob-gnuplot
~/.emacs.d/non-elpa/org-mode/lisp/ob-fortran hides /Applications/Emacs= .app/Contents/Resources/lisp/org/ob-fortran
~/.emacs.d/non-elpa/o= rg-mode/lisp/ob-exp hides /Applications/Emacs.app/Contents/Resources/lisp/o= rg/ob-exp
~/.emacs.d/non-elpa/org-mode/lisp/ob-eval hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ob-eval
~/.emacs.d/non-elpa/org-mod= e/lisp/ob-emacs-lisp hides /Applications/Emacs.app/Contents/Resources/lisp/= org/ob-emacs-lisp
~/.emacs.d/non-elpa/org-mode/lisp/ob-dot hides /Applications/Emacs.app= /Contents/Resources/lisp/org/ob-dot
~/.emacs.d/non-elpa/org-mode/= lisp/ob-ditaa hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-= ditaa
~/.emacs.d/non-elpa/org-mode/lisp/ob-css hides /Applications/Emacs.app= /Contents/Resources/lisp/org/ob-css
~/.emacs.d/non-elpa/org-mode/= lisp/ob-core hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-c= ore
~/.emacs.d/non-elpa/org-mode/lisp/ob-comint hides /Applications/Emacs.= app/Contents/Resources/lisp/org/ob-comint
~/.emacs.d/non-elpa/org= -mode/lisp/ob-clojure hides /Applications/Emacs.app/Contents/Resources/lisp= /org/ob-clojure
~/.emacs.d/non-elpa/org-mode/lisp/ob-calc hides /Applications/Emacs.ap= p/Contents/Resources/lisp/org/ob-calc
~/.emacs.d/non-elpa/org-mod= e/lisp/ob-C hides /Applications/Emacs.app/Contents/Resources/lisp/org/ob-C<= /div>
~/.emacs.d/non-elpa/org-mode/lisp/ob-awk hides /Applications/Emacs.app= /Contents/Resources/lisp/org/ob-awk
~/.emacs.d/non-elpa/org-mode/= lisp/ob-asymptote hides /Applications/Emacs.app/Contents/Resources/lisp/org= /ob-asymptote
/Users/terjesb/.emacs.d/elpa/htmlize-20130207.1202/htmlize hides ~/.em= acs.d/non-elpa/org-mode/contrib/lisp/htmlize

Featu= res:
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec m= m-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader=
sendmail rfc2047 rfc2045 ietf-drums mail-utils xterm ido-hacks
ido-vertical-mode smex undo-tree diff multiple-cursors
mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more
mc-cycle-cursors mc-edit-lines multiple-cursors-core rect
= rainbow-delimiters dash-at-point yasnippet help-mode company paredit
cider cider-mode cider-repl cider-eldoc cider-interaction arc-mode
archive-mode cider-doc org-table cider-test cider-stacktrace
cider-client nrepl-client cider-util ewoc etags dash clojure-mode imenu<= /div>
inf-lisp tramp tramp-compat auth-source eieio byte-opt bytecomp
<= div>byte-compile cconv eieio-core gnus-util mm-util mail-prsvr
pa= ssword-cache tramp-loaddefs trampver ess-toolbar ess-mouse mouseme
thingatpt browse-url ess-menu ess-swv ess-noweb ess-noweb-font-lock-mo= de
ess-bugs-l essd-els ess-sas-d ess-sas-l ess-sas-a shell ess-st= a-d
ess-sta-l cc-vars cc-defs make-regexp ess-sp6-d ess-sp3-d ess= -julia
ess-r-d compile ess-tracebug ess-roxy hideshow ess-help ess-developer<= /div>
ess-r-args eldoc ess-s-l ess ess-inf ess-mode ess-noweb-mode ess-= utils
ess-custom executable ess-compat ess-site ox-koma-letter ox= -latex
ox-icalendar ox-html table ox-ascii ox-publish ox derived org-element<= /div>
avl-tree ob-gnuplot ob-clojure ob-ruby ob-python ob-R org advice<= /div>
help-fns org-macro org-footnote org-pcomplete pcomplete org-list<= /div>
org-faces org-entities noutline outline easy-mmode org-version
ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys=
ob-comint comint ansi-color ring ob-core ob-eval org-compat org-= macs
org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs
org-daypage finder-inf cl-macs better-defaults time-date paren edmacr= o
kmacro saveplace ido cl gv cl-loaddefs cl-lib ace-jump-mode-aut= oloads
clojure-cheatsheet-autoloads cider-autoloads clojure-mode-autoloads
color-theme-sanityinc-solarized-autoloads
color-theme-san= ityinc-tomorrow-autoloads color-theme-solarized-autoloads
color-t= heme-autoloads company-autoloads dash-at-point-autoloads
es-mode-autoloads exec-path-from-shell-autoloads
find-file-i= n-project-autoloads flx-ido-autoloads flx-autoloads
helm-autoload= s htmlize-autoloads idle-highlight-mode-autoloads
ido-hacks-autol= oads ido-ubiquitous-autoloads ido-vertical-mode-autoloads
info easymenu magit-autoloads git-rebase-mode-autoloads
git-= commit-mode-autoloads markdown-mode-autoloads
multiple-cursors-au= toloads paredit-autoloads projectile-autoloads
pkg-info-autoloads= epl-autoloads dash-autoloads
rainbow-delimiters-autoloads s-autoloads smex-autoloads
undo= -tree-autoloads yasnippet-autoloads zenburn-theme-autoloads package
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow ti= mer
select scroll-bar mouse jit-lock font-lock syntax facemenu fo= nt-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
=
tai-viet lao korean japanese hebrew greek romanian slovak czech europe= an
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-= hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroe= xp
files text-properties overlay sha1 md5 base64 format env code-= pages mule
custom widget hashtable-print-readable backquote make-= network-process
cocoa ns multi-tty emacs)

Memory information:=
((conses 16 363090 24578)
=C2=A0(symbols 48 39675 0)
=C2=A0(miscs 40 75 239)
=C2=A0(strings 32 88806 15385)
=C2=A0(string-bytes 1 3127614)
=C2=A0(vectors 16 29418)
=C2=A0(vector-slots 8 654029 6771)<= /div>
=C2=A0(floats 8 501 286)
=C2=A0(intervals 56 382 13)
=C2=A0(buffers 960 13))

--bcaec51ba27bfc1bce04fd00426a-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 29 19:43:44 2014 Received: (at 17879) by debbugs.gnu.org; 29 Jun 2014 23:43:44 +0000 Received: from localhost ([127.0.0.1]:37078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X1Ol6-0007iw-2o for submit@debbugs.gnu.org; Sun, 29 Jun 2014 19:43:44 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:52228 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X1Ol3-0007io-LJ for 17879@debbugs.gnu.org; Sun, 29 Jun 2014 19:43:42 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X1Ol1-0006eh-Ra; Sun, 29 Jun 2014 19:43:40 -0400 From: Glenn Morris To: Terje Sten Bjerkseth Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 References: X-Spook: LLNL ICE rail gun NATO SAFE UFO Noriega JUWTF X-Ran: yfNVfh6wa[E>VQb}W~Oqm73WeKn>TK/s0kJv9<>@'0T==@22("\i(AxJMv(+zp^P!9KR)w X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 29 Jun 2014 19:43:39 -0400 In-Reply-To: (Terje Sten Bjerkseth's message of "Sun, 29 Jun 2014 23:31:12 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 17879 Cc: 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Terje Sten Bjerkseth wrote: > When it comes to melpa, it just hangs at contacting host. Works for me on GNU/Linux. Is 24.3.92 hanging at the exact same time that 24.3 works? Ie, are you sure it is not an issue with the remote host? > It works in 24.3. It used to work with nightly snapshots. Not sure exactly > when it stopped working, but it also failed on 24.3.91. From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 02 23:57:10 2014 Received: (at 17879) by debbugs.gnu.org; 3 Jul 2014 03:57:10 +0000 Received: from localhost ([127.0.0.1]:40962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2Y8z-0003Ah-9C for submit@debbugs.gnu.org; Wed, 02 Jul 2014 23:57:09 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:57156 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2Y8x-0003AV-2S for 17879@debbugs.gnu.org; Wed, 02 Jul 2014 23:57:07 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X2Y8w-0005Jw-AA for 17879@debbugs.gnu.org; Wed, 02 Jul 2014 23:57:06 -0400 Resent-Message-ID: <21428.54417.920501.577913@gnu.org> Resent-Date: Wed, 2 Jul 2014 23:57:05 -0400 Resent-From: Glenn Morris Resent-To: 17879@debbugs.gnu.org Bcc: rgm@gnu.org X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=iqg4KfcNzuJRlFBs8TIZdfE7YOpRgIa+SR+I2osu88Q=; b=Dla26KxF2fmrobIuz1KKdUI2M/eSfGlqi8BOsHXpofvFIkFIURQjynnFrL4IHczWe+ msBbPddDDfJY3jIjDnps7lMB0aQnlOlzEXz3XsQqlTYs6cllnSj2wgTcO4Ug4qitk+td zY6DIA8lt4ho/NMCyELuTo/uYPyiQT3F3LkiI5aX5Oac1KWCbMNT9c1NLqCzXUWSl+XT 1r2vHd5gRSdLafhdP3KKOeXfzQO4nEcz3QtBjxnqX9kTOYQcX5PA4ulKJcSJW3DwWuaH IPoOXRjEVAID9o5zgPLPGmdbXStJ1+cz+yaFK1gOvo3br0Tlj5vOBGHC+7aiwGHYp51B IfDg== X-Gm-Message-State: ALoCoQlhiYyAcZPOkLV5N0wyZAjPZ+whSYVQp5ZNltkzpBUbTnR69Z+bGSqhawpUFpyNzY6hIAyD MIME-Version: 1.0 X-Received: by 10.221.9.72 with SMTP id ov8mr1214836vcb.27.1404357301103; Wed, 02 Jul 2014 20:15:01 -0700 (PDT) In-Reply-To: References: Message-ID: Content-Type: multipart/alternative; boundary=089e011777211208fa04fd416a83 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.220.181 Date: Wed, 2 Jul 2014 20:15:01 -0700 From: Terje Sten Bjerkseth To: Glenn Morris , 17879@debbugs.gnu.org Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 X-Bogosity: no, spamicity=0.087779, v1.2.1 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 17879 Cc: david+emacsformacosx@porkrind.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --089e011777211208fa04fd416a83 Content-Type: text/plain; charset=UTF-8 2014-06-29 16:43 GMT-07:00 Glenn Morris : > Works for me on GNU/Linux. > Is 24.3.92 hanging at the exact same time that 24.3 works? > Ie, are you sure it is not an issue with the remote host? > Yes, it always hangs on recent builds while the previous builds always works. I can swap between the versions to reproduce the problem, so I don't think it's a host issue. Also, it appears to not only apply to melpa, but to all three repositories. It appears to mostly work for the first two (elpa and orgmode). I.e. it always hangs on the recent builds, but usually at the third repo - melpa. I'm using the builds from http://emacsforosx.com/builds. It works fine on e.g. 2014-04-01, 2014-05-01, 2014-05-17 and 2014-05-24. There is no build dated 2014-05-25. It fails on 2014-05-26, 2014-05-27, 2014-06-01 and all the more recent ones I've tried up to and including 2014-06-28. [*] So it looks like something may have changed on 2014-05-25 or 2014-05-26 that affects me. It also looks like there weren't any changes to the build scripts for emacsforosx between April 9 and June 14, so I'm thinking that the problem isn't in the packaging. [*] The two most recent builds from 2014-06-29 and 2014-06-30 hangs owon't start at all and hangs at a local script. I suspect this is a different problem. --089e011777211208fa04fd416a83 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= 2014-06-29 16:43 GMT-07:00 Glenn Morris <rgm@gnu.org>:
Works for me on GNU/L= inux.
Is 24.3.92 hanging at the exact same time that 24.3 works?
Ie, are you sure it is not an issue with the remote host?

Yes, it always hangs on recent builds while the previous builds = always works. I can swap between the versions to reproduce the problem, so = I don't think it's a host issue. Also, it appears to not only apply= to melpa, but to all three repositories. It appears to mostly work for the= first two (elpa and orgmode). I.e. it always hangs on the recent builds, b= ut usually at the third repo - melpa.

I'= ;m using the builds from=C2=A0htt= p://emacsforosx.com/builds.

<= div class=3D"gmail_extra"> It works fine on e.g. 2014-04-01, 2014-05-01, 2014-05-17 and 2014-05-24.
There is no build dated 2014-05-25.
It fails on 2014-05-26, 2014-05-27, 2014-06-01 and a= ll the more recent ones I've tried up to and including 2014-06-28. [*]<= /div>

So it looks= like something may have changed on 2014-05-25 or 2014-05-26 that affects m= e.

It = also looks like there weren't any changes to the build scripts for emac= sforosx between April 9 and June 14, so I'm thinking that the problem i= sn't in the packaging.

[*] The two= most recent builds from 2014-06-29 and 2014-06-30 hangs owon't start a= t all and hangs at a local script. I suspect this is a different problem.= =C2=A0
--089e011777211208fa04fd416a83-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 03 00:38:15 2014 Received: (at 17879) by debbugs.gnu.org; 3 Jul 2014 04:38:15 +0000 Received: from localhost ([127.0.0.1]:40972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2Ymk-0004hC-3l for submit@debbugs.gnu.org; Thu, 03 Jul 2014 00:38:14 -0400 Received: from sa38.galvanix.net ([98.126.48.38]:58725 helo=kill.porkrind.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X2Ymf-0004gw-IL for 17879@debbugs.gnu.org; Thu, 03 Jul 2014 00:38:11 -0400 Received: from porkrind.org (cpe-142-11-95-13.socal.rr.com [142.11.95.13]) by kill.porkrind.org (Postfix) with ESMTPS id D14DE5F401; Wed, 2 Jul 2014 21:38:03 -0700 (PDT) Authentication-Results: kill.porkrind.org; dkim=pass reason="1536-bit key; unprotected key" header.d=porkrind.org header.i=@porkrind.org header.b=LDe7iYk4; dkim-adsp=pass; dkim-atps=neutral Received: from black.porkrind.org (localhost [127.0.0.1]) (authenticated bits=0) by porkrind.org (8.14.4/8.14.4/Debian-7) with ESMTP id s634c1hq025196 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 2 Jul 2014 21:38:01 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=porkrind.org; s=apoptygma; t=1404362283; bh=c9aMe5FGeO4VM+gPKQhCI7Pm5x6yd6bOwFepRrpcMvE=; h=Date:From:To:CC:Subject:References:In-Reply-To:From; b=LDe7iYk42uclvMzki1l+g3uXAfE8qCJquom9p0+Nd+P1PkDj+b20Px+Oc5rKE6WC5 JY7QsKZtj/KyG7s89nrEIxd6VBokPldCHC8R5fHHsQHnOypxj5MOVdSg/kdkrcQNYX Wsb/UmnTokG+yWF5AKLLocAdw3TxR4bWmfAfokmgq7j58TsApa9hXZmKzKmVou9Zzt 8YW8fhJo7DYMcUBNTLsZk+HuEO46dorw6eJO+OEglzX/FTePl0RIDLn1E/T Message-ID: <53B4DE29.9080501@porkrind.org> Date: Wed, 02 Jul 2014 21:38:01 -0700 From: David Caldwell User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Terje Sten Bjerkseth Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 References: In-Reply-To: X-Enigmail-Version: 1.6 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAACXBIWXMAAAsTAAALEwEAmpwY AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+S X8VGAAABiklEQVR42rRYSZIDIQwzLv7/ZXLoEAzeBKG7ag4DRhZeBKQ0Qr5imLWCrKwn0HImc1Mx aAvmmc/cuAT7RMYws6v/gHeb0p4/y5792GJJlLZWOPgsdV5NaRes4Xe4632sLljD7wKv1Ta74H/h MxecN1Rc2TatYcP7zb+6WFfN/zMSHg1Ymuxjrzd+DuLw6Nlekggt1hvr7KK9tRIX85jjM6GTYhfv nzXH3jBdYc4koueBs66M+Xv9O9n5ML4urWssjGeMY3if3bzGSvk30BQ46OOaxJjLCpzPJAzXrOrD z5VFh58TIiwESIiCHNxxwPTy97qDei8YdpVdyYEv6EQcK8n+iTyE/Cn1eoe7HwN+F56oErVSGtJY Q1sR2ehaUHfjvJuv0tL7qAzEbBmfF2IHrVi8zp9N0pZtQZZHOXp/sLW4+hqKvm3iccaPwP3XgnKX n8/YtVeOsnenRG7VCBFlZ5fe3LOyANCVdGAIwDs7tTXGF4hIk15/iAfSgv2UkNFItSszOG3Ha7r0 GQBerhBkHOAzmQAAAABJRU5ErkJggg== Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha1; boundary="------------ms060806000607040002000902" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on kill.porkrind.org X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 17879 Cc: Glenn Morris , 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) This is a cryptographically signed message in MIME format. --------------ms060806000607040002000902 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 7/2/14 8:15 PM, Terje Sten Bjerkseth wrote: >=20 > 2014-06-29 16:43 GMT-07:00 Glenn Morris >: >=20 > Works for me on GNU/Linux. > Is 24.3.92 hanging at the exact same time that 24.3 works? > Ie, are you sure it is not an issue with the remote host? >=20 > Yes, it always hangs on recent builds while the previous builds always > works. I can swap between the versions to reproduce the problem, so I > don't think it's a host issue. Also, it appears to not only apply to > melpa, but to all three repositories. It appears to mostly work for the= > first two (elpa and orgmode). I.e. it always hangs on the recent builds= , > but usually at the third repo - melpa. >=20 > I'm using the builds from http://emacsforosx.com/builds. > > It works fine on e.g. 2014-04-01, 2014-05-01, 2014-05-17 and 2014-05-24= =2E > There is no build dated 2014-05-25. > It fails on 2014-05-26, 2014-05-27, 2014-06-01 and all the more recent > ones I've tried up to and including 2014-06-28. [*] >=20 > So it looks like something may have changed on 2014-05-25 or 2014-05-26= > that affects me. >=20 > It also looks like there weren't any changes to the build scripts for > emacsforosx between April 9 and June 14, so I'm thinking that the > problem isn't in the packaging. FWIW, I tried running the emacsformacosx.com version 24.3.92 and the nightly from both 2014-06-28 and 2014-06-29 and all are working for me. I'm running OS X 10.9 (looks like you are too). Maybe it's something in your .emacs? Did you do the tests after launching Emacs with -Q? On OS X you have to do it from Terminal: /Applications/Emacs.app/Contents/MacOS/Emacs -Q -David --------------ms060806000607040002000902 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMYDCC BiQwggUMoAMCAQICAwkFtDANBgkqhkiG9w0BAQsFADCBjDELMAkGA1UEBhMCSUwxFjAUBgNV BAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRl IFNpZ25pbmcxODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlh dGUgQ2xpZW50IENBMB4XDTE0MDIxODEwNDcxNFoXDTE1MDIxOTEyNTQzNVowQDEbMBkGA1UE AwwSZGF2aWRAcG9ya3JpbmQub3JnMSEwHwYJKoZIhvcNAQkBFhJkYXZpZEBwb3JrcmluZC5v cmcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkzgZ2USy/IIF69iMaP5dgxFrN n/ppK9+HRpKWsesQ71tTX9+CqObNny15tzbNgORggsM5vVB7EdyNOfwhu2ZUn48MVSKnKnIM LmQPJNlYLbSDM33Q+2amNgoWxyvv3lpP44hXDB0Tftwu+0GMagvxKN2kpgVj5PvCai0NAhtR LZO6pspCTocquiYRovB2gDXq5wUFAU02lvlIgNFSV5QhHMHrAssy2qwU3/aoA9ibRpvSTFes LtawCR1zdqOo/wUrYfXT/XdTWYHXpNSFPNSeoPNoU08/jbH/077fdOLXXDN/NMU5dbWXkveS 4qQHWI0Zmgxj2oYfIOrM9SpcbYNTAgMBAAGjggLYMIIC1DAJBgNVHRMEAjAAMAsGA1UdDwQE AwIEsDAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwQwHQYDVR0OBBYEFOd0ivfp8yzr VKmctRAtCmk9fMCHMB8GA1UdIwQYMBaAFFNy7ZKc4NrLAVx8fpY1TvLUuFGCMB0GA1UdEQQW MBSBEmRhdmlkQHBvcmtyaW5kLm9yZzCCAUwGA1UdIASCAUMwggE/MIIBOwYLKwYBBAGBtTcB AgMwggEqMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3kucGRm MIH3BggrBgEFBQcCAjCB6jAnFiBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAD AgEBGoG+VGhpcyBjZXJ0aWZpY2F0ZSB3YXMgaXNzdWVkIGFjY29yZGluZyB0byB0aGUgQ2xh c3MgMSBWYWxpZGF0aW9uIHJlcXVpcmVtZW50cyBvZiB0aGUgU3RhcnRDb20gQ0EgcG9saWN5 LCByZWxpYW5jZSBvbmx5IGZvciB0aGUgaW50ZW5kZWQgcHVycG9zZSBpbiBjb21wbGlhbmNl IG9mIHRoZSByZWx5aW5nIHBhcnR5IG9ibGlnYXRpb25zLjA2BgNVHR8ELzAtMCugKaAnhiVo dHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9jcnR1MS1jcmwuY3JsMIGOBggrBgEFBQcBAQSBgTB/ MDkGCCsGAQUFBzABhi1odHRwOi8vb2NzcC5zdGFydHNzbC5jb20vc3ViL2NsYXNzMS9jbGll bnQvY2EwQgYIKwYBBQUHMAKGNmh0dHA6Ly9haWEuc3RhcnRzc2wuY29tL2NlcnRzL3N1Yi5j bGFzczEuY2xpZW50LmNhLmNydDAjBgNVHRIEHDAahhhodHRwOi8vd3d3LnN0YXJ0c3NsLmNv bS8wDQYJKoZIhvcNAQELBQADggEBAEM1tq8Ddzl6dr2W4odR1XozlEXfny4oZiHJCeyVSTV3 l6JXYrphOEY2JYB/q7YdnjwKyg+p3TH7DL8uOLXu0nU/5rycJJYHQWp/Kn5ZDaZ8KM/Wdr98 h7UBFNHStZCduI6+u31SekHL35Y9nLkGegwhx5+tQhFzsPGmckK9+lmsjPMjS7TctG0sdSC3 uQVmH5BVBlkciQ9lpC8mS7Cdtvh1TVBTaxQZmou5kYXPWuNfjAP4jQk5k9iJejpB9ZU1tU1X k/W69tWKWoBUjBACmE5nyFiFPlw9I/fNoOGDJDaW6gJGehVfCyFe5wnqDj5Jl+SOHePLxGkx XifN281SdpMwggY0MIIEHKADAgECAgEeMA0GCSqGSIb3DQEBBQUAMH0xCzAJBgNVBAYTAklM MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0 aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhv cml0eTAeFw0wNzEwMjQyMTAxNTVaFw0xNzEwMjQyMTAxNTVaMIGMMQswCQYDVQQGEwJJTDEW MBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlm aWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVy bWVkaWF0ZSBDbGllbnQgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDHCYPM zi3YGrEppC4Tq5a+ijKDjKaIQZZVR63UbxIP6uq/I0fhCu+cQhoUfE6ERKKnu8zPf1Jwuk0t svVCk6U9b+0UjM0dLep3ZdE1gblK/1FwYT5Pipsu2yOMluLqwvsuz9/9f1+1PKHG/FaR/wpb fuIqu54qzHDYeqiUfsYzoVflR80DAC7hmJ+SmZnNTWyUGHJbBpA8Q89lGxahNvuryGaC/o2/ ceD2uYDX9U8Eg5DpIpGQdcbQeGarV04WgAUjjXX5r/2dabmtxWMZwhZna//jdiSyrrSMTGKk DiXm6/3/4ebfeZuCYKzN2P8O2F/Xe2AC/Y7zeEsnR7FOp+uXAgMBAAGjggGtMIIBqTAPBgNV HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUU3Ltkpzg2ssBXHx+ljVO 8tS4UYIwHwYDVR0jBBgwFoAUTgvvGqRAW6UXaYcwyjRoQ9BBrvIwZgYIKwYBBQUHAQEEWjBY MCcGCCsGAQUFBzABhhtodHRwOi8vb2NzcC5zdGFydHNzbC5jb20vY2EwLQYIKwYBBQUHMAKG IWh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3Nmc2NhLmNydDBbBgNVHR8EVDBSMCegJaAjhiFo dHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9zZnNjYS5jcmwwJ6AloCOGIWh0dHA6Ly9jcmwuc3Rh cnRzc2wuY29tL3Nmc2NhLmNybDCBgAYDVR0gBHkwdzB1BgsrBgEEAYG1NwECATBmMC4GCCsG AQUFBwIBFiJodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9wb2xpY3kucGRmMDQGCCsGAQUFBwIB FihodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9pbnRlcm1lZGlhdGUucGRmMA0GCSqGSIb3DQEB BQUAA4ICAQAKgwh9eKssBly4Y4xerhy5I3dNoXHYfYa8PlVLL/qtXnkFgdtY1o95CfegFJTw qBBmf8pyTUnFsukDFUI22zF5bVHzuJ+GxhnSqN2sD1qetbYwBYK2iyYA5Pg7Er1A+hKMIzEz cduRkIMmCeUTyMyikfbUFvIBivtvkR8ZFAk22BZy+pJfAoedO61HTz4qSfQoCRcLN5A0t4Dk uVhTMXIzuQ8CnykhExD6x4e6ebIbrjZLb7L+ocR0y4YjCl/Pd4MXU91y0vTipgr/O75CDUHD RHCCKBVmz/Rzkc/b970MEeHt5LC3NiWTgBSvrLEuVzBKM586YoRD9Dy3OHQgWI270g+5MYA8 GfgI/EPT5G7xPbCDz+zjdH89PeR3U4So4lSXur6H6vp+m9TQXPF3a0LwZrp8MQ+Z77U1uL7T elWO5lApsbAonrqASfTpaprFVkL4nyGH+NHST2ZJPWIBk81i6Vw0ny0qZW2Niy/QvVNKbb43 A43ny076khXO7cNbBIRdJ/6qQNq9Bqb5C0Q5nEsFcj75oxQRqlKf6TcvGbjxkJh8BYtv9ePs XklAxtm8J7GCUBthHSQgepbkOexhJ0wP8imUkyiPHQ0GvEnd83129fZjoEhdGwXV27ioRKbj /cIq7JRXun0NbeY+UdMYu9jGfIpDLtUUGSgsg2zMGs5R4jGCA90wggPZAgEBMIGUMIGMMQsw CQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERp Z2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwkFtDAJBgUrDgMCGgUAoIICHTAYBgkq hkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNDA3MDMwNDM4MDFaMCMG CSqGSIb3DQEJBDEWBBQ89d+orU+vyePj26fs//W3wnVA4TBsBgkqhkiG9w0BCQ8xXzBdMAsG CWCGSAFlAwQBKjALBglghkgBZQMEAQIwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGlBgkrBgEEAYI3EAQxgZcw gZQwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJT ZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBD bGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDCQW0MIGnBgsqhkiG9w0B CRACCzGBl6CBlDCBjDELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzAp BgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcxODA2BgNVBAMTL1N0 YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlhdGUgQ2xpZW50IENBAgMJBbQwDQYJ KoZIhvcNAQEBBQAEggEAFzi7/G2P8rHAcviMm+G7w8/P3qlHuZtEZ+92IcycU27cLWg5dkWa WsMAw6hsiumn5ec53HJYjOKv9n09R01e6x7RxjSmzT5wt+wmu4HKJSE8ALb1H0J65gbtfZbq Kxh/msAHekH0hJ/s9n/jtRDynNA+XzuSw83hT49Xij2QzDL+vsstjGNZ05mRIwnrsoDV3bL2 xJmpBvaIItWXhklPao1T+RxYq5OiEx5RGRZsiMkc8X2/1MfQE3WjJRIaNCA6+r4BOzBK1TO/ C4qS0W7XpXierdVEQb8FUrGn5cfdhh4fgsiKJ6VQ27MnKwP0ifNn3Kqy7LHU096iSnyagd3o vgAAAAAAAA== --------------ms060806000607040002000902-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 05 19:20:38 2014 Received: (at 17879) by debbugs.gnu.org; 5 Jul 2014 23:20:38 +0000 Received: from localhost ([127.0.0.1]:44399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3ZG1-0004I1-0v for submit@debbugs.gnu.org; Sat, 05 Jul 2014 19:20:37 -0400 Received: from mail-ve0-f176.google.com ([209.85.128.176]:38822) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3ZFy-0004Hl-Dl for 17879@debbugs.gnu.org; Sat, 05 Jul 2014 19:20:35 -0400 Received: by mail-ve0-f176.google.com with SMTP id db12so2715033veb.21 for <17879@debbugs.gnu.org>; Sat, 05 Jul 2014 16:20:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uQ9Ac3ILh88813gG1bwV5fdB2a/VLH4p8uWBvbYmb6s=; b=lVhgiy4nsr6M5NbO4CVVXsQiGMSYS5Ww0Hil65uuaIEfxZiTFmN5/XBEn7LGT4HQFz doFvZbm6j8F29Pr9BUzMsXD3Fsik7QMADlDu6LCqHsAt/YA0GsZ9By50LNRRdC4AQ5LL ogH4MXgdyu6YYyZUjJAZdADhSMO4UOudeXzAMVsd3WMVUlMtXdlUWXLd+gQK8RHoozQ8 +iTe2o2/y77wO55z6uGa5HUbp6SoaGsbDlPpFzNFO7QBfa+A4UQrgHvjfFajZRnkhPJY ZnX0bzBPLJavMo1w5i2k4E7rYazxzjkU2M7WCcb5wvtMIUBQr+5eLjmU8VXmU+Sgynen 5Chg== X-Gm-Message-State: ALoCoQlyLSdDwJjnxZOzQqMqovRWYmxpriKvJjyNsx0EGt0e0Abo2+vGtromFg8gXwE4MT0rv+oc MIME-Version: 1.0 X-Received: by 10.58.29.164 with SMTP id l4mr17864227veh.8.1404602428629; Sat, 05 Jul 2014 16:20:28 -0700 (PDT) Received: by 10.220.188.67 with HTTP; Sat, 5 Jul 2014 16:20:28 -0700 (PDT) In-Reply-To: <53B4DE29.9080501@porkrind.org> References: <53B4DE29.9080501@porkrind.org> Date: Sat, 5 Jul 2014 16:20:28 -0700 Message-ID: Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 From: Terje Sten Bjerkseth To: David Caldwell Content-Type: multipart/alternative; boundary=047d7bacb63ccf404904fd7a7c37 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17879 Cc: Glenn Morris , 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --047d7bacb63ccf404904fd7a7c37 Content-Type: text/plain; charset=UTF-8 2014-07-02 21:38 GMT-07:00 David Caldwell : > FWIW, I tried running the emacsformacosx.com version 24.3.92 and the > nightly from both 2014-06-28 and 2014-06-29 and all are working for me. > I'm running OS X 10.9 (looks like you are too). > > Maybe it's something in your .emacs? Did you do the tests after > launching Emacs with -Q? On OS X you have to do it from Terminal: > > /Applications/Emacs.app/Contents/MacOS/Emacs -Q > Yes, I'm on 10.9.4. Had the same issue on 10.9.3. I've tried starting Emacs using -Q, same issue. Also, same issue with a clean environment (env -i bash --noprofile --norc) and then setting only PATH (system paths), TERM and HOME - with or without -Q. Not aware of other particular environment changes. Will check if I can reproduce on a clean user or in a VM. The builds from before 2014-05-25 works, all the builds I've tried after 2014-05-26 hangs on package-refresh-contents. --047d7bacb63ccf404904fd7a7c37 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= 2014-07-02 21:38 GMT-07:00 David Caldwell <david@porkrind.org>:
FWIW, I tried running= the emacsformacosx= .com version 24.3.92 and the
nightly from both 2014-06-28 and 2014-06-29 and all are working for me.
I'm running OS X 10.9 (looks like you are too).

Maybe it's something in your .emacs? Did you do the tests after
launching Emacs with -Q? On OS X you have to do it from Terminal:

=C2=A0 /Applications/Emacs.app/Contents/MacOS/Emacs -Q

Yes, I'm on 10.9.4. Had the same issue on 10.9.3.

I've tried star= ting Emacs using -Q, same issue.
Also, same issue with a clean environment (env -= i bash --noprofile --norc) and then setting only PATH (system paths), TERM = and HOME - with or without -Q.
Not aware of= other particular environment changes.
Will check if I can reproduce on a clean user or= in a VM.

The builds from before 2014-05-25 works, all the builds I've tried = after=C2=A02014= -05-26 hangs on package-refresh-contents.

--047d7bacb63ccf404904fd7a7c37-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 23 21:09:46 2015 Received: (at 17879) by debbugs.gnu.org; 24 Feb 2015 02:09:46 +0000 Received: from localhost ([127.0.0.1]:55991 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YQ4wT-0006yP-Pd for submit@debbugs.gnu.org; Mon, 23 Feb 2015 21:09:46 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:38867) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YQ4jh-0006bq-Hk for 17879@debbugs.gnu.org; Mon, 23 Feb 2015 20:56:33 -0500 Received: by iecrd18 with SMTP id rd18so28501929iec.5 for <17879@debbugs.gnu.org>; Mon, 23 Feb 2015 17:56:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:date:message-id:to:mime-version; bh=yshoHHNJbq+WEAAqiYscXlBWaw9zPc0O3Ee14hDKECY=; b=Z7nlgPfZ5PRyE63TeLHaC4lll+gopq4ZTNW2KurX+Hixxez5lSSCP+AH6gc36D35QL uKAiCWkWRQcQaGTQzYaAIcg+E3uHxfLNAHCy3QBf88caEra7tgyxivAsjAtboNcI9Rkp uIuspNeu0kDo43lKzvgPKwkq8sW2oWtKlwd2hQnP494g9YTyvQ/BexLxhz6bk3eB7XSp KwGUAeFHy1AdfPbe5TZL21HAU4JROSzs/bcviRse9LoCsFTwFkkY8ppS/4hNQiKkq5yO PjnGSpOcVtl9trsSs5x1GoeCvgQoq4Wg4jNgETOYgfSkNrA3ptsCxKwWxNmmNEW5mZWj Oe5Q== X-Received: by 10.107.40.2 with SMTP id o2mr18071537ioo.68.1424742987699; Mon, 23 Feb 2015 17:56:27 -0800 (PST) Received: from [10.22.0.121] ([24.13.72.134]) by mx.google.com with ESMTPSA id a9sm4172277ioa.23.2015.02.23.17.56.26 for <17879@debbugs.gnu.org> (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 23 Feb 2015 17:56:26 -0800 (PST) From: Peter John Hadlaw X-Pgp-Agent: GPGMail 2.5b5 Content-Type: multipart/signed; boundary="Apple-Mail=_390751A6-0ACB-4B3D-9AD1-4306CAC5FF46"; protocol="application/pgp-signature"; micalg=pgp-sha1 Subject: Confirming bug, Mac OSX Yosemite Date: Mon, 23 Feb 2015 19:56:20 -0600 Message-Id: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> To: 17879@debbugs.gnu.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) X-Mailer: Apple Mail (2.2070.6) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17879 X-Mailman-Approved-At: Mon, 23 Feb 2015 21:09:44 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --Apple-Mail=_390751A6-0ACB-4B3D-9AD1-4306CAC5FF46 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I would like to confirm that I too am experiencing this bug using many = different Emacs installs. Be it macports, homebrew, or railwaycat=E2=80=99= s port. Wondering if there is a fix or patch that can solve this? --Apple-Mail=_390751A6-0ACB-4B3D-9AD1-4306CAC5FF46 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJU69pJAAoJEEnaWu7VnLwc7xcP/0DSwTDm1JhN8H6EIAQa0tJk rEDMAWDQ1cy7O7JhOo4g38StS8u15kubZV3inTVZEFIOIjIC96qAPLdSKXJJAnZf DYXidaVOea9mLefpzs0g4WfydiwJ5RtikNB7AyiiHYpehm2y9Ig/7twZWsvOBJUa Dca/e4FHFs8dKtYi4QnwwYR3BTJiIxtLf0MoC5K5InPm5+k/FJoIP74I1cGf4y0v I2DTLHfMWQkjCsoTHlnEyBs9dLWalt0e7T0dpWdTTlsJpfiiB8kXQb9lypjszbAy Cqfj3yQEVSdR7Ib37sq4ZZt4eCFwua8dkWd5fBlQOKTxDpcU8ZOIitYKFltNONmZ z5xhd+olGKHdxAcYw8dF4W5nPRm2oRjuO5LZfXBWWL20pb9EuZPO1ULxvHsqBmmy lIJ/8KckQjfa8331nc0nr7gWG8LdmUsBQC8TrKVkQgV28eyuN74HI55cy5ONdQ13 YhLfuIoGg3QmoUZUjJEugspsFhCfVsZTDS7fPdnNgAhBKpShXoutZzMo3qU+wetH FTFTFqF/VDJEUmHy9tVyWGOUrWKxV7DnAbTxD+VSKqSr4atJm5/ZGmeFD2/oxI5r HMF6BcfO2gwdVF60j5scLhg3SIt3akbrMcGMJ72Sq6jcD3J6Yn9pajast6SeIfdg 275VK3NjdM2pPPA8K+F3 =fcQV -----END PGP SIGNATURE----- --Apple-Mail=_390751A6-0ACB-4B3D-9AD1-4306CAC5FF46-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 01 06:45:25 2015 Received: (at 17879) by debbugs.gnu.org; 1 Mar 2015 11:45:25 +0000 Received: from localhost ([127.0.0.1]:32950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS2JI-00072q-ML for submit@debbugs.gnu.org; Sun, 01 Mar 2015 06:45:25 -0500 Received: from mailfe02.swip.net ([212.247.154.33]:45317 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS2JE-00072Y-VP for 17879@debbugs.gnu.org; Sun, 01 Mar 2015 06:45:22 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 577690219; Sun, 01 Mar 2015 12:45:12 +0100 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 From: "Jan D." In-Reply-To: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> Date: Sun, 1 Mar 2015 12:45:10 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <3644A833-E9FA-4F6F-84CC-C1B478DC67B4@swipnet.se> References: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> To: Peter John Hadlaw X-Mailer: Apple Mail (2.2070.6) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 17879 Cc: 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) > 24 feb 2015 kl. 02:56 skrev Peter John Hadlaw : >=20 > I would like to confirm that I too am experiencing this bug using many = different Emacs installs. Be it macports, homebrew, or railwaycat=E2=80=99= s port. Wondering if there is a fix or patch that can solve this? Please do not change the subject to something that does not describe the = bug. The recepie has '("melpa" . "http://melpa.milkbox.net/packages/") t) but that address returns 404. Is that the address you are using? Jan D. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 01 06:47:08 2015 Received: (at 17879) by debbugs.gnu.org; 1 Mar 2015 11:47:08 +0000 Received: from localhost ([127.0.0.1]:32954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS2Kt-00075d-GH for submit@debbugs.gnu.org; Sun, 01 Mar 2015 06:47:07 -0500 Received: from mailfe05.swip.net ([212.247.154.129]:40059 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YS2Kq-00074z-KO for 17879@debbugs.gnu.org; Sun, 01 Mar 2015 06:47:01 -0500 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_20 Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 572284920; Sun, 01 Mar 2015 12:46:54 +0100 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 From: "Jan D." In-Reply-To: <3644A833-E9FA-4F6F-84CC-C1B478DC67B4@swipnet.se> Date: Sun, 1 Mar 2015 12:46:52 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <2FE1C919-63AD-424B-B36A-5CC028492A55@swipnet.se> References: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> <3644A833-E9FA-4F6F-84CC-C1B478DC67B4@swipnet.se> To: Peter John Hadlaw X-Mailer: Apple Mail (2.2070.6) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 17879 Cc: 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Now it doesn't return 404, but redirects. Does package.el handle = redirects? Jan D. > 1 mar 2015 kl. 12:45 skrev Jan D. : >=20 >=20 >> 24 feb 2015 kl. 02:56 skrev Peter John Hadlaw : >>=20 >> I would like to confirm that I too am experiencing this bug using = many different Emacs installs. Be it macports, homebrew, or = railwaycat=E2=80=99s port. Wondering if there is a fix or patch that can = solve this? >=20 > Please do not change the subject to something that does not describe = the bug. > The recepie has >=20 > '("melpa" . "http://melpa.milkbox.net/packages/") t) >=20 > but that address returns 404. Is that the address you are using? >=20 > Jan D. >=20 From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 02 12:35:01 2015 Received: (at 17879) by debbugs.gnu.org; 2 Mar 2015 17:35:01 +0000 Received: from localhost ([127.0.0.1]:33059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSUFB-0002xF-4q for submit@debbugs.gnu.org; Mon, 02 Mar 2015 12:35:01 -0500 Received: from pruche.dit.umontreal.ca ([132.204.246.22]:49632) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSUF7-0002x6-Vo for 17879@debbugs.gnu.org; Mon, 02 Mar 2015 12:34:58 -0500 Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t22HYsXU014245; Mon, 2 Mar 2015 12:34:55 -0500 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 21A88AE124; Mon, 2 Mar 2015 12:34:50 -0500 (EST) From: Stefan Monnier To: "Jan D." Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 Message-ID: References: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> <3644A833-E9FA-4F6F-84CC-C1B478DC67B4@swipnet.se> <2FE1C919-63AD-424B-B36A-5CC028492A55@swipnet.se> Date: Mon, 02 Mar 2015 12:34:50 -0500 In-Reply-To: <2FE1C919-63AD-424B-B36A-5CC028492A55@swipnet.se> (Jan D.'s message of "Sun, 1 Mar 2015 12:46:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5233=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5233> : inlines <2337> : streams <1398809> : uri <1869177> X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 17879 Cc: Peter John Hadlaw , 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) > Now it doesn't return 404, but redirects. Does package.el handle redirects? I think it relies on url.el handling it, Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 02 12:42:15 2015 Received: (at 17879) by debbugs.gnu.org; 2 Mar 2015 17:42:15 +0000 Received: from localhost ([127.0.0.1]:33077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSUMB-00038r-CF for submit@debbugs.gnu.org; Mon, 02 Mar 2015 12:42:15 -0500 Received: from mail-we0-f170.google.com ([74.125.82.170]:37277) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YSUM9-00038f-SD for 17879@debbugs.gnu.org; Mon, 02 Mar 2015 12:42:14 -0500 Received: by wesw55 with SMTP id w55so34840103wes.4 for <17879@debbugs.gnu.org>; Mon, 02 Mar 2015 09:42:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3V5XBGmt9KJV8gsCyb6A+3qMjbY8ed7cVJLzCRDvlEc=; b=bludVvIN108CyS39n6eTBZxkyxBvFwZi/1LQwCpLgHeyhbs8l4WK2UPditNuxF2ef5 ipaNqMd1VSDPAVq7dnrkeJ04XjqeA7OAnbjgeG3Wew0hgB4XBFqmBEMJ5qxEnaDpsXxG TvhkksvsVJYPAyqFBnh1sHVRt7kxPskkq9uP+SN3I9JCfT3byugBEdqBHscyU+DJWbfM yKX7z/7FcsdcdySumHPbFj0iru6D/bA2a/JGvbDubNf2gUDBL/hIQwCLNXw+UTfN5Pvg Pe50MyOm5AsN8eMeAshYz8JU0S3O/HybKXy+4CjXtGJVOO7px06nfqKZRpkEDXVrjsc/ lnIw== MIME-Version: 1.0 X-Received: by 10.180.80.34 with SMTP id o2mr37764340wix.75.1425318127849; Mon, 02 Mar 2015 09:42:07 -0800 (PST) Received: by 10.28.14.132 with HTTP; Mon, 2 Mar 2015 09:42:07 -0800 (PST) Received: by 10.28.14.132 with HTTP; Mon, 2 Mar 2015 09:42:07 -0800 (PST) In-Reply-To: References: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> <3644A833-E9FA-4F6F-84CC-C1B478DC67B4@swipnet.se> <2FE1C919-63AD-424B-B36A-5CC028492A55@swipnet.se> Date: Mon, 2 Mar 2015 11:42:07 -0600 Message-ID: Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 From: Peter Hadlaw To: Stefan Monnier Content-Type: multipart/alternative; boundary=f46d044282c4b3d8b8051051bc89 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17879 Cc: "Jan D." , 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --f46d044282c4b3d8b8051051bc89 Content-Type: text/plain; charset=UTF-8 I replaced the redirected URL (melpa.milkbox.net) to it's destination post redirect: melpa.org and the issue persists. --f46d044282c4b3d8b8051051bc89 Content-Type: text/html; charset=UTF-8

I replaced the redirected URL (melpa.milkbox.net) to it's destination post redirect: melpa.org and the issue persists.

--f46d044282c4b3d8b8051051bc89-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 22 08:45:35 2015 Received: (at 17879) by debbugs.gnu.org; 22 Mar 2015 12:45:35 +0000 Received: from localhost ([127.0.0.1]:60341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZfG2-0006dH-J7 for submit@debbugs.gnu.org; Sun, 22 Mar 2015 08:45:35 -0400 Received: from mailfe07.swip.net ([212.247.154.193]:48563 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YZfFz-0006d3-Et for 17879@debbugs.gnu.org; Sun, 22 Mar 2015 08:45:32 -0400 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 581024933; Sun, 22 Mar 2015 13:45:22 +0100 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 From: "Jan D." In-Reply-To: Date: Sun, 22 Mar 2015 13:45:21 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> <3644A833-E9FA-4F6F-84CC-C1B478DC67B4@swipnet.se> <2FE1C919-63AD-424B-B36A-5CC028492A55@swipnet.se> To: Stefan Monnier X-Mailer: Apple Mail (2.2070.6) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 17879 Cc: Peter John Hadlaw , 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hi. I debugged this and Emacs does read from all hosts. But the message in the minibuffer (Contacting host: melpa.milbox.net:80) = is not removed when Emacs has finished taking to melpa.milbox.net:80. Jan D. > 2 mar 2015 kl. 18:34 skrev Stefan Monnier : >=20 >> Now it doesn't return 404, but redirects. Does package.el handle = redirects? >=20 > I think it relies on url.el handling it, >=20 >=20 > Stefan From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 26 10:40:54 2015 Received: (at 17879) by debbugs.gnu.org; 26 Dec 2015 15:40:54 +0000 Received: from localhost ([127.0.0.1]:41476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCqxi-0006wB-0R for submit@debbugs.gnu.org; Sat, 26 Dec 2015 10:40:54 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:54944) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCqxh-0006w4-11 for 17879@debbugs.gnu.org; Sat, 26 Dec 2015 10:40:53 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCqxH-000102-75; Sat, 26 Dec 2015 16:40:27 +0100 From: Lars Ingebrigtsen To: "Jan D." Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 References: <37E286BF-2880-4800-8AAD-92A85A665A47@gmail.com> <3644A833-E9FA-4F6F-84CC-C1B478DC67B4@swipnet.se> <2FE1C919-63AD-424B-B36A-5CC028492A55@swipnet.se> Date: Sat, 26 Dec 2015 16:40:26 +0100 In-Reply-To: (Jan D.'s message of "Sun, 22 Mar 2015 13:45:21 +0100") Message-ID: <8737upusk5.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aCqxH-000102-75 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451749227.55607@kQ58vraRzeafepSvzBxzdw X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17879 Cc: Peter John Hadlaw , Stefan Monnier , 17879@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) "Jan D." writes: > I debugged this and Emacs does read from all hosts. > But the message in the minibuffer (Contacting host: > melpa.milbox.net:80) is not removed when Emacs has finished taking to > melpa.milbox.net:80. Was the conclusion to this bug report that the error is that the "Contacting host" message isn't removed from the echo area? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 14 20:45:40 2019 Received: (at 17879-done) by debbugs.gnu.org; 15 Sep 2019 00:45:40 +0000 Received: from localhost ([127.0.0.1]:47256 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9Ifc-0003Ge-Gw for submit@debbugs.gnu.org; Sat, 14 Sep 2019 20:45:40 -0400 Received: from mail-pf1-f178.google.com ([209.85.210.178]:33042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i9Ifa-0003GP-RH for 17879-done@debbugs.gnu.org; Sat, 14 Sep 2019 20:45:39 -0400 Received: by mail-pf1-f178.google.com with SMTP id q10so20260615pfl.0 for <17879-done@debbugs.gnu.org>; Sat, 14 Sep 2019 17:45:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=9IhVY5pUb+dDQl1Dv6w8qKiFMZKBNqmpcG/K9cSiaqY=; b=XYAP9f4Qy2dicDTIHcnqXb5mddxKw6mKC0/a7AgBHJtL9xscDBtAxEuW0dYOunmkHT +Dh7QpyKAlCMleX16NmJzRHAQHUOGqtI/75rFk3zjUTFOPZ+pIT5UJxLiWJuBzMpGiRB esodBHN34c0QSmKLaL7w4xlR5jSj6kqwIpLWuwlayV5awv/rF5A03Z6PVfV3nh4Xm/iT WRzjWZ3zmFIE9mK2oxxGsrm2qxPB7jFIXSm/9KJDygbKwhbf3KQRlkYKFSifQF5Hboz2 xxSrPBb2n5rRK03Q6rrhoKKp0V+NgEHYz05dXQ+RzmE5yjV76lDLtb/pXXg7ihxXyWXz 9Ieg== X-Gm-Message-State: APjAAAXVgTY85D3WTsXzEgOCQWgEng5PKHlvLsdSuSGJvO0B54iVKMNy Z/oUkrxmY5f00bTqGF9uvbIN/UwWFvXbmDvQ4rg= X-Google-Smtp-Source: APXvYqwiOpFOKk28FsG8LFAesj0u0GSdZUJ8ZnxVF96VugA29nMorGBMqFOpCPT31kI0DED3UDS8mAUwpjtl9kquP10= X-Received: by 2002:a63:4c5c:: with SMTP id m28mr52488045pgl.333.1568508333041; Sat, 14 Sep 2019 17:45:33 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Sun, 15 Sep 2019 02:45:22 +0200 Message-ID: Subject: Re: bug#17879: 24.3.92; package-refresh-contents hangs at contacting host melpa.milbox.net:80 To: Lars Ingebrigtsen Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 17879-done Cc: 17879-done@debbugs.gnu.org, "Jan D." , Peter John Hadlaw , Stefan Monnier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > "Jan D." writes: > >> I debugged this and Emacs does read from all hosts. >> But the message in the minibuffer (Contacting host: >> melpa.milbox.net:80) is not removed when Emacs has finished taking to >> melpa.milbox.net:80. > > Was the conclusion to this bug report that the error is that the > "Contacting host" message isn't removed from the echo area? That was four years ago, and never got a reply. Starting with commit ba7a1a7a4e, the message "Package refresh done" is shown as the final message when refresh is done. I also can't reproduce the original issue with a hanging 'package-refresh-contents' on my macOS machine, neither on current master nor on Emacs 26.2. Since this bug was opened five years ago, I'm going to assume that the above means that the issue has been fixed. I'm consequently closing this bug report. If anyone can still reproduce this, please report back and we can reopen the bug. Best regards, Stefan Kangas From unknown Sat Jun 21 10:44:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 13 Oct 2019 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator