[Sablevm-developer] Broken sablevm-classpath in staging :-(
Brought to you by:
egagnon
From: Etienne G. <gag...@uq...> - 2004-04-09 17:07:49
|
Hi all, The "not broken" requirement of staging is currently breached... FYI: I do not have automake 1.7 on my system. On my computer ppc GNU/Linux machine, I get: $ svn info URL: svn+ssh://svn.sablevm.org/public/sablevm-classpath/branches/staging Revision: 1963 $ tar --version tar (GNU tar) 1.13.25 $ automake --version automake (GNU automake) 1.8.3 $ autoconf --version autoconf (GNU Autoconf) 2.59 $ ./autogen ; ./configure --with-jvm=sablevm ... $ make dist { test ! -d sablevm-classpath-staging+1963 || { find sablevm-classpath-staging+1963 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr sablevm-classpath-staging+1963; }; } mkdir sablevm-classpath-staging+1963 mkdir -p -- . sablevm-classpath-staging+1963/gnu/classpath sablevm-classpath-staging+1963/include sablevm-classpath-staging+1963/lib list='lib doc external gnu java javax include native resource vm'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "sablevm-classpath-staging+1963/$subdir" \ || mkdir "sablevm-classpath-staging+1963/$subdir" \ || exit 1; \ (cd $subdir && \ make \ top_distdir="../sablevm-classpath-staging+1963" \ distdir="../sablevm-classpath-staging+1963/$subdir" \ distdir) \ || exit 1; \ fi; \ done make[1]: Entering directory `/home/egagnon/sablevm-classpath/lib' top_builddir=.. /bin/sh ./gen-classlist.sh standard /usr/bin/jikes +F -bootclasspath '' -extdirs '' -sourcepath '' -classpath ..:../external/jaxp/source:../vm/current:.: -d . @classes Issued 1 lexical warning in "../gnu/java/rmi/registry/RegistryImpl_Stub.java": 61. private static java.lang.reflect.Method $method_bind_0; ^------------^ *** Lexical Warning: The use of "$" in an identifier, while legal, is strongly discouraged, since it can conflict with compiler-generated names. If you are trying to access a nested type, use "." instead of "$". touch compile-classes if ! [ -e gnu ]; then mkdir gnu; fi if ! [ -e gnu/java ]; then mkdir gnu/java; fi if ! [ -e gnu/java/locale ]; then mkdir gnu/java/locale; fi touch resources if test "" != ""; then -r -D glibj.zip gnu java javax org > /dev/null; fi cp: cannot stat `./glibj.zip': No such file or directory make[1]: *** [distdir] Error 1 make[1]: Leaving directory `/home/egagnon/sablevm-classpath/lib' make: *** [distdir] Error 1 $ Have fun fixing this! :-) Etienne -- Etienne M. Gagnon, Ph.D. http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |