This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/25330] A race condition in write_classfile
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 10 Dec 2005 01:48:37 -0000
- Subject: [Bug java/25330] A race condition in write_classfile
- References: <bug-25330-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from hjl at lucon dot org 2005-12-10 01:48 -------
I got another one:
/export/build/gnu/gcc/build-x86_64-linux/gcc/gcj
-B/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libjava/
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/ -Wno-deprecated
--encoding=UTF-8 --bootclasspath '' --classpath
..:/net/gnu-13/export/gnu/src/gcc/gcc/libjava:/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/libjava:/net/gnu-13/export/gnu/src/gcc/gcc/libjava/classpath:/net/gnu-13/export/gnu/src/gcc/gcc/libjava/classpath/external/w3c_dom:/net/gnu-13/export/gnu/src/gcc/gcc/libjava/classpath/external/sax:.:
-C -d . -MD -MF lists/java-rmi-dgc.deps -MT lists/java-rmi-dgc.stamp -MP
@lists/java-rmi-dgc.list
/net/gnu-13/export/gnu/src/gcc/gcc/libjava/java/net/URL.java: In class
'java.net.VMNetworkInterface':
/net/gnu-13/export/gnu/src/gcc/gcc/libjava/java/net/URL.java: In method
'java.net.VMNetworkInterface.getInterfaces()':
/net/gnu-13/export/gnu/src/gcc/gcc/libjava/java/net/URL.java:1: fatal error:
can't create ./java/rmi/activation/ActivationSystem.class: No such file or
directory
compilation terminated.
make[8]: *** [lists/gnu-src-gcc.stamp] Error 1
make[8]: *** Waiting for unfinished jobs....
echo timestamp > lists/java-rmi-dgc.stamp
This time, there wass no "java/rmi/activation" directory under libjava:
[hjl@gnu-20 build-x86_64-linux]$ ls x86_64-unknown-linux-gnu/libjava/java/
io lang net nio text util
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25330