Your message dated Mon, 23 Oct 2006 07:17:17 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#384613: fixed in jikes 1:1.22-6 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)
--- Begin Message ---Package: jikes-gij Version: 1:1.22-4 Severity: minor Tags: patch The libgcj7-jar 4.1.1-11j1 (currently in experimental) includes a file /usr/share/java/libgcj-tools-4.1.2.jar. jikes-gij takes this file for its bootclasspath instead of libgcj-4.1.2.jar Here is a small patch on /usr/bin/jikes-gij which corrects the problem: ------------------- --- /usr/bin/jikes-gij 2006-02-11 22:58:48.000000000 +0100 +++ /home/nico/jikes-gij 2006-08-25 14:23:12.000000000 +0200 @@ -1,6 +1,6 @@ #!/bin/sh -CLASS="`ls -1r /usr/share/java/libgcj-*.jar 2> /dev/null | grep -m 1 lib`" +CLASS="`ls -1r /usr/share/java/libgcj-*.jar 2> /dev/null | grep -m 1 libgcj-[[:alpha:]]`" if [ -r "$CLASS" ]; then jikes -bootclasspath "$CLASS" "$@" ------------------- (Severity minor because this version of libgcj7-jar in not yet in unstable.) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages jikes-gij depends on: ii java-common 0.25 Base of all Java packages ii jikes 1:1.22-4 Fast Java compiler adhering to lan ii libgcj4 1:3.3.5-13 Java runtime library for use with ii libgcj4-common 1:3.3.5-13 Java runtime library for use with ii libgcj6-common 4.0.2-5j2 Java runtime library for use with jikes-gij recommends no packages. -- no debconf information -- Nicolas Duboc <[EMAIL PROTECTED]>
pgpZ378Lo36O1.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: jikes Source-Version: 1:1.22-6 We believe that the bug you reported is fixed in the latest version of jikes, which is due to be installed in the Debian FTP archive: jikes-gij_1.22-6_all.deb to pool/main/j/jikes/jikes-gij_1.22-6_all.deb jikes_1.22-6.diff.gz to pool/main/j/jikes/jikes_1.22-6.diff.gz jikes_1.22-6.dsc to pool/main/j/jikes/jikes_1.22-6.dsc jikes_1.22-6_i386.deb to pool/main/j/jikes/jikes_1.22-6_i386.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. Adam Majer <[EMAIL PROTECTED]> (supplier of updated jikes 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: Sun, 22 Oct 2006 13:42:47 -0500 Source: jikes Binary: jikes-gij jikes Architecture: source i386 all Version: 1:1.22-6 Distribution: unstable Urgency: medium Maintainer: Adam Majer <[EMAIL PROTECTED]> Changed-By: Adam Majer <[EMAIL PROTECTED]> Description: jikes - Fast Java compiler adhering to language and VM specifications jikes-gij - Wrapper for jikes using GNU GIJ classes Closes: 230601 384613 Changes: jikes (1:1.22-6) unstable; urgency=medium . * Acknowledge the NMU by Ansreas. Thanks! (closes: #384613) * Fixed changelog entry -5 to properly close the bug. * Applied a patch for Arm that fixes the unique bigendian/little-endian double/word situation on this architecture. Big thanks to Ben Hutchings for providing the patch (closes: #230601) * Urgency medium as it fixes a long standing bug on Arm that made jikes unusable with floating point operations on that architecture. * Removed -O1 compiler workaround for m68k Files: cfd3a161136b1e77f14aacffc976d803 561 devel optional jikes_1.22-6.dsc 18acb57ea786f1ee56ba04205566ec18 13638 devel optional jikes_1.22-6.diff.gz 6a14e6cdef18a1bb6e2dd9f09edb2619 1508 devel optional jikes-gij_1.22-6_all.deb 332a6b4bfd9024d5c4d33c22a92fff4d 685656 devel optional jikes_1.22-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFPMtc73/bNdaAYUURAtRoAKDgHiZMYOe+IkAOI4Wl24MGXZaXZgCghewd sI/avtaZiRqLQKMgy6h6UNY= =LBc1 -----END PGP SIGNATURE-----
--- End Message ---

