Your message dated Wed, 28 Sep 2011 12:20:25 +0000
with message-id <e1r8t7h-0007rd...@franck.debian.org>
and subject line Bug#642795: fixed in leiningen 1.6.1-2
has caused the Debian Bug report #642795,
regarding java.lang.ClassNotFoundException: org/objectweb/asm/commons/Method
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 ow...@bugs.debian.org
immediately.)


-- 
642795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642795
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: leiningen
Version: 1.6.1-1
Severity: important

After upgrading openjdk to the new one in Sid, Leiningen does not work.

% lein help
Exception in thread "main" java.lang.ExceptionInInitializerError
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at clojure.lang.RT.loadClassForName(RT.java:1578)
        at clojure.lang.RT.load(RT.java:399)
        at clojure.lang.RT.load(RT.java:381)
        at clojure.core$load$fn__4519.invoke(core.clj:4915)
        at clojure.core$load.doInvoke(core.clj:4914)
        at clojure.lang.RestFn.invoke(RestFn.java:408)
        at clojure.core__init.load(Unknown Source)
        at clojure.core__init.<clinit>(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at clojure.lang.RT.loadClassForName(RT.java:1578)
        at clojure.lang.RT.load(RT.java:399)
        at clojure.lang.RT.load(RT.java:381)
        at clojure.lang.RT.doInit(RT.java:416)
        at clojure.lang.RT.<clinit>(RT.java:302)
        at clojure.main.<clinit>(main.java:20)
Caused by: java.lang.ClassNotFoundException: org/objectweb/asm/commons/Method
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:186)
        at clojure.core_proxy__init.load(Unknown Source)
        at clojure.core_proxy__init.<clinit>(Unknown Source)
        ... 18 more
Could not find the main class: clojure.main. Program will exit.


% dpkg -l openjdk\* | grep "^ii"
ii  openjdk-6-jdk                                6b23~pre9-1
                       OpenJDK Development Kit (JDK)
ii  openjdk-6-jre                                6b23~pre9-1
                       OpenJDK Java runtime, using Hotspot JIT
ii  openjdk-6-jre-headless                       6b23~pre9-1
                       OpenJDK Java runtime, using Hotspot JIT
(headless)
ii  openjdk-6-jre-lib                            6b23~pre9-1
                       OpenJDK Java runtime (architecture independent
libraries)


Regards,
Daigo

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.4-rscloud (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages leiningen depends on:
ii  ant                               1.8.2-3
ii  clojure1.2                        1.2.1+dfsg-3
ii  libbackport-util-concurrent-java  3.1-3
ii  libclassworlds-java               1.1-final-5
ii  libclucy-clojure                  0.2.2-2
ii  libjaxp1.3-java                   1.3.05-1
ii  liblucene2-java                   2.9.4+ds1-2
ii  libmaven-ant-tasks-java           2.0.10-1
ii  libmaven2-core-java               2.2.1-6
ii  libplexus-container-default-java  1.0-alpha-9-stable-1-6
ii  libplexus-interpolation-java      1.11-3
ii  libplexus-utils-java              1:1.5.15-4
ii  librobert-hooke-clojure           1.1.2-1
ii  libwagon-java                     1.0.0-1
ii  openjdk-6-jre                     6b23~pre9-1

Versions of packages leiningen recommends:
pn  clojure-contrib  1.2.0-2
pn  rlwrap           <none>

leiningen suggests no packages.

-- no debconf information


-- 
Daigo Moriwaki   <daigo at debian dot org>



--- End Message ---
--- Begin Message ---
Source: leiningen
Source-Version: 1.6.1-2

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

leiningen_1.6.1-2.debian.tar.gz
  to main/l/leiningen/leiningen_1.6.1-2.debian.tar.gz
leiningen_1.6.1-2.dsc
  to main/l/leiningen/leiningen_1.6.1-2.dsc
leiningen_1.6.1-2_all.deb
  to main/l/leiningen/leiningen_1.6.1-2_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 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daigo Moriwaki <da...@debian.org> (supplier of updated leiningen 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 28 Sep 2011 20:17:06 +0900
Source: leiningen
Binary: leiningen
Architecture: source all
Version: 1.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Daigo Moriwaki <da...@debian.org>
Description: 
 leiningen  - simple build system for Clojure
Closes: 642723 642795
Changes: 
 leiningen (1.6.1-2) unstable; urgency=low
 .
   * Added a patch for bin/lein to fix "java.lang.ClassNotFoundException:
     org/objectweb/asm/commons/Method"
     (Closes: #642723, #642795)
   * debian/copyright: fixed the lintian warning
     syntax-error-in-dep5-copyright.
Checksums-Sha1: 
 75a7204d360b05120820b0c1a54d06ec348663d8 1766 leiningen_1.6.1-2.dsc
 20392536cf6a116bafa6dc6ee3d78da122e32f3d 23815 leiningen_1.6.1-2.debian.tar.gz
 56977de0ff56495942b11d43683b4928081858c0 1049758 leiningen_1.6.1-2_all.deb
Checksums-Sha256: 
 76ee21dd63f8366b26b78b04776ba0e870d879cdccf1df21d79d144dbd822b52 1766 
leiningen_1.6.1-2.dsc
 af083170526f62d9d02e510f00966e6913ebeadde580d6986a54e59e11369161 23815 
leiningen_1.6.1-2.debian.tar.gz
 78d737028f9d1e12a91983b10af84ef2c5d251232b5d246c2ba6e4f14d10fcac 1049758 
leiningen_1.6.1-2_all.deb
Files: 
 67befbf4ff577d904d2cb3f0e2bb67a8 1766 java optional leiningen_1.6.1-2.dsc
 e7bc0c5664461ca06885cb03a628d936 23815 java optional 
leiningen_1.6.1-2.debian.tar.gz
 619e7c704642b4ad2fbefaa826215b70 1049758 java optional 
leiningen_1.6.1-2_all.deb

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

iEYEARECAAYFAk6DEYkACgkQNcPj+ukc0lBRgACgxNI/UaG13dR29mmn0lwIBIQs
/YwAoLw92HJlgoaovdV3Rzt7MNwWggtw
=lb7G
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to