Your message dated Thu, 27 Jan 2005 14:17:13 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#270388: fixed in emacsen-common 1.4.16 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 7 Sep 2004 06:40:07 +0000 >From [EMAIL PROTECTED] Mon Sep 06 23:40:07 2004 Return-path: <[EMAIL PROTECTED]> Received: from dhcp-57-63.dsl.telerama.com (endicott) [205.201.57.63] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C4ZeB-0000UB-00; Mon, 06 Sep 2004 23:40:07 -0700 Received: from cg2v by endicott with local (Exim 4.34) id 1C4Zde-0004Pb-SP; Tue, 07 Sep 2004 02:39:34 -0400 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Chaskiel Grundman <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: cedet-common: breaks other packages in batch mode X-Mailer: reportbug 2.63 Date: Tue, 07 Sep 2004 02:39:34 -0400 Message-Id: <[EMAIL PROTECTED]> Sender: Chaskiel Grundman <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: cedet-common Version: 1:1.0beta3b-1 Severity: minor after installing cedet-common, emacs21 -batch and xemacs21 -batch both fail to initialize several addon packages (including dictionaries-common, emacs-goodies-el, debian-el, and maxima-emacs; i.e. all packages that use debian-pkg-add-load-path-item instead of modifying load-path directly) I have traced this to a nil that appears in the load-path. This nil is apparently added intentionally by cedet-autogen.el, which is loaded by /etc/emacs/site-start.d/50cedet-common.el debian-pkg-add-load-path-item breaks because it contains the following construct: (let (... (lp-rest load-path)) (while (not (null lp-rest)) (if (string-match "^/usr/local" (car lp-rest))... (car lp-rest) returns the nil, and string-match throws a type exception. I do not have a scenario where this issue actually causes a problem, but the current behavior seems wrong. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-686 Locale: LANG=C, LC_CTYPE=C Versions of packages cedet-common depends on: ii emacs21 [emacsen] 21.3+1-7 The GNU Emacs editor ii xemacs21-mule [emacsen] 21.4.15-7 Editor and kitchen sink -- Mule bi ii xemacs21-nomule [emacsen] 21.4.15-7 Editor and kitchen sink -- Non-mul -- no debconf information --------------------------------------- Received: (at 270388-close) by bugs.debian.org; 27 Jan 2005 19:24:13 +0000 >From [EMAIL PROTECTED] Thu Jan 27 11:24:13 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CuFFV-0001Ly-00; Thu, 27 Jan 2005 11:24:13 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1CuF8j-0001hS-00; Thu, 27 Jan 2005 14:17:13 -0500 From: Rob Browning <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#270388: fixed in emacsen-common 1.4.16 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 27 Jan 2005 14:17:13 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 4 Source: emacsen-common Source-Version: 1.4.16 We believe that the bug you reported is fixed in the latest version of emacsen-common, which is due to be installed in the Debian FTP archive: emacsen-common_1.4.16.dsc to pool/main/e/emacsen-common/emacsen-common_1.4.16.dsc emacsen-common_1.4.16.tar.gz to pool/main/e/emacsen-common/emacsen-common_1.4.16.tar.gz emacsen-common_1.4.16_all.deb to pool/main/e/emacsen-common/emacsen-common_1.4.16_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rob Browning <[EMAIL PROTECTED]> (supplier of updated emacsen-common package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 27 Jan 2005 12:27:09 -0600 Source: emacsen-common Binary: emacsen-common Architecture: source all Version: 1.4.16 Distribution: unstable Urgency: high Maintainer: Rob Browning <[EMAIL PROTECTED]> Changed-By: Rob Browning <[EMAIL PROTECTED]> Description: emacsen-common - Common facilities for all emacsen Closes: 115116 175779 209469 270388 288752 Changes: emacsen-common (1.4.16) unstable; urgency=high . * Fix sarge RC bug. Alter debian-pkg-add-load-path-item to handle nil in load-path. Thanks to Manoj Srivastava. (closes: 270388) * Include section and priorty in dpkg-gencontrol generated control file. (closes: 288752) * Don't create /usr/doc/ symlinks anymore. * Remove pause in 00debian-vars.el when there is no /etc/mailname. The message will always be available in *Messages*. The real fix for this may involve bug 149924. (closes: 115116) * Ignore *~ when generating package list. Eventually we may do something more like run-parts, but this is at least an improvement. (ref: #29494) * Make the package description a bit more elaborate. (closes: 209469) * Fix debian-emacs-policy typo. (closes: 175779) Files: 50596757c9e98331157c45f76725e799 479 editors optional emacsen-common_1.4.16.dsc 3b0d5f206a400bef07ce7ae8e35c18ee 16106 editors optional emacsen-common_1.4.16.tar.gz c81d7c01ba8e05b193bd00fd7caf4b9f 17302 editors optional emacsen-common_1.4.16_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFB+TsWJcjTd4x+c6QRAqggAKCzdMi9yC89KirxgvKN9BKZPRl9IQCeN+Rl 1HGqnjCzfBwINgZ3ZQpltK4= =dCxd -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]