[Sablevm-developer] Bug#239452: marked as done (ant: fails to compile previously working package)
Brought to you by:
egagnon
From: <ow...@bu...> - 2004-06-03 09:25:03
|
Your message dated Thu, 03 Jun 2004 05:02:04 -0400 with message-id <E1B...@ne...> and subject line Bug#239452: fixed in sablevm 1.1.5-1 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; 22 Mar 2004 19:56:08 +0000 >From pe...@pe... Mon Mar 22 11:56:08 2004 Return-path: <pe...@pe...> Received: from pezone.net (ramrod.pezone.net) [81.169.154.182] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1B5VWp-00019J-00; Mon, 22 Mar 2004 11:56:07 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by ramrod.pezone.net (Postfix) with ESMTP id F07F73C0088; Mon, 22 Mar 2004 20:56:01 +0100 (CET) Received: from ramrod.pezone.net ([127.0.0.1]) by localhost (ramrod.pezone.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10671-02; Mon, 22 Mar 2004 20:56:01 +0100 (CET) Received: by ramrod.pezone.net (Postfix, from userid 1000) id C82713C0087; Mon, 22 Mar 2004 20:56:01 +0100 (CET) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Peter Eisentraut <pe...@gm...> To: Debian Bug Tracking System <su...@bu...> Subject: ant: fails to compile previously working package X-Mailer: reportbug 2.48 Date: Mon, 22 Mar 2004 20:56:01 +0100 Message-Id: <200...@ra...> Delivered-To: su...@bu... X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,DATING,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_12 X-Spam-Level: Package: ant Version: 1.6.1-1 Severity: normal I have installed sablevm 1.1.0-5 classpath 0.07-2 jikes 1.18-8 and no other Java VMs, libraries, or compilers. I am trying to build the PostgreSQL JDBC driver (http://gborg.postgresql.org/project/pgjdbc/projdisplay.php, today's checkout) with this setup. With the previous ant version in Debian, 1.5.4-3, this worked. With 1.6.1-1, I get $ ant -Dbuild.compiler=jikes [...] compile: [javac] Compiling 80 source files to /home/peter/jdbc/pgjdbc/build [javac] Could not remove shutdown hook BUILD FAILED java.lang.NullPointerException at java.lang.Thread.isAlive (Thread.java:579) at java.lang.Runtime.addShutdownHook (Runtime.java:351) at java.lang.reflect.Method.invokeNative (Method.java) at java.lang.reflect.Method.invoke (Method.java:552) at org.apache.tools.ant.taskdefs.ProcessDestroyer.addShutdownHook (ProcessDestroyer.java:98) at org.apache.tools.ant.taskdefs.ProcessDestroyer.add (ProcessDestroyer.java:166) at org.apache.tools.ant.taskdefs.Execute.execute (Execute.java:476) at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile (DefaultCompilerAdapter.java:449) at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile (DefaultCompilerAdapter.java:371) at org.apache.tools.ant.taskdefs.compilers.Jikes.execute (Jikes.java:202) at org.apache.tools.ant.taskdefs.Javac.compile (Javac.java:942) at org.apache.tools.ant.taskdefs.Javac.execute (Javac.java:764) at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:269) at org.apache.tools.ant.Task.perform (Task.java:364) at org.apache.tools.ant.Target.execute (Target.java:301) at org.apache.tools.ant.Target.performTasks (Target.java:328) at org.apache.tools.ant.Project.executeTarget (Project.java:1215) at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:383) at org.apache.tools.ant.taskdefs.CallTarget.execute (CallTarget.java:107) at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:269) at org.apache.tools.ant.Task.perform (Task.java:364) at org.apache.tools.ant.Target.execute (Target.java:301) at org.apache.tools.ant.Target.performTasks (Target.java:328) at org.apache.tools.ant.Project.executeTarget (Project.java:1215) at org.apache.tools.ant.Project.executeTargets (Project.java:1063) at org.apache.tools.ant.Main.runBuild (Main.java:632) at org.apache.tools.ant.Main.startAnt (Main.java:183) at org.apache.tools.ant.launch.Launcher.run (Launcher.java:197) at org.apache.tools.ant.launch.Launcher.main (Launcher.java:56) at java.lang.VirtualMachine.invokeMain (VirtualMachine.java) at java.lang.VirtualMachine.main (VirtualMachine.java:88) Total time: 5 seconds java.lang.NullPointerException at java.lang.Thread.isAlive (Thread.java:579) at java.lang.Runtime.addShutdownHook (Runtime.java:351) at java.lang.reflect.Method.invokeNative (Method.java) at java.lang.reflect.Method.invoke (Method.java:552) at org.apache.tools.ant.taskdefs.ProcessDestroyer.addShutdownHook (ProcessDestroyer.java:98) at org.apache.tools.ant.taskdefs.ProcessDestroyer.add (ProcessDestroyer.java:166) at org.apache.tools.ant.taskdefs.Execute.execute (Execute.java:476) at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile (DefaultCompilerAdapter.java:449) at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile (DefaultCompilerAdapter.java:371) at org.apache.tools.ant.taskdefs.compilers.Jikes.execute (Jikes.java:202) at org.apache.tools.ant.taskdefs.Javac.compile (Javac.java:942) at org.apache.tools.ant.taskdefs.Javac.execute (Javac.java:764) at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:269) at org.apache.tools.ant.Task.perform (Task.java:364) at org.apache.tools.ant.Target.execute (Target.java:301) at org.apache.tools.ant.Target.performTasks (Target.java:328) at org.apache.tools.ant.Project.executeTarget (Project.java:1215) at org.apache.tools.ant.taskdefs.Ant.execute (Ant.java:383) at org.apache.tools.ant.taskdefs.CallTarget.execute (CallTarget.java:107) at org.apache.tools.ant.UnknownElement.execute (UnknownElement.java:269) at org.apache.tools.ant.Task.perform (Task.java:364) at org.apache.tools.ant.Target.execute (Target.java:301) at org.apache.tools.ant.Target.performTasks (Target.java:328) at org.apache.tools.ant.Project.executeTarget (Project.java:1215) at org.apache.tools.ant.Project.executeTargets (Project.java:1063) at org.apache.tools.ant.Main.runBuild (Main.java:632) at org.apache.tools.ant.Main.startAnt (Main.java:183) at org.apache.tools.ant.launch.Launcher.run (Launcher.java:197) at org.apache.tools.ant.launch.Launcher.main (Launcher.java:56) at java.lang.VirtualMachine.invokeMain (VirtualMachine.java) at java.lang.VirtualMachine.main (VirtualMachine.java:88) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.24-1-686 Locale: LANG=C, LC_CTYPE=C Versions of packages ant depends on: ii gij-3.3 [java-virtual-machine 1:3.3.3-1 The GNU Java bytecode interpreter ii libant1.6-java 1.6.1-1 Java based build tool like make ii libxerces2-java 2.6.0-1 Validating XML parser for Java ii sablevm [java-virtual-machine 1.1.0-5 Free implementation of Java Virtua -- no debconf information --------------------------------------- Received: (at 239452-close) by bugs.debian.org; 3 Jun 2004 09:08:02 +0000 >From ka...@ft... Thu Jun 03 02:08:02 2004 Return-path: <ka...@ft...> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BVoCf-0006xV-00; Thu, 03 Jun 2004 02:08:02 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1BVo6u-0000um-00; Thu, 03 Jun 2004 05:02:04 -0400 From: Grzegorz Prokopski (Debian Developer) <ga...@de...> To: 239...@bu... X-Katie: $Revision: 1.49 $ Subject: Bug#239452: fixed in sablevm 1.1.5-1 Message-Id: <E1B...@ne...> Sender: Archive Administrator <ka...@ft...> Date: Thu, 03 Jun 2004 05:02:04 -0400 Delivered-To: 239...@bu... 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 3 Source: sablevm Source-Version: 1.1.5-1 We believe that the bug you reported is fixed in the latest version of sablevm, which is due to be installed in the Debian FTP archive: jikes-sablevm_1.1.5-1_all.deb to pool/main/s/sablevm/jikes-sablevm_1.1.5-1_all.deb libsablevm1-dev_1.1.5-1_all.deb to pool/main/s/sablevm/libsablevm1-dev_1.1.5-1_all.deb libsablevm1_1.1.5-1_sparc.deb to pool/main/s/sablevm/libsablevm1_1.1.5-1_sparc.deb sablevm_1.1.5-1.diff.gz to pool/main/s/sablevm/sablevm_1.1.5-1.diff.gz sablevm_1.1.5-1.dsc to pool/main/s/sablevm/sablevm_1.1.5-1.dsc sablevm_1.1.5-1_sparc.deb to pool/main/s/sablevm/sablevm_1.1.5-1_sparc.deb sablevm_1.1.5.orig.tar.gz to pool/main/s/sablevm/sablevm_1.1.5.orig.tar.gz 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 23...@bu..., and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Grzegorz Prokopski (Debian Developer) <ga...@de...> (supplier of updated sablevm 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 ftp...@de...) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 2 Jun 2004 21:09:13 -0400 Source: sablevm Binary: libsablevm1 sablevm jikes-sablevm libsablevm1-dev Architecture: source all sparc Version: 1.1.5-1 Distribution: unstable Urgency: high Maintainer: Grzegorz Prokopski (Debian Developer) <ga...@de...> Changed-By: Grzegorz Prokopski (Debian Developer) <ga...@de...> Description: jikes-sablevm - Wrapper for jikes using classes from SableVM JVM libsablevm1 - Free implementation of JVM second edition - library libsablevm1-dev - Free implementation of JVM secon edition - development files sablevm - Free implementation of Java Virtual Machine (JVM) second edition Closes: 181365 231366 239452 245834 Changes: sablevm (1.1.5-1) unstable; urgency=high . * New upstream release. * Urgency high, because our testing package is outdated and getting this SableVM 1.1.5 package into Sarge should allow avdyk to fix a few java packages stuck in unstable. Mainly Ant 1.6 support is important. * Ant 1.6 has been reported to work w/ this release. Closes: #239452 * Added AMD64 support. Closes: #245834 * These problems w/ class loading should be solved by fixes in 1.1.4. Closes: #231366 * Somebody finally fixed libtool (after 1 year!) so we can do: Closes: #181365 * Added Depends: libgnujaxp-java and gnujaxp.jar to the default classpath of 'java-sablevm' wrapper. Files: 7cd60986f7c2a4dc1f5268a5393ee5a5 721 interpreters optional sablevm_1.1.5-1.dsc bd622682679dbb6ad7fb8e9fc339abf8 663191 interpreters optional sablevm_1.1.5.orig.tar.gz 9515681c0016a54a3ec49142773e8ecc 10667 interpreters optional sablevm_1.1.5-1.diff.gz 7382f3f53c045e3c56efb9e22afcc2b6 35294 interpreters optional sablevm_1.1.5-1_sparc.deb 70949d157783965c2e0b3a940e94a2d7 130622 libs optional libsablevm1_1.1.5-1_sparc.deb 82567c56337cca29865efbfe1beb43bd 13300 libdevel optional libsablevm1-dev_1.1.5-1_all.deb 7582ee2750fde8bb04e8f41e9edf0d04 7766 devel optional jikes-sablevm_1.1.5-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAvuUncxjwiKS4/ekRAnNjAJ9XgISIpdVIie75lXxWmRhQTZmZDACeJDAc HC5AzrGvi/oTNY73x4VlS+k= =jPz4 -----END PGP SIGNATURE----- |