Your message dated Thu, 7 May 2009 19:47:42 +0100
with message-id <[email protected]>
and subject line zenirc has been removed from Debian, closing #270644
has caused the Debian Bug report #270644,
regarding zenirc: Package not usable after installation
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
270644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270644
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zenirc
Version: 2.112-12
Severity: important

On emacsen without a zenirc version already installed, the script to
compile for various flavors will fail because the various files contain
a (require 'zenirc), which cannot be satisfied.

The following patch should fix that:

pontus:~# diff -u /usr/lib/emacsen-common/packages/install/zenirc.orig 
/usr/lib/emacsen-common/packages/install/zenirc
--- /usr/lib/emacsen-common/packages/install/zenirc.orig        2004-09-08 
13:44:55.000000000 +0200
+++ /usr/lib/emacsen-common/packages/install/zenirc     2004-09-08 
13:47:51.000000000 +0200
@@ -3,7 +3,7 @@
 FLAVOR=$1
 echo install/zenirc: Handling install of emacsen flavor ${FLAVOR}

-byte_compile_options="-batch -f batch-byte-compile"
+byte_compile_options="-batch -l path.el -f batch-byte-compile"
 el_files="`cd /usr/share/emacs/site-lisp/zenirc; echo *.el`"
 el_dir=/usr/share/emacs/site-lisp/zenirc
 elc_dir=/usr/share/${FLAVOR}/site-lisp/zenirc
@@ -15,6 +15,9 @@

     # Copy the temp .el files
     (cd ${el_dir}; cp ${el_files} ${elc_dir})
+
+    # Setup temporary loadpath hack
+    (cd ${elc_dir}; echo '(setq load-path (cons "." load-path) 
byte-compile-warnings nil)' > path.el)

     # Byte compile them
     (cd ${elc_dir}; ${FLAVOR} ${byte_compile_options} ${el_files} 2> /dev/null 
)
@@ -22,6 +25,6 @@

     # remove the redundant .el files
     # presumes that any .el files in the <flavor> dir are trash.
-    (cd ${elc_dir}; rm -f ${el_files} )
+    (cd ${elc_dir}; rm -f ${el_files} path.el)
 fi
 exit 0
pontus:~# 

There's also an issue with the fact that it doesn't fix the 
load-path, which should be fixed by the patch below. 

pontus:~# diff -u /etc/emacs/site-start.d/50zenirc.el.orig 
/etc/emacs/site-start.d/50zenirc.el
--- /etc/emacs/site-start.d/50zenirc.el.orig    2004-04-15 19:51:58.000000000 
+0200
+++ /etc/emacs/site-start.d/50zenirc.el 2004-09-08 15:09:10.000000000 +0200
@@ -1 +1,7 @@
+
+(debian-pkg-add-load-path-item
+   (concat "/usr/share/"
+                   (symbol-name debian-emacs-flavor)
+                            "/site-lisp/zenirc"))
+
 (autoload 'zenirc "zenirc" "Major mode for wasting time." t)
pontus:~# 

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-686
Locale: LANG=sv_SE, LC_CTYPE=sv_SE

Versions of packages zenirc depends on:
ii  emacsen-common                1.4.15     Common facilities for all emacsen.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.112.dfsg-0.1+rm

The zenirc package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/525492 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues


--- End Message ---

Reply via email to