Your message dated Sun, 20 Mar 2005 03:02:22 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300388: fixed in sablevm-classlib 1.11.1-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; 19 Mar 2005 12:48:06 +0000
>From [EMAIL PROTECTED] Sat Mar 19 04:48:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail-out.m-online.net [212.18.0.9]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCdN7-0005eZ-00; Sat, 19 Mar 2005 04:48:05 -0800
Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148])
by mail-out.m-online.net (Postfix) with ESMTP id 65994774D;
Sat, 19 Mar 2005 13:48:04 +0100 (CET)
Received: from atari.stigge.org (ppp-82-135-2-178.mnet-online.de [82.135.2.178])
by mail.m-online.net (Postfix) with ESMTP id 2AA125F9DE;
Sat, 19 Mar 2005 13:48:00 +0100 (CET)
Received: from [192.168.5.99] (localhost [127.0.0.1])
by atari.stigge.org (Postfix) with ESMTP id 8637F100B9782;
Sat, 19 Mar 2005 13:47:59 +0100 (CET)
From: Roland Stigge <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: libxml-commons-resolver1.1-java: FTBFS: NullPointerException
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 19 Mar 2005 13:47:59 +0100 (CET)
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: libxml-commons-resolver1.1-java
Version: 1.1-4
Severity: serious
Hi,
building the package libxml-commons-resolver1.1-java in a clean build
environment
(with pbuilder) on i386 results in:
=========================================================================
[...]
if [ ! -d "." ]; then \
mkdir -p "."; \
fi
if [ -z "" ]; then \
if ! test -f debian/compat; then echo 4 > debian/compat; fi; \
fi
cd . && /usr/bin/java-sablevm -classpath
/usr/share/ant1.6/lib/ant.jar:/usr/share/java/xerces.jar:/usr/share/ant1.6/lib/ant-launcher.jar:/usr/share/java/jaxp-1.2.jar:
-Dant.home=/usr/share/ant1.6 org.apache.tools.ant.Main -Dcompile.debug=true
-Dcompile.optimize=true -Dbuild.compiler=jikes -buildfile resolver.xml jar
Buildfile: resolver.xml
init:
[echo] Building xml-commons-resolver (version: 1.1) Buildfile: $Revision:
1.11 $
[mkdir] Created dir:
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build/classes
[mkdir] Created dir:
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build/classes/org/apache/xml/resolver/etc
[mkdir] Created dir:
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build/docs
[mkdir] Created dir:
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build/apidocs/resolver
[copy] Copying 1 file to
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build
[copy] Copying 1 file to
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/src/org/apache/xml/resolver
compile:
[echo] Compiling...
[javac] Compiling 29 source files to
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build/classes
[javac] Issued 5 semantic warnings compiling
"/tmp/buildd/libxml-commons-resolver1.1-java-1.1/src/org/apache/xml/resolver/readers/OASISXMLCatalogReader.java":
[javac] 388. entryType = catalog.DOCTYPE;
[javac] ^-----^
[javac] *** Semantic Warning: Accessing the class field "DOCTYPE" via an
instance is discouraged because the field accessed will be the one in the
variable's declared type, not the instance's dynamic type.
[...]
[javac] *** Semantic Warning: Accessing the class field "SYSTEM" via an
instance is discouraged because the field accessed will be the one in the
variable's declared type, not the instance's dynamic type.
jar:
[echo] Jarring ./build/resolver.jar from ./build/classes
[copy] Copying 3 files to
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build/classes/org/apache/xml/resolver/etc
[jar] Building jar:
/tmp/buildd/libxml-commons-resolver1.1-java-1.1/build/resolver.jar
java.lang.NullPointerException
at java.text.DecimalFormatSymbols.setCurrency (DecimalFormatSymbols.java:397)
at java.text.DecimalFormatSymbols.DecimalFormatSymbols
(DecimalFormatSymbols.java:151)
at java.text.NumberFormat.computeInstance (NumberFormat.java:327)
at java.text.NumberFormat.getNumberInstance (NumberFormat.java:456)
at java.text.NumberFormat.getInstance (NumberFormat.java:381)
at java.text.MessageFormatElement.setLocale (MessageFormat.java:90)
at java.text.MessageFormat.scanFormat (MessageFormat.java:314)
at java.text.MessageFormat.applyPattern (MessageFormat.java:335)
at java.text.MessageFormat.formatInternal (MessageFormat.java:465)
at java.text.MessageFormat.format (MessageFormat.java:403)
at java.text.MessageFormat.format (MessageFormat.java:518)
at java.text.Format.format (Format.java:101)
at org.apache.tools.ant.util.DateUtils.formatElapsedTime (DateUtils.java:132)
at org.apache.tools.ant.DefaultLogger.formatTime (DefaultLogger.java:276)
at org.apache.tools.ant.DefaultLogger.buildFinished (DefaultLogger.java:156)
at org.apache.tools.ant.Project.fireBuildFinished (Project.java:1796)
at org.apache.tools.ant.Main.runBuild (Main.java:693)
at org.apache.tools.ant.Main.startAnt (Main.java:188)
at org.apache.tools.ant.Main.start (Main.java:151)
at org.apache.tools.ant.Main.main (Main.java:241)
at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
at java.lang.VirtualMachine.main (VirtualMachine.java:108)
make: *** [debian/stamp-ant-build] Error 1
=========================================================================
Thanks for considering.
--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/
Please note that this report has not been generated fully automatically.
DARTS just helped finding the problem.
---------------------------------------
Received: (at 300388-close) by bugs.debian.org; 20 Mar 2005 08:22:21 +0000
>From [EMAIL PROTECTED] Sun Mar 20 00:22:21 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 1DCvhU-0006yI-00; Sun, 20 Mar 2005 00:22:20 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DCvOA-0005KE-00; Sun, 20 Mar 2005 03:02:22 -0500
From: [EMAIL PROTECTED] (Grzegorz B. Prokopski)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#300388: fixed in sablevm-classlib 1.11.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 20 Mar 2005 03:02:22 -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: 5
Source: sablevm-classlib
Source-Version: 1.11.1-1
We believe that the bug you reported is fixed in the latest version of
sablevm-classlib, which is due to be installed in the Debian FTP archive:
libsablevm-classlib1-java_1.11.1-1_all.deb
to pool/main/s/sablevm-classlib/libsablevm-classlib1-java_1.11.1-1_all.deb
libsablevm-native1_1.11.1-1_i386.deb
to pool/main/s/sablevm-classlib/libsablevm-native1_1.11.1-1_i386.deb
sablevm-classlib_1.11.1-1.diff.gz
to pool/main/s/sablevm-classlib/sablevm-classlib_1.11.1-1.diff.gz
sablevm-classlib_1.11.1-1.dsc
to pool/main/s/sablevm-classlib/sablevm-classlib_1.11.1-1.dsc
sablevm-classlib_1.11.1.orig.tar.gz
to pool/main/s/sablevm-classlib/sablevm-classlib_1.11.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Grzegorz B. Prokopski <[EMAIL PROTECTED]> (supplier of updated sablevm-classlib
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: Fri, 18 Mar 2005 18:46:37 -0500
Source: sablevm-classlib
Binary: libsablevm-native1 libsablevm-classlib1-java
Architecture: source all i386
Version: 1.11.1-1
Distribution: unstable
Urgency: medium
Maintainer: Grzegorz B. Prokopski <[EMAIL PROTECTED]>
Changed-By: Grzegorz B. Prokopski <[EMAIL PROTECTED]>
Description:
libsablevm-classlib1-java - GNU Classpath modified to work with SableVM JVM
libsablevm-native1 - GNU Classpath modified to work with SableVM JVM (native
part)
Closes: 285203 297665 299121 299125 300388
Changes:
sablevm-classlib (1.11.1-1) unstable; urgency=medium
.
* New upstream release
* Upstream fixed a few RC-class bugs that were reported to crash or
deadlock the JVM.
* Previous NMU was reported as not actually solving the many RC-class
problems (see #300388 as an example). This time we surely solve
NullPointerException in MessageFormat.format RC bugs (really Closes:
#299121, #297665, #299125, #285203, #300388).
* Urgency medium, because we want the package to be tested first, but
everything is fine - this package is targetting Sarge.
Files:
59aa40a38cd4d17886026ba42c3f3674 748 libs optional
sablevm-classlib_1.11.1-1.dsc
0c477f2c84aef00c60b0358808f8eced 5512862 libs optional
sablevm-classlib_1.11.1.orig.tar.gz
6c8c62f119c589c8ca4385e842b752be 63505 libs optional
sablevm-classlib_1.11.1-1.diff.gz
90f72a18819e2a840d69339fb49de4f5 3187456 libs optional
libsablevm-classlib1-java_1.11.1-1_all.deb
e34cc30311832c8f7f0c5b1b1e067717 174722 libs optional
libsablevm-native1_1.11.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCPSGbyXQl+65LXZIRAtcWAJwJFWgf7yUU5OS5WzrACn2QrqtJOACeKyJd
H+bAkazc/QcGrDkqfFOD42A=
=yTmb
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]