From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 06 18:32:54 2014 Received: (at submit) by debbugs.gnu.org; 6 Nov 2014 23:32:54 +0000 Received: from localhost ([127.0.0.1]:52240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XmWXt-0007yj-A1 for submit@debbugs.gnu.org; Thu, 06 Nov 2014 18:32:54 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57930) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XmWXq-0007yU-JG for submit@debbugs.gnu.org; Thu, 06 Nov 2014 18:32:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmWXd-0001Yz-6m for submit@debbugs.gnu.org; Thu, 06 Nov 2014 18:32:50 -0500 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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmWXd-0001Yt-4P for submit@debbugs.gnu.org; Thu, 06 Nov 2014 18:32:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmWXA-0004lE-8H for bug-gnu-emacs@gnu.org; Thu, 06 Nov 2014 18:32:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmWWT-0000iI-28 for bug-gnu-emacs@gnu.org; Thu, 06 Nov 2014 18:32:08 -0500 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:56899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmWWS-0000hs-Ma for bug-gnu-emacs@gnu.org; Thu, 06 Nov 2014 18:31:24 -0500 Received: by mail-pd0-f177.google.com with SMTP id v10so2069602pde.22 for ; Thu, 06 Nov 2014 15:31:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=rT227KhnRv6YotcXvAH9EKI1jzkRCi3fRC8wKp7XUh0=; b=ybAhVSQlZUufPTiIhZWx+nTu9CbznFSz+QnNUSGeZj4USXNL8pkwpS83FMaL4jBnYD EW2EQFthg2vyDlDxlszCWyeq0TlglToJtWkgDf8d/xAYghXFauHP74nxxoy6AQEYf46v 0HQAQNe8tU1Eue0Jr4Ey7ijQnh+48DvKpoKAR444LiBuATlIT+NQZNgLaorH/uRWUIEp VHFLTPdNjpxwmp6/VJz/OHIe0V8Zhh3WdBXvyH5AR1sdHyYWinCI44IMGTABVn4m+TeE ptRla/4K6o/3jiabk7ccLhf/ff1d432+YyyD59LoOU0c6z7O60AhGsfxdaVarZPCDdC3 oCYg== X-Received: by 10.68.65.10 with SMTP id t10mr7179408pbs.156.1415316683330; Thu, 06 Nov 2014 15:31:23 -0800 (PST) Received: from localhost ([203.7.155.102]) by mx.google.com with ESMTPSA id ca1sm6941708pdb.13.2014.11.06.15.31.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 15:31:22 -0800 (PST) From: trentbuck@gmail.com (Trent W. Buck) To: bug-gnu-emacs@gnu.org Subject: 24.4; gnus in 24.4 breaks load-path? Date: Fri, 07 Nov 2014 10:31:16 +1100 Message-ID: <87ppcznby3.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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: -4.0 (----) X-Debbugs-Envelope-To: submit 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: -4.0 (----) After upgrading from 24.3 to 24.4, "emacs -f gnus" stopped working: Cannot open load file: no such file or directory, image If I -f toggle-debug-on-error first, it says Cannot open load file: no such file or directory, debug If I manually (require 'image) first, the problem goes away: $ emacs --batch -q -Q -l ~/.gnus.el -f gnus -f gnus-group-exit -f kill-emacs Reading /home/twb/.newsrc.eld... Opening nnfolder server on archive... Opening nnfolder server on archive...done Opening nntp server on news.internode.on.net... Opening nntp server on news.internode.on.net...done No new newsgroups Checking new news... Cannot open load file: no such file or directory, image $ emacs --batch -q -Q -l ~/.gnus.el -eval "(require 'image)" -f gnus -f gnus-group-exit -f kill-emacs Reading /home/twb/.newsrc.eld... Opening nnfolder server on archive... Opening nnfolder server on archive...done Opening nntp server on news.internode.on.net... Opening nntp server on news.internode.on.net...done No new newsgroups Checking new news... Reading active file from archive via nnfolder... Reading active file from archive via nnfolder... Reading active file from archive via nnfolder...done Reading active file via nndraft... Reading active file via nndraft... Reading active file via nndraft...done Checking new news...done Saving file /home/twb/.newsrc... Wrote /home/twb/.newsrc Saving /home/twb/.newsrc.eld... Saving file /home/twb/.newsrc.eld... Wrote /home/twb/.newsrc.eld Saving /home/twb/.newsrc.eld...done Tracing shows it is not searching the full load-path: $ strace -o/tmp/trace -etrace=file emacs --batch -q -Q -l ~/.gnus.el -f toggle-debug-on-error -f gnus [...] $ grep '\' /tmp/trace execve("/usr/bin/emacs", ["emacs", "--batch", "-q", "-Q", "-l", "/home/twb/.gnus.el", "-f", "toggle-debug-on-error", "-f", "gnus"], [/* 60 vars */]) = 0 open("/usr/share/emacs/24.4/etc/images/gnus/debug.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/share/emacs/24.4/etc/images/gnus/debug.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/share/emacs/24.4/etc/images/gnus/debug.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/share/emacs/24.4/etc/images/gnus/debug.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) $ dlocate /debug.elc emacs24-common: /usr/share/emacs/24.4/lisp/emacs-lisp/debug.elc My .gnus.el is not interesting: (setq gnus-select-method '(nntp "news.gmane.org") gnus-secondary-select-methods '((nntp "news.internode.on.net")) ; for asr gnus-treat-date-local 'head ;; Discarding text/html and show the text/plain version. mm-discouraged-alternatives '("text/html" "multipart/related") gnus-buttonized-mime-types '("multipart/alternative" "multipart/signed")) In GNU Emacs 24.4.1 (x86_64-pc-linux-gnu) of 2014-10-26 on trouble, modified by Debian System Description: Debian GNU/Linux testing (jessie) Configured using: `configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-lisp:/usr/share/emacs/site-lisp --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-lisp:/usr/share/emacs/site-lisp --with-x=no --without-gconf --without-gsettings 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-z,relro' Important settings: value of $LC_COLLATE: C value of $LANG: en_AU.utf8 locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: xterm-mouse-mode: t ido-everywhere: t savehist-mode: t icomplete-mode: t show-paren-mode: t delete-selection-mode: t tooltip-mode: t electric-indent-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 x r e p o r t SPC e m a c s SPC b u g RET Recent messages: Loading /usr/share/emacs/site-lisp/magit/magit-install.el (source)...done Loading /etc/emacs/site-start.d/50magit.el (source)...done Loading /etc/emacs/site-start.d/50pylint.el (source)... Loading pylint...done Loading /etc/emacs/site-start.d/50pylint.el (source)...done Loading /etc/emacs/site-start.d/50python-docutils.el (source)...done Loading /etc/emacs/site-start.d/50w3m-el-snapshot.el (source)...done Loading /etc/emacs/site-start.d/51debian-el.el (source)...done Loading term/xterm...done For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /usr/share/emacs/24.4/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.4/lisp/textmodes/rst /usr/share/emacs24/site-lisp/dictionaries-common/ispell hides /usr/share/emacs/24.4/lisp/textmodes/ispell /usr/share/emacs24/site-lisp/dictionaries-common/flyspell hides /usr/share/emacs/24.4/lisp/textmodes/flyspell Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader mule-util xterm advice sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils jka-compr edmacro kmacro cl-loaddefs cl-lib disp-table xt-mouse ido savehist icomplete time-date paren delsel saveplace debian-el debian-el-loaddefs w3m-load pylint compile comint regexp-opt ansi-color ring tool-bar 50magit emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode dpkg-dev-el dpkg-dev-el-loaddefs tooltip electric uniquify ediff-hook vc-hooks lisp-float-type tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select 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 dbusbind gfilenotify multi-tty emacs) Memory information: ((conses 16 108780 5202) (symbols 48 19433 0) (miscs 40 41 96) (strings 32 32329 4871) (string-bytes 1 763456) (vectors 16 9258) (vector-slots 8 355633 14422) (floats 8 69 208) (intervals 56 211 0) (buffers 960 11) (heap 1024 29840 825)) From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 06 21:46:08 2014 Received: (at 18980-done) by debbugs.gnu.org; 7 Nov 2014 02:46:08 +0000 Received: from localhost ([127.0.0.1]:52321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XmZYu-0004IP-Dn for submit@debbugs.gnu.org; Thu, 06 Nov 2014 21:46:08 -0500 Received: from mail-hampton.hostforweb.net ([205.234.186.191]:57583 helo=hampton.hostforweb.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XmZYr-0004IF-Ms for 18980-done@debbugs.gnu.org; Thu, 06 Nov 2014 21:46:06 -0500 Received: from localhost.localdomain ([127.0.0.1]:33458 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.82) (envelope-from ) id 1XmZYj-002fnB-GR; Thu, 06 Nov 2014 20:46:03 -0600 Date: Fri, 07 Nov 2014 11:46:04 +0900 Message-ID: From: Katsumi Yamaoka To: Trent W. Buck Subject: Re: bug#18980: 24.4; gnus in 24.4 breaks load-path? References: <87ppcznby3.fsf@gmail.com> Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/25.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:pNi7zJ/ty8QfXtMQS4mX8B+2S0U= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18980-done Cc: 18980-done@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 (/) On Fri, 07 Nov 2014 10:31:16 +1100, Trent W. Buck wrote: > After upgrading from 24.3 to 24.4, "emacs -f gnus" stopped working: > Cannot open load file: no such file or directory, image Thanks. This should have been fixed as the bug#18813[1] in the Emacs repositories. The diff is below: --8<---------------cut here---------------start------------->8--- --- a/lisp/gnus/gnus.el 2014-03-23 23:13:36 +0000 +++ d/lisp/gnus/gnus.el 2014-10-27 03:51:18 +0000 @@ -328,8 +328,9 @@ (if (fboundp 'find-image) (defun gnus-mode-line-buffer-identification (line) (let ((str (car-safe line)) - (load-path (mm-image-load-path))) - (if (and (stringp str) + (load-path (append (mm-image-load-path) load-path))) + (if (and (display-graphic-p) + (stringp str) (string-match "^Gnus:" str)) (progn (add-text-properties 0 5 --8<---------------cut here---------------end--------------->8--- [1] http://thread.gmane.org/gmane.emacs.bugs/95013 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 08 12:59:03 2014 Received: (at control) by debbugs.gnu.org; 8 Nov 2014 17:59:03 +0000 Received: from localhost ([127.0.0.1]:53915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XnAHv-0001NO-1I for submit@debbugs.gnu.org; Sat, 08 Nov 2014 12:59:03 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:48525) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XnAHs-0001Mo-09 for control@debbugs.gnu.org; Sat, 08 Nov 2014 12:59:00 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XnAHo-0007Ft-Ri for control@debbugs.gnu.org; Sat, 08 Nov 2014 12:58:59 -0500 Date: Sat, 08 Nov 2014 12:58:56 -0500 Message-Id: Subject: control message for bug 18980 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.6 (-----) X-Debbugs-Envelope-To: control 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.6 (-----) merge 18813 18980 From unknown Thu Aug 14 21:55:35 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, 07 Dec 2014 12:24:03 +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