You might also try to build classlib with 1.5 rather than 1.6.
On Sat, Mar 22, 2008 at 7:29 AM, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > I recall I got the same failure when I didn't set -ms -mx to be 512MB. > (but now I don't have this issue ). > > Thanks, > xiaofeng > > > > On Fri, Mar 21, 2008 at 11:55 PM, "Edmundo López B." > <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm still trying to build harmony for Mac Os X. I've made significant > > advances (I get it to resolve all external libraries, etc). Now at the > > end I get this message: > > > > [...] > > > > > > -compile: > > [mkdir] Created dir: /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/build/classes > > [hy.javac] Compiling 3598 source files to /Users/mundacho/gsoc/ > > harmony/trunk/working_classlib/build/classes > > > > BUILD FAILED > > /Users/mundacho/gsoc/harmony/trunk/build.xml:349: The following error > > occurred while executing this line: > > /Users/mundacho/gsoc/harmony/trunk/working_classlib/build.xml:113: The > > following error occurred while executing this line: > > /Users/mundacho/gsoc/harmony/trunk/working_classlib/make/build- > > java.xml:120: java.lang.reflect.InvocationTargetException > > > > Total time: 1 minute 45 seconds > > ---------- end of ant output ---------- > > > > Anyone has an idea of what this could be? It sounds more like a > > problem with the java compiler and not an OS or library issue anymore. > > > > Thanks in advance for your help, > > > > eDmundo > > > > > > PS: I put the rest of the ant output just in case it can be useful. > > > > > > -------begin ant output ------ > > esparta:trunk mundacho$ ant > > Buildfile: build.xml > > > > svn-prop: > > > > init: > > > > show-props: > > [echo] > > [echo] Apache Harmony Federated Build > > [echo] ========================================== > > [echo] svn rev : 639369 > > [echo] operating system : Mac OS X > > [echo] architecture : x86-32 > > [echo] ant os name/arch : Mac OS X/i386 > > [echo] hosting Java : 1.5.0_13 (Apple Inc.) > > [echo] build mode : release > > [echo] output location : target > > [echo] SVN root : > http://svn.apache.org/repos/asf > > [echo] > > > > setup: > > [delete] Deleting directory /Users/mundacho/gsoc/harmony/trunk/ > > target > > [mkdir] Created dir: /Users/mundacho/gsoc/harmony/trunk/target > > > > switch-svn-vm: > > [exec] At revision 639369. > > > > switch-svn-classlib: > > [exec] At revision 639369. > > > > switch-svn-jdktools: > > [exec] At revision 639369. > > > > switch-svn-commonresources: > > [exec] At revision 639369. > > > > populate-src: > > > > auto-fetch-classlib-libs: > > > > build-classlib: > > Trying to override old definition of task chksum > > > > -init-hdk-for-clean: > > > > clean-java: > > > > -modules-clean-bin: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean-native-includes: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean-native-includes: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean-native-includes: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > clean: > > > > -clean-bin-catch-all-test: > > > > -clean-bin-catch-all: > > > > -clean-bin: > > > > -clean-layout: > > > > clean: > > > > clean-native: > > > > copy-makefile-includes: > > [copy] Copying 17 files to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/build/make > > > > -make-clean: > > > > -clean-native-tests: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/init/unix > > [exec] rm -f ../shared/init.o ../init .exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hycpu/unix > > [exec] rm -f ../shared/hycpu.o ../../hycunit/hycunit.o ../ > > hycpu .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hyerror/unix > > [exec] rm -f ../shared/hyerror.o ../../hycunit/hycunit.o ../ > > hyerror .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hyfile/unix > > [exec] rm -f ../shared/hyfile.o ../../hycunit/hycunit.o ../ > > hyfile .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hyfiletext/unix > > [exec] rm -f ../shared/hyfiletext.o ../../hycunit/hycunit.o ../ > > hyfiletext .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hygp/unix > > [exec] rm -f ../shared/hygp.o ../../hycunit/hycunit.o ../ > > hygp .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hymem/unix > > [exec] rm -f ../shared/hymem.o ../../hycunit/hycunit.o ../ > > hymem .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hynls/unix > > [exec] rm -f ../shared/hynls.o ../../hycunit/hycunit.o ../ > > hynls .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hyport/unix > > [exec] rm -f ../shared/hyport.o ../../hycunit/hycunit.o ../ > > hyport .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hystr/unix > > [exec] rm -f ../shared/hystr.o ../../hycunit/hycunit.o ../ > > hystr .exp \ > > [exec] ../TEST-*.xml > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/test/native/hytime/unix > > [exec] rm -f ../shared/hytime.o ../../hycunit/hycunit.o ../ > > hytime .exp \ > > [exec] ../TEST-*.xml > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/main/native/sig/unix > > [exec] rm -f ../shared/hysig_copyright.o hysiglinux.o > > hysigunix.o ../libhysig.dylib libhysig.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/main/native/thread/unix > > [exec] rm -f ../shared/thread_copyright.o x86/thrhelp.o x86/ > > thrspinlock.o ../shared/hythread.o ../shared/hythreadinspect.o > > linuxonexit.o priority.o rasthrsup.o ../shared/rwmutex.o thrcreate.o > > thrdsup.o ../shared/thrprof.o ../libhythr.dylib libhythr.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/main/native/thrstub/unix > > [exec] rm -f ../shared/hythread.o ../libhythr.dylib > > libhythr.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/main/native/port/unix > > [exec] rm -f ../shared/port_copyright.o hycpu.o ../shared/ > > hyerror.o hyerrorhelpers.o ../shared/hyexit.o hyfile.o hyfiletext.o ../ > > shared/hygp.o hyipcmutex.o hymem.o macosx/hymmap.o ../shared/hynls.o > > hynlshelpers.o hyosdump.o ../shared/hyport.o ../shared/hyportcontrol.o > > hyportptb.o hysharedhelper.o hyshmem.o hyshsem.o macosx/hysl.o > > hysock.o ../shared/hystr.o ../shared/hystrftime.o ../shared/hystsl.o > > hysysinfo.o hytime.o ../shared/hytlshelpers.o hytty.o macosx/hyvmem.o > > hysignal.o macosx.x86/hysignal_context.o ../libhyprt.dylib > > libhyprt.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/main/native/common/unix > > [exec] rm -f ../shared/libglob.o ../shared/iohelp.o ../shared/ > > exceptions.o ../shared/strhelp.o ../shared/utf8encode.o ../shared/ > > utf8decode.o /Users/mundacho/gsoc/harmony/trunk/working_classlib/ > > deploy/lib/libhycommon.a .exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/portlib/src/main/native/pool/unix > > [exec] rm -f ../shared/pool.o ../shared/pool_cap.o /Users/ > > mundacho/gsoc/harmony/trunk/working_classlib/deploy/lib/ > > libhypool.a .exp \ > > [exec] > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/auth/src/main/native/auth/unix > > [exec] rm -f ../shared/auth_copyright.o authnix.o ../ > > libhyauth.dylib libhyauth.exp \ > > [exec] > > > > -clean-native-zip: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/archive/src/main/native/zip/unix > > [exec] rm -f ../shared/zcpool.o ../shared/zipalloc.o ../shared/ > > zipcache.o ../shared/zipsup.o /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/lib/libhyzip.a .exp \ > > [exec] > > > > -clean-native-zlib: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/archive/src/main/native/zlib/unix > > [exec] rm -f ../shared/zlib_copyright.o ../../zlib_dist/ > > adler32.o ../../zlib_dist/compress.o ../../zlib_dist/crc32.o ../../ > > zlib_dist/deflate.o ../../zlib_dist/infback.o ../../zlib_dist/ > > inffast.o ../../zlib_dist/inflate.o ../../zlib_dist/inftrees.o ../../ > > zlib_dist/trees.o ../../zlib_dist/uncompr.o ../../zlib_dist/zutil.o ../ > > libhyzlib.dylib libhyzlib.exp \ > > [exec] > > > > -clean-native-archive: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/archive/src/main/native/archive/unix > > [exec] rm -f ../shared/archive_copyright.o ../shared/ > > jclcrc32.o ../shared/zip.o ../shared/adler32.o ../shared/inflater.o ../ > > shared/jarfile.o ../shared/deflater.o ../shared/archiveglob.o ../ > > libhyarchive.dylib libhyarchive.exp \ > > [exec] > > > > clean-native: > > > > clean-native: > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/luni/src/main/native/fdlibm/unix > > [exec] rm -f ../../fdlibm_dist/e_acos.o ../../fdlibm_dist/ > > e_acosh.o ../../fdlibm_dist/e_asin.o ../../fdlibm_dist/e_atan2.o ../../ > > fdlibm_dist/e_atanh.o ../../fdlibm_dist/e_cosh.o ../../fdlibm_dist/ > > e_exp.o ../../fdlibm_dist/e_fmod.o ../../fdlibm_dist/e_gamma.o ../../ > > fdlibm_dist/e_gamma_r.o ../../fdlibm_dist/e_hypot.o ../../fdlibm_dist/ > > e_j0.o ../../fdlibm_dist/e_j1.o ../../fdlibm_dist/e_jn.o ../../ > > fdlibm_dist/e_lgamma.o ../../fdlibm_dist/e_lgamma_r.o ../../ > > fdlibm_dist/e_log.o ../../fdlibm_dist/e_log10.o ../../fdlibm_dist/ > > e_pow.o ../../fdlibm_dist/e_rem_pio2.o ../../fdlibm_dist/ > > e_remainder.o ../../fdlibm_dist/e_scalb.o ../../fdlibm_dist/ > > e_sinh.o ../../fdlibm_dist/e_sqrt.o ../../fdlibm_dist/k_cos.o ../../ > > fdlibm_dist/k_rem_pio2.o ../../fdlibm_dist/k_sin.o ../../fdlibm_dist/ > > k_standard.o ../../fdlibm_dist/k_tan.o ../../fdlibm_dist/ > > s_asinh.o ../../fdlibm_dist/s_atan.o ../../fdlibm_dist/s_cbrt.o ../../ > > fdlibm_dist/s_ceil.o ../../fdlibm_dist/s_copysign.o ../../fdlibm_dist/ > > s_cos.o ../../fdlibm_dist/s_erf.o ../../fdlibm_dist/s_expm1.o ../../ > > fdlibm_dist/s_fabs.o ../../fdlibm_dist/s_finite.o ../../fdlibm_dist/ > > s_floor.o ../../fdlibm_dist/s_frexp.o ../../fdlibm_dist/ > > s_ilogb.o ../../fdlibm_dist/s_isnan.o ../../fdlibm_dist/s_ldexp.o ../ > > shared/s_lib_version.o ../../fdlibm_dist/s_log1p.o ../../fdlibm_dist/ > > s_logb.o ../../fdlibm_dist/s_matherr.o ../../fdlibm_dist/ > > s_modf.o ../../fdlibm_dist/s_nextafter.o ../../fdlibm_dist/ > > s_rint.o ../../fdlibm_dist/s_scalbn.o ../../fdlibm_dist/ > > s_signgam.o ../../fdlibm_dist/s_significand.o ../../fdlibm_dist/ > > s_sin.o ../../fdlibm_dist/s_tan.o ../../fdlibm_dist/s_tanh.o ../../ > > fdlibm_dist/w_acos.o ../../fdlibm_dist/w_acosh.o ../../fdlibm_dist/ > > w_asin.o ../../fdlibm_dist/w_atan2.o ../../fdlibm_dist/w_atanh.o ../../ > > fdlibm_dist/w_cosh.o ../../fdlibm_dist/w_exp.o ../../fdlibm_dist/ > > w_fmod.o ../../fdlibm_dist/w_gamma.o ../../fdlibm_dist/ > > w_gamma_r.o ../../fdlibm_dist/w_hypot.o ../../fdlibm_dist/w_j0.o ../../ > > fdlibm_dist/w_j1.o ../../fdlibm_dist/w_jn.o ../../fdlibm_dist/ > > w_lgamma.o ../../fdlibm_dist/w_lgamma_r.o ../../fdlibm_dist/ > > w_log.o ../../fdlibm_dist/w_log10.o ../../fdlibm_dist/w_pow.o ../../ > > fdlibm_dist/w_remainder.o ../../fdlibm_dist/w_scalb.o ../../ > > fdlibm_dist/w_sinh.o ../../fdlibm_dist/w_sqrt.o /Users/mundacho/gsoc/ > > harmony/trunk/working_classlib/deploy/lib/libhyfdlibm.a .exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/luni/src/main/native/vmi/unix > > [exec] rm -f ../shared/vmi_copyright.o ../shared/vmi.o ../ > > libvmi.dylib libvmi.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/luni/src/main/native/luni/unix > > [exec] rm -f ../shared/luni_copyright.o ../shared/file.o > > procimpl.o ../shared/oos.o ../shared/nethelp.o ../shared/ > > floatbits.o ../shared/ois.o helpers.o ../shared/math.o ../shared/ > > luniglob.o ../shared/proxy.o ../shared/cbigint.o ../shared/ > > dblparse.o ../shared/fltparse.o ../shared/netif.o ../shared/ > > process.o ../shared/bigint.o ../shared/osc.o ../shared/socket.o ../ > > shared/inetadds.o ../shared/filedesc.o ../shared/timezone.o ../shared/ > > OSFileSystem.o OSFileSystemLinux32.o OSMemory.o OSMemoryLinux32.o ../ > > shared/OSNetworkSystem.o OSNetworkSystemLinux.o macosx/ > > OSResourcesMonitor.o hyenv.o ../libhyluni.dylib libhyluni.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/luni/src/main/native/vmls/unix > > [exec] rm -f ../shared/vmls.o /Users/mundacho/gsoc/harmony/ > > trunk/working_classlib/deploy/lib/libhyvmls.a .exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/luni/src/main/native/hyzip/unix > > [exec] rm -f ../shared/hyzip.o ../shared/zcpool.o ../shared/ > > zipalloc.o ../shared/zipcache.o ../shared/zipsup.o /Users/mundacho/ > > gsoc/harmony/trunk/working_classlib/deploy/lib/libhyzip.a .exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/luni/src/main/native/launcher/unix > > [exec] rm -f ../shared/main.o ../shared/cmain.o ../shared/ > > launcher_copyright.o ../shared/strbuf.o ../shared/libhlp.o ../ > > java .exp \ > > [exec] > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/nio/src/main/native/nio/unix > > [exec] rm -f ../shared/DirectBufferUtil.o ../shared/ > > AddressUtil.o ../libhynio.dylib libhynio.exp \ > > [exec] > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/nio_char/src/main/native/niochar/unix > > [exec] rm -f ../shared/CP_1250.o ../shared/CP_1251.o ../shared/ > > CP_1252.o ../shared/CP_1253.o ../shared/CP_1254.o ../shared/ > > CP_1257.o ../shared/ISO_8859_1.o ../shared/ISO_8859_2.o ../shared/ > > ISO_8859_4.o ../shared/ISO_8859_5.o ../shared/ISO_8859_7.o ../shared/ > > ISO_8859_9.o ../shared/ISO_8859_13.o ../shared/ISO_8859_15.o ../shared/ > > KOI8_R.o ../shared/US_ASCII.o ../shared/IBM866.o ../shared/additional/ > > IBM00858.o ../shared/additional/IBM01140.o ../shared/additional/ > > IBM01141.o ../shared/additional/IBM01142.o ../shared/additional/ > > IBM01143.o ../shared/additional/IBM01144.o ../shared/additional/ > > IBM01145.o ../shared/additional/IBM01146.o ../shared/additional/ > > IBM01147.o ../shared/additional/IBM01148.o ../shared/additional/ > > IBM01149.o ../shared/additional/IBM037.o ../shared/additional/ > > IBM1026.o ../shared/additional/IBM1047.o ../shared/additional/ > > IBM273.o ../shared/additional/IBM277.o ../shared/additional/ > > IBM278.o ../shared/additional/IBM280.o ../shared/additional/ > > IBM284.o ../shared/additional/IBM285.o ../shared/additional/ > > IBM297.o ../shared/additional/IBM420.o ../shared/additional/ > > IBM424.o ../shared/additional/IBM437.o ../shared/additional/ > > IBM500.o ../shared/additional/IBM775.o ../shared/additional/ > > IBM850.o ../shared/additional/IBM852.o ../shared/additional/ > > IBM855.o ../shared/additional/IBM857.o ../shared/additional/ > > IBM860.o ../shared/additional/IBM861.o ../shared/additional/ > > IBM862.o ../shared/additional/IBM863.o ../shared/additional/ > > IBM864.o ../shared/additional/IBM865.o ../shared/additional/ > > IBM868.o ../shared/additional/IBM869.o ../shared/additional/ > > IBM870.o ../shared/additional/IBM871.o ../shared/additional/ > > IBM918.o ../shared/additional/IBM_Thai.o ../shared/additional/ > > ISO_8859_3.o ../shared/additional/ISO_8859_6.o ../shared/additional/ > > ISO_8859_8.o ../shared/additional/windows_1255.o ../shared/additional/ > > windows_1256.o ../shared/additional/x_IBM1006.o ../shared/additional/ > > x_IBM1025.o ../shared/additional/x_IBM1097.o ../shared/additional/ > > x_IBM1098.o ../shared/additional/x_IBM1112.o ../shared/additional/ > > x_IBM1122.o ../shared/additional/x_IBM1123.o ../shared/additional/ > > x_IBM1124.o ../shared/additional/x_IBM737.o ../shared/additional/ > > x_IBM856.o ../shared/additional/x_IBM874.o ../shared/additional/ > > x_IBM875.o ../shared/additional/x_IBM922.o ../shared/additional/ > > x_MacCyrillic.o ../shared/additional/x_MacGreek.o ../shared/additional/ > > x_MacTurkish.o ../shared/additional/Big5.o ../shared/additional/ > > Big5_HKSCS.o ../shared/additional/EUC_KR.o ../shared/additional/ > > GB2312.o ../shared/additional/GBK.o ../shared/additional/GB18030.o ../ > > shared/additional/windows_31j.o ../shared/additional/ > > x_MS950_HKSCS.o ../shared/additional/x_windows_949.o ../ > > libhycharset.so libhycharset.exp \ > > [exec] > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/misc/src/main/native/accessors/unix > > [exec] rm -f ../shared/ > > org_apache_harmony_misc_accessors_ArrayAccessorImpl.o ../shared/ > > org_apache_harmony_misc_accessors_Malloc.o ../shared/ > > org_apache_harmony_misc_accessors_MemoryAccessorNativeImpl.o ../shared/ > > org_apache_harmony_misc_accessors_ObjectAccessorImpl.o ../shared/ > > org_apache_harmony_misc_accessors_StringAccessorImpl.o ../ > > libaccessors.dylib libaccessors.exp \ > > [exec] > > > > -clean-native-unix: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/awt/src/main/native/x11wrapper/unix > > [exec] rm -f > > org_apache_harmony_awt_nativebridge_linux_ErrorHandler.o > > org_apache_harmony_awt_nativebridge_linux_GLX.o > > org_apache_harmony_awt_nativebridge_linux_X11.o > > org_apache_harmony_awt_nativebridge_linux_Xft.o ../ > > libX11Wrapper.dylib libX11Wrapper.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/awt/src/main/native/linuxfont/unix > > [exec] rm -f LinuxNativeFont.o ../liblinuxfont.dylib > > liblinuxfont.exp \ > > [exec] > > > > -clean-native-windows: > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/awt/src/main/native/lcmm/unix > > [exec] rm -f ../shared//cmmerror.o ../shared//cmmio.o ../shared// > > cmmxforms.o ../shared//NativeCMM.o ../shared//NativeImageFormat.o > > liblcms.a ../liblcmm.dylib liblcmm.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/awt/src/main/native/jpegdecoder/unix > > [exec] rm -f ../shared/JpegDecoder.o libjpeg.a ../ > > libjpegdecoder.dylib libjpegdecoder.exp \ > > [exec] jconfig.h > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/awt/src/main/native/gl/unix > > [exec] rm -f ../shared//blitter.o ../shared//gifdecoder.o ../ > > shared//LUTTables.o ../shared//pngdecoder.o ../shared// > > SurfaceDataStructure.o gl.o XBlitter.o XGraphics2D.o LockingKeys.o > > libpng.a ../libgl.dylib libgl.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/awt/src/main/native/oglwrapper/unix > > [exec] rm -f ../shared//org_apache_harmony_awt_gl_opengl_GL.o ../ > > liboglwrapper.dylib liboglwrapper.exp \ > > [exec] > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/awt/src/main/native/fontlib/unix > > [exec] rm -f ../shared/fljni.o ../shared/EncodedValue.o ../ > > shared/Environment.o ../shared/Font.o ../shared/Glyph.o ../shared/ > > Outline.o ../shared/ParsingTables.o ../shared/T1Font.o ../shared/ > > T1Glyph.o ../shared/TTCurve.o ../shared/TTFont.o FontLibExports.o ../ > > shared/TypeDefinition.o ../libFL.so libFL.exp \ > > [exec] > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/security/src/main/native/security/unix > > [exec] rm -f ../shared/security_copyright.o > > getUnixSystemRandom.o ../libhysecurity.dylib libhysecurity.exp \ > > [exec] > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/instrument/src/main/native/instrument/unix > > [exec] rm -f ../shared/instrument.o ../shared/inst_agt.o ../ > > libhyinstrument.dylib libhyinstrument.exp \ > > [exec] > > > > clean-native: > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/imageio/src/main/native/jpegencoder/unix > > [exec] rm -f ../shared/JpegEncoder.o libjpeg.a ../ > > libjpegencoder.dylib libjpegencoder.exp \ > > [exec] jconfig.h > > [echo] Making "clean" in /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/modules/imageio/src/main/native/pngencoder/unix > > [exec] rm -f ../shared/pngencoder.o libpng.a ../ > > libpngencoder.dylib libpngencoder.exp \ > > [exec] jconfig.h > > > > clean-native: > > > > clean-makefile-includes: > > [delete] Deleting directory /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/build/make > > > > make-clean: > > > > clean-includes: > > > > clean-native-includes: > > > > clean-native-includes: > > > > clean-native-includes: > > > > clean-overlay-oss: > > > > clean-overlay-oss: > > > > clean-overlay-oss: > > > > clean-layout: > > > > clean: > > > > -clean-hdk: > > [delete] Deleting directory /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/build/ant > > > > clean: > > > > -init-hdk: > > [mkdir] Created dir: /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/build/ant > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/build/ant > > > > build-java: > > [echo] > > [echo] ======================================== > > [echo] Building Java component archives... > > [echo] ======================================== > > [echo] > > > > -prepare-depends: > > > > -check: > > [echo] Checking for depends/jars/yoko_M2-20070130/yoko.jar > > [echo] Checking for depends/jars/yoko_M2-20070130/yoko-core.jar > > [echo] Checking for depends/jars/yoko_M2-20070130/yoko-rmi- > > impl.jar > > [echo] Checking for depends/jars/yoko_M2-20070130/yoko-rmi- > > spec.jar > > [echo] Checking for depends/jars/bcel-5.2/bcel-5.2.jar > > [echo] Checking for depends/jars/xalan-j_2.7.0/xalan.jar > > [echo] Checking for depends/jars/xerces_2.9.1/xerces.zip > > [echo] Checking for depends/jars/junit_3.8.2/junit.jar > > [echo] Checking for depends/jars/bcprov-jdk15-138/ > > bcprov.noidea.jar > > [echo] Checking for depends/jars/mx4j_3.0.2/mx4j.zip > > [echo] Checking for depends/jars/jetty/jetty-6.0.0.jar > > [echo] Checking for depends/jars/jetty/jetty-util-6.0.0.jar > > [echo] Checking for depends/jars/jetty/servlet-api-2.5-6.0.0.jar > > [echo] Checking for depends/dejavu-fonts/dejavu-ttf-2.18-1.zip > > [echo] Checking for depends/jars/derby-10.3.1.4/derby.jar > > > > -select-win-deps-x86_64: > > > > -select-win-deps-x86: > > > > -really-check-win: > > > > -check-win: > > > > -check-unix-common: > > [echo] Checking for depends/libs/build/lcms/icc34.h > > > > -really-link: > > [echo] Checking for depends/libs/build/lcms/lcms.h > > > > -really-link: > > [echo] Checking for depends/libs/build/png/pngconf.h > > > > -really-link: > > [echo] Checking for depends/libs/build/png/png.h > > > > -really-link: > > [echo] Checking for depends/libs/build/jpeg/jconfig.lnx > > > > -really-link: > > [echo] Checking for depends/libs/build/jpeg/jpeglib.h > > > > -really-link: > > [echo] Checking for depends/libs/build/jpeg/jmorecfg.h > > > > -really-link: > > [echo] Checking for depends/libs/build/jpeg/jerror.h > > > > -really-link: > > > > -check-unix-x86: > > [echo] Checking for depends/libs/build/lcms/liblcms.macosx.x86 > > > > -really-link: > > [echo] Checking for depends/libs/build/png/libpng.macosx.x86 > > > > -really-link: > > [echo] Checking for depends/libs/build/jpeg/libjpeg.macosx.x86 > > > > -really-link: > > > > -check-unix-x86_64: > > > > -check-unix-ia64: > > > > -check-unix: > > > > -extract-props: > > > > -extract-mx4j: > > > > -extract-dejavu-fonts: > > > > -extract-xerces: > > > > -extract: > > > > check: > > > > -layout: > > [mkdir] Created dir: /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/boot > > [mkdir] Created dir: /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/security > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy > > [copy] Copying /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/LICENSE to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/LICENSE > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy > > [copy] Copying /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/NOTICE to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/NOTICE > > [copy] Copying 17 files to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/boot > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/ext > > [copy] Copying /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/depends/jars/bcprov-jdk15-138/bcprov.noidea.jar to / > > Users/mundacho/gsoc/harmony/trunk/working_classlib/deploy/jdk/jre/lib/ > > ext/bcprov.jar > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/boot > > [copy] Copying 2 files to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/security > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib > > [copy] Copying 1 file to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib > > [mkdir] Created dir: /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/fonts > > [copy] Copying 8 files to /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/deploy/jdk/jre/lib/fonts > > > > -compile: > > [mkdir] Created dir: /Users/mundacho/gsoc/harmony/trunk/ > > working_classlib/build/classes > > [hy.javac] Compiling 3598 source files to /Users/mundacho/gsoc/ > > harmony/trunk/working_classlib/build/classes > > > > BUILD FAILED > > /Users/mundacho/gsoc/harmony/trunk/build.xml:349: The following error > > occurred while executing this line: > > /Users/mundacho/gsoc/harmony/trunk/working_classlib/build.xml:113: The > > following error occurred while executing this line: > > /Users/mundacho/gsoc/harmony/trunk/working_classlib/make/build- > > java.xml:120: java.lang.reflect.InvocationTargetException > > > > Total time: 1 minute 45 seconds > > > > > > Edmundo López B. > > [EMAIL PROTECTED] > > > > > > > > > > > > > > -- > http://xiao-feng.blogspot.com >
