This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj trunk - gc_analyze/SymbolLookup.java is specified more than once
- From: Matthias Klose <doko at ubuntu dot com>
- To: GCC Java <java at gcc dot gnu dot org>
- Date: Mon, 05 Mar 2007 00:56:58 +0100
- Subject: gcj trunk - gc_analyze/SymbolLookup.java is specified more than once
Seen this on i486-linux, when building from the trunk; vm-tools.lst does
have the file twice, but I currently fail to see how it ends up twice there.
Matthias
find ../../../../../../src/libjava/classpath/tools/external/asm -name
'*.java' -print > asm.lst
find ../../../../../../src/libjava/classpath/tools/gnu/classpath/tools
-name '*.java' -print > classes.lst
if [ -f ../../vm-tools-packages ]; then \
for pkg in `cat ../../vm-tools-packages`; do \
/usr/bin/find
../../../../../../src/libjava/classpath/../$pkg -follow -name '*.java'
-print >> vm-tools.lst; \
done \
else \
echo -n > vm-tools.lst; \
fi
cat classes.lst asm.lst vm-tools.lst > all-classes.lst
AC=`echo /home/packages/gcc/4.2/gcc-4.2-4.2-20070304/build/gcc/gcj
-B/home/packages/gcc/4.2/gcc-4.2-4.2-20070304/build/i486-linux-gnu/6
4/libjava/ -B/home/packages/gcc/4.2/gcc-4.2-4.2-20070304/build/gcc/ -C
-encoding UTF-8 -bootclasspath '../../../../../../src/libjava/cl
asspath/lib' -classpath
../../../../../../src/libjava/classpath/tools/asm:. | sed -e
's/UTF-8/ISO-8859-1/g'`; \
$AC -g -w -d
../../../../../../src/libjava/classpath/tools/asm @asm.lst
/home/packages/gcc/4.2/gcc-4.2-4.2-20070304/build/gcc/gcj
-B/home/packages/gcc/4.2/gcc-4.2-4.2-20070304/build/i486-linux-gnu/64/libjava
/ -B/home/packages/gcc/4.2/gcc-4.2-4.2-20070304/build/gcc/ -C -encoding
UTF-8 -bootclasspath '../../../../../../src/libjava/classpath/l
ib' -classpath ../../../../../../src/libjava/classpath/tools/asm:. -g -w
-d ../../../../../../src/libjava/classpath/tools/classes @clas
ses.lst @vm-tools.lst
File
../../../../../../src/libjava/classpath/../gnu/gcj/tools/gc_analyze/SymbolLookup.java
is specified more than once
make[8]: *** [tools.zip] Error 1
make[8]: Leaving directory
`/home/packages/gcc/4.2/gcc-4.2-4.2-20070304/build/i486-linux-gnu/64/libjava/classpath/tools'
make[7]: *** [all-recursive] Error 1