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]>
pgpF5U09P5NUK.pgp
Description: PGP signature