Package: gcj-3.2
Version: 1:3.2.1-0pre1
Severity: normal
Tags: patch

Hi.  The script gcj-wrapper-3.2 will not compile java files whose names
begin with an underscore.  I'm specifically encountering this problem in
trying to modify the jython build to use gcj.

The patch is simple (and has been tested with success on my machine):

--- gcj-wrapper-3.2.old 2002-09-14 19:20:20.000000000 +1000
+++ gcj-wrapper-3.2     2002-09-14 19:19:56.000000000 +1000
@@ -66,7 +66,7 @@
     -*)
         ;;

-    [a-z0-9A-Z]*)
+    [a-z0-9A-Z_]*)
         break;;

     esac



Thanks - Ben.


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux espresso 2.4.19-686 #1 Thu Aug 8 21:30:09 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gcj-3.2 depends on:
ii  gcc-3.2                    1:3.2.1-0pre1 The GNU C compiler.
ii  gcc-3.2-base               1:3.2.1-0pre1 The GNU Compiler Collection (base 
ii  java-common                0.14          Base of all Java packages
ii  libc6                      2.2.5-14      GNU C Library: Shared libraries an
ii  libgcc1                    1:3.2.1-0pre1 GCC support library.
ii  libgcj3                    1:3.2.1-0pre1 Java runtime library for use with 
ii  libgcj3-dev                1:3.2.1-0pre1 Java development headers and stati
ii  zlib1g                     1:1.1.4-3     compression library - runtime

-- no debconf information



Reply via email to