[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#164009: gcj-3.2: gcj-wrapper-3.2 omits input files starting with .



Package: gcj-3.2
Version: 1:3.2.1-0pre3
Severity: important

Greetings,

javac ./hello.java

fails because the script only allows a-zA-Z_/ as initial characters in input files. This seems to fix it:

diff -u /usr/bin/gcj-wrapper-3.2 ./gcj-wrapper-3.2
--- /usr/bin/gcj-wrapper-3.2    2002-09-19 16:36:22.000000000 -0400
+++ ./gcj-wrapper-3.2    2002-10-09 16:54:05.000000000 -0400
@@ -66,7 +66,7 @@
    -*)
        ;;

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

    esac


Zeen,
--

-Adam P.

GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Welcome to the best software in the world today cafe!
<http://lyre.mit.edu/%7Epowell/The_Best_Stuff_In_The_World_Today_Cafe.ogg>

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux vaio 2.4.19-686 #1 Thu Aug 8 21:30:09 EST 2002 i686 unknown unknown GNU/Linux

Versions of the packages gcj-3.2 depends on:
ii  gcc-3.2        3.2.1-0pre3    The GNU C compiler.
ii gcc-3.2-base 3.2.1-0pre3 The GNU Compiler Collection (base package).
ii  java-common    0.16           Base of all Java packages
ii libc6 2.2.5-15 GNU C Library: Shared libraries and Timezone
ii  libgcc1        3.2.1-0pre3    GCC support library.
ii  libgcj3        3.2.1-0pre3    Java runtime library for use with gcj
ii libgcj3-dev 3.2.1-0pre3 Java development headers and static library
ii  zlib1g         1.1.4-4        compression library - runtime





Reply to: