This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcj install glitch


   I am seeing a problem with gcc trunk in the 'make install' when java
support is built on Darwin PPC. The failure is...

Making install in classpath
Making install in lib
true
top_builddir=.. top_srcdir=../../../../../../gcc-4.2-20060916/libjava/classpath /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '../../../../../../gcc-4.2-20060916/libjava/classpath'.
Adding java source files from VM directory /sw/src/fink.build/gcc4-4.1.9999-20060916/gcc-4.2-20060916/libjava
Adding java source files from VM directory /sw/src/fink.build/gcc4-4.1.9999-20060916/darwin_objdir/powerpc-apple-darwin9/ppc64/libjava
Adding generated files in builddir '..'.
make -f ../../../../../../gcc-4.2-20060916/libjava/classpath/lib/Makefile.gcj \
          GCJ='/sw/src/fink.build/gcc4-4.1.9999-20060916/darwin_objdir/gcc/gcj -B/sw/src/fink.build/gcc4-4.1.9999-20060916/darwin_objdir/powerpc-ap
ple-darwin9/ppc64/libjava/ -B/sw/src/fink.build/gcc4-4.1.9999-20060916/darwin_objdir/gcc/' \
          compile_classpath='..:/sw/src/fink.build/gcc4-4.1.9999-20060916/gcc-4.2-20060916/libjava:/sw/src/fink.build/gcc4-4.1.9999-20060916/darwin
_objdir/powerpc-apple-darwin9/ppc64/libjava:../../../../../../gcc-4.2-20060916/libjava/classpath:../../../../../../gcc-4.2-20060916/libjava/classpa
th/external/w3c_dom:../../../../../../gcc-4.2-20060916/libjava/classpath/external/sax:../../../../../../gcc-4.2-20060916/libjava/classpath/external
/relaxngDatatype:.::' \
          top_srcdir=../../../../../../gcc-4.2-20060916/libjava/classpath
/bin/sh ../../../../../../gcc-4.2-20060916/libjava/classpath/lib/split-for-gcj.sh
Splitting for gcj
make[7]: *** No rule to make target `org/w3c/dom/html2/HTMLCollection.java/org/w3c/dom/html2/HTMLCollection.class', needed by `lists/3c_dom.list'. 
 Stop.
make[6]: *** [compile-classes] Error 2
make[5]: *** [install-recursive] Error 1
make[4]: *** [install-recursive] Error 1
make[3]: *** [multi-do] Error 1
make[2]: *** [install-multi] Error 2
make[1]: *** [install-target-libjava] Error 2

Is anyone else seeing this?
                Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]