[Bug libgcj/14264] New: libjava testsuite doesnt work with i18ned gcj
konqueror at gmx dot de
gcc-bugzilla@gcc.gnu.org
Mon Feb 23 21:39:00 GMT 2004
The libjava testsuite greps through the output of "gcj -v" (simplified)
to get the used threading model. It uses the following regexp:
regexp -- "Thread model: (\[^\n\]+)\n" $text ignore model
Unfortunately this line is as follows with german locale:
Thread-Modell: posix
The regexp doesnt fit the german output.
A possible solutions would be to generally set LANG=C (or LC_ALL=C).
--
Summary: libjava testsuite doesnt work with i18ned gcj
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: konqueror at gmx dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14264
More information about the Gcc-bugs
mailing list