On Mon, Jul 10, 2006 at 06:00:10PM +0800, wxy_zyl wrote: > > Hi,All: > i encounter a problem with kaffe, i can not compile and install kaffe 1.1.7. > 1.My os is:Linux version 2.6.9-5.EL (gcc version 3.4.3 20041212 (Red Hat > 3.4.3-9.EL4)) > when i unzip the kaffe-1.1.7.zip > run ./configure > the output is : > ?????? > configure: creating ./config.status > config.status: creating Makefile > config.status: creating config.h > config.status: config.h is unchanged > config.status: executing depfiles commands > > > run make,the output is as follows: > bash-3.00$ make > make: Warning: File `Makefile' has modification time 6.7e+07 s in the future > Making all in replace > make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/replace' > make[1]: Warning: File `.deps/semaphores.Plo' has modification time 6.7e+07 s > in the future
Hi, that's one problem: your system clock seems to be off, which confuses make. > make all-am > make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/replace' > make[2]: Warning: File `.deps/semaphores.Plo' has modification time 6.7e+07 s > in the future > make[2]: Nothing to be done for `all-am'. > make[2]: warning: Clock skew detected. Your build may be incomplete. > make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/replace' > make[1]: warning: Clock skew detected. Your build may be incomplete. > make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/replace' > Making all in . > make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7' > make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > make[1]: Nothing to be done for `all-am'. > make[1]: warning: Clock skew detected. Your build may be incomplete. > make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7' > Making all in external > make[1]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external' > make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > Making all in gcc > make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc' > make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > Making all in zlib > make[3]: Entering directory > `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/zlib' > make[3]: Warning: File `.deps/zutil.Plo' has modification time 6.5e+07 s in > the future > make[3]: Nothing to be done for `all'. > make[3]: warning: Clock skew detected. Your build may be incomplete. > make[3]: Leaving directory > `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/zlib' > Making all in fastjar > make[3]: Entering directory > `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar' > make[3]: Warning: File `.deps/fastjar-shift.Po' has modification time 6.5e+07 > s in the future > make all-am > make[4]: Entering directory > `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar' > make[4]: Warning: File `.deps/fastjar-shift.Po' has modification time 6.5e+07 > s in the future > make[4]: warning: Clock skew detected. Your build may be incomplete. > make[4]: Leaving directory > `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar' > make[3]: warning: Clock skew detected. Your build may be incomplete. > make[3]: Leaving directory > `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc/fastjar' > make[3]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc' > make[3]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > make[3]: Nothing to be done for `all-am'. > make[3]: warning: Clock skew detected. Your build may be incomplete. > make[3]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc' > make[2]: warning: Clock skew detected. Your build may be incomplete. > make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external/gcc' > make[2]: Entering directory `/home/yz201471/kaffe/kaffe-1.1.7/external' > make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > make[2]: Nothing to be done for `all-am'. > make[2]: warning: Clock skew detected. Your build may be incomplete. > make[2]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external' > make[1]: warning: Clock skew detected. Your build may be incomplete. > make[1]: Leaving directory `/home/yz201471/kaffe/kaffe-1.1.7/external' > Making all in libraries/javalib > make[1]: Entering directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib' > make[1]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > Making all in . > make[2]: Entering directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib' > make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > make[2]: Nothing to be done for `all-am'. > make[2]: warning: Clock skew detected. Your build may be incomplete. > make[2]: Leaving directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib' > Making all in external/classpath > make[2]: Entering directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath' > make[2]: Warning: File `Makefile' has modification time 6.7e+07 s in the > future > Making all in lib > make[3]: Entering directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath/lib' > make[3]: Warning: File `java.dep' has modification time 6.5e+07 s in the > future > true > top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard > Adding java source files from srcdir '..'. > Adding java source files from VM directory > /home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/vmspecific > F -bootclasspath '' -extdirs '' -sourcepath '' --classpath > /home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/vmspecific:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:.: > -d . @classes That's another problem: you need to have jikes installed to compiler Kaffe (or ecj and tell it you want to use ecj). cheers, dalibor topic > make[3]: F: Command not found > make[3]: *** [compile-classes] Error 127 > make[3]: Leaving directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath/lib' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib/external/classpath' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/yz201471/kaffe/kaffe-1.1.7/libraries/javalib' > make: *** [all-recursive] Error 1 > bash-3.00$ > > > > what's the problem with the os and kaffe?what should i do ? > 2.My os is solaris 10, i failed again. > > > could someone help me? i am a new persion > > > Thanks, > Yanling. > _______________________________________________ > kaffe mailing list > [email protected] > http://kaffe.org/cgi-bin/mailman/listinfo/kaffe _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
