GNU bug report logs - #12422
24.2.50; package-list-packages fails on Cocoa GUI build

Previous Next

Package: emacs;

Reported by: Robert Dallas Gray <mail <at> robertdallasgray.com>

Date: Wed, 12 Sep 2012 12:54:01 UTC

Severity: normal

Found in version 24.2.50

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12422 in the body.
You can then email your comments to 12422 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#12422; Package emacs. (Wed, 12 Sep 2012 12:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Robert Dallas Gray <mail <at> robertdallasgray.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 12 Sep 2012 12:54:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Robert Dallas Gray <mail <at> robertdallasgray.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.2.50; package-list-packages fails on Cocoa GUI build
Date: Wed, 12 Sep 2012 13:52:38 +0100
[This only affects the Cocoa/--with-ns build]

./Emacs.app/Contents/MacOS/Emacs -Q
M-x package-list-packages

Modeline says 'Contacting host elpa.gnu.org:80', then nothing happens
until the command is cancelled.

This doesn't affect the X or gtk builds from trunk; nor does
it affect the -nw version of the Cocoa build.

24.2 release version works fine, and I've also tested the revision
tagged as 24.2 on the git repo
(http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=trunk&id=efd2cb93e8db6256047b0cb8f1cc301ed2d0581a),
which works too. The revision immediately following that in the git repo
(http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=trunk&id=83bdbf6e2253ba7e1a6ca2e9acfb86bdf09609d1)
exhibits the bug. The git revisions don't seem to exactly match the bzr
ones though.


In GNU Emacs 24.2.50.1 (i386-apple-darwin11.4.0, NS apple-appkit-1138.47)
of 2012-09-12 on pud.default
Windowing system distributor `Apple', version 10.3.1138
Configured using:
`configure '--prefix=/Users/robertdallasgray/Documents/Code/emacs-test'
'--without-dbus'
'--enable-locallisppath=/usr/local/share/emacs/site-lisp'
'--infodir=/Users/robertdallasgray/Documents/Code/emacs-test'
'--with-ns' '--disable-ns-self-contained''

Important settings:
  value of $LANG: en_GB.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x p a c k a g e - l i s t - p a c k a g e s <return> 
M-x r e p o r t - e m <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Contacting host: elpa.gnu.org:80
Quit

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message format-spec rfc822 mml easymenu
mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader
sendmail mail-utils network-stream starttls url-http tls mail-parse
rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth url
url-proxy url-privacy url-expand url-methods url-history url-cookie
url-domsuf url-util url-parse auth-source eieio byte-opt bytecomp
byte-compile cconv gnus-util mm-util mail-prsvr password-cache url-vars
mailcap finder-inf package time-date tooltip ediff-hook vc-hooks
lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment lisp-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 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 ns multi-tty emacs)




Reply sent to Jan Djärv <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Sun, 14 Oct 2012 18:31:01 GMT) Full text and rfc822 format available.

Notification sent to Robert Dallas Gray <mail <at> robertdallasgray.com>:
bug acknowledged by developer. (Sun, 14 Oct 2012 18:31:02 GMT) Full text and rfc822 format available.

Message #10 received at 12422-done <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Robert Dallas Gray <mail <at> robertdallasgray.com>
Cc: 12422-done <at> debbugs.gnu.org
Subject: Re: bug#12422: 24.2.50; package-list-packages fails on Cocoa GUI build
Date: Sun, 14 Oct 2012 20:29:30 +0200
Hello.

This has been fixed in the trunk.

	Jan D.

12 sep 2012 kl. 14:52 skrev Robert Dallas Gray <mail <at> robertdallasgray.com>:

> [This only affects the Cocoa/--with-ns build]
> 
> ./Emacs.app/Contents/MacOS/Emacs -Q
> M-x package-list-packages
> 
> Modeline says 'Contacting host elpa.gnu.org:80', then nothing happens
> until the command is cancelled.
> 
> This doesn't affect the X or gtk builds from trunk; nor does
> it affect the -nw version of the Cocoa build.
> 
> 24.2 release version works fine, and I've also tested the revision
> tagged as 24.2 on the git repo
> (http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=trunk&id=efd2cb93e8db6256047b0cb8f1cc301ed2d0581a),
> which works too. The revision immediately following that in the git repo
> (http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=trunk&id=83bdbf6e2253ba7e1a6ca2e9acfb86bdf09609d1)
> exhibits the bug. The git revisions don't seem to exactly match the bzr
> ones though.
> 
> 
> In GNU Emacs 24.2.50.1 (i386-apple-darwin11.4.0, NS apple-appkit-1138.47)
> of 2012-09-12 on pud.default
> Windowing system distributor `Apple', version 10.3.1138
> Configured using:
> `configure '--prefix=/Users/robertdallasgray/Documents/Code/emacs-test'
> '--without-dbus'
> '--enable-locallisppath=/usr/local/share/emacs/site-lisp'
> '--infodir=/Users/robertdallasgray/Documents/Code/emacs-test'
> '--with-ns' '--disable-ns-self-contained''
> 
> Important settings:
>  value of $LANG: en_GB.UTF-8
>  locale-coding-system: utf-8-unix
>  default enable-multibyte-characters: t
> 
> Major mode: Lisp Interaction
> 
> Minor modes in effect:
>  tooltip-mode: t
>  mouse-wheel-mode: t
>  tool-bar-mode: t
>  menu-bar-mode: t
>  file-name-shadow-mode: t
>  global-font-lock-mode: t
>  font-lock-mode: t
>  blink-cursor-mode: t
>  auto-composition-mode: t
>  auto-encryption-mode: t
>  auto-compression-mode: t
>  line-number-mode: t
>  transient-mark-mode: t
> 
> Recent input:
> M-x p a c k a g e - l i s t - p a c k a g e s <return> 
> M-x r e p o r t - e m <tab> <return>
> 
> Recent messages:
> For information about GNU Emacs and the GNU system, type C-h C-a.
> Contacting host: elpa.gnu.org:80
> Quit
> 
> Load-path shadows:
> None found.
> 
> Features:
> (shadow sort mail-extr emacsbug message format-spec rfc822 mml easymenu
> mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader
> sendmail mail-utils network-stream starttls url-http tls mail-parse
> rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth url
> url-proxy url-privacy url-expand url-methods url-history url-cookie
> url-domsuf url-util url-parse auth-source eieio byte-opt bytecomp
> byte-compile cconv gnus-util mm-util mail-prsvr password-cache url-vars
> mailcap finder-inf package time-date tooltip ediff-hook vc-hooks
> lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt
> fringe tabulated-list newcomment lisp-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 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 ns multi-tty emacs)
> 
> 





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 12 Nov 2012 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.