Your message dated Thu, 28 Feb 2008 18:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#444374: fixed in jde 2.3.5.1-4
has caused the Debian Bug report #444374,
regarding jde: jde fails to install (post-installation failure)
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.)


-- 
444374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444374
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: jde
Version: 2.3.5.1-2
Severity: grave

The jde package will not install on a lenny system using either
emacs21 or emacs 22. The problem is easily replicated:

- Start with an emacs21/22 install, don't install ecb
- apt-get install jde and it will fail after installing all
  dependencies (you will need to fix the other grave bug, #424869, by
  hand to get this far).

The last few lines in the install will be:

emacs-package-install: /usr/lib/emacsen-common/packages/install/jde emacs22 
emacs22 failed at /usr/lib/emacsen-common/emacs-package-install line 30, 
<TSORT> line 7.
dpkg: error processing jde (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 jde
E: Sub-process /usr/bin/dpkg returned an error code (1)

After this jde is unusable.

The problem is solved by installing ecb alongwith the other declared
dependencies (I just tried with cogre alone, but it seems ecb is what
is required for the install to fail). 

This problem is consistently reproducible on two different machines
(one i686 lenny/sid, the other this ppc with lenny upgraded from
etch).

I don't (yet) know why exactly ecb is required, but it clearly fixes
the problem.

Cheers!
Shyamal

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.21-2-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jde depends on:
ii  bsh                          2.0b4-6     Java scripting environment (BeanSh
ii  eieio                        1:1.0pre4-2 Enhanced Implementation of Emacs I
ii  elib                         1.0-11.1    Library of commonly-used Emacs fun
ii  emacs22 [emacsen]            22.1+1-2    The GNU Emacs editor
ii  java-common                  0.26        Base of all Java packages
ii  semantic                     1:1.0pre4-2 Parser Infrastructure for Emacsen
ii  speedbar                     1:1.0pre4-2 Everything browser, or Dired on st

Versions of packages jde recommends:
ii  ecb                           2.32-1     code browser for Emacs supporting 
ii  gcj [java-compiler]           4:4.2.1-6  The GNU Java compiler
ii  gcj-4.2 [java-compiler]       4.2.1-5    The GNU compiler for Java(TM)
ii  gij [java-virtual-machine]    4:4.2.1-6  The GNU Java bytecode interpreter
ii  gij-4.1 [java-virtual-machine 4.1.2-16   The GNU Java bytecode interpreter
ii  gij-4.2 [java-virtual-machine 4.2.1-5    The GNU Java bytecode interpreter

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: jde
Source-Version: 2.3.5.1-4

We believe that the bug you reported is fixed in the latest version of
jde, which is due to be installed in the Debian FTP archive:

jde_2.3.5.1-4.diff.gz
  to pool/contrib/j/jde/jde_2.3.5.1-4.diff.gz
jde_2.3.5.1-4.dsc
  to pool/contrib/j/jde/jde_2.3.5.1-4.dsc
jde_2.3.5.1-4_all.deb
  to pool/contrib/j/jde/jde_2.3.5.1-4_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.
Michael W. Olson (GNU address) <[EMAIL PROTECTED]> (supplier of updated jde 
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: Wed, 20 Feb 2008 23:42:11 -0600
Source: jde
Binary: jde
Architecture: source all
Version: 2.3.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Michael W. Olson (GNU address) <[EMAIL PROTECTED]>
Changed-By: Michael W. Olson (GNU address) <[EMAIL PROTECTED]>
Description: 
 jde        - JDEE, Java Development Environment for Emacs(en)
Closes: 247254 267520 428047 436088 444374 450816 451786
Changes: 
 jde (2.3.5.1-4) unstable; urgency=low
 .
   * debian/copyright: Update download location.
   * debian/emacsen-install: Make find-library work.
   * debian/emacsen-startup:
     - Use debian-pkg-add-load-path-item.
     - Load jde.el, so that JDEE is enabled when a .java file is visited.
       Thanks to Luis Fernando Llana Díaz for the report
       (Closes: #428047).
     - Set the global-senator-minor-mode to t to fix broken syntax
       highlighting.  Thanks to Antti-Juhani Kaijanaho and Jhair Tocancipa
       Triana for the report and fix
       (Closes: #267520).
     - Load beanshell.el before loading jde-compile.el.  This fixes an
       error that happens during startup.
     - Handle case where package is removed but not purged.
     - Add workaround for JDK 1.7 to future-proof ourselves.
     - Automatically register all JDKs installed on the system with JDEE by
       parsing the output from "/usr/sbin/update-java-alternatives --list".
       This makes it easier for new users to get started.
   * debian/control:
     - Add Vcs-Browser and Vcs-Git directives.
     - (Build-Depends): Remove dpatch.
     - (Depends):
       + Add cedet-contrib and cogre.  Thanks to Shyamal Prasad, and Toby
         Speight, ale, Michael Burschik, and jlueters for the report
         (Closes: #444374, #451786, #436088, #450816).
       + Add emacsen-common because we now use
         debian-pkg-add-load-path-item.
   * debian/dirs: Add usr/share/java/bsh-commands/bsh/commands.
   * debian/jde.preinst: Handle emacs22.
   * debian/jde.manpages: New file that installs the jtags manpage.
   * debian/jtags.1: Fix NAME section to silence lintian.
   * debian/patches: Remove in favor of using git.
   * debian/rules:
     - Add instructions for building using git to the header.
     - (binary-indep):
        + Remove executable bit in
          /usr/share/doc/jde/examples/makefile.sample to silence lintian.
        + Install emacsen-startup script with priority 54 so that it loads
          after the rest of CEDET.
     - (install):
       + Install java/bsh-commands/bsh/commands directory.  Thanks to Monte
         Lin (林奇峰) for the report
         (Closes: #247254).
   * lisp/jde-jdb.el: Fix bug when viewing a file with no jdb installed in
     emacs21.
Files: 
 438572b32696d6b9e91ce7c44e090868 739 contrib/devel optional jde_2.3.5.1-4.dsc
 8bce49c06c591ccf50bf7d534bf80be9 13879 contrib/devel optional 
jde_2.3.5.1-4.diff.gz
 c70836f2247fd0df098c74253a072298 1606970 contrib/devel optional 
jde_2.3.5.1-4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHxvhGogN2vsA8Vt8RAgt3AKDRZybJdJJ5xtgAeD1ZTmQfXxafhgCaA2VD
9ecWVTqDZYtTsUB/vcmcMzI=
=K6ua
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to