BUILD COMPLETE: build.301

Date of build:  2007-10-28 21:38:29 +0600
Time to build:  34 minutes 46 seconds
Last changed:   10/28/2007 20:48:04
Last log entry: Proper fix for windows build break.

***********************************************************
Errors/Warnings:        (3)
            
[cc-ant]: Test Suite 'hdk' execution. Repository updated: true
[cc-ant]: Result: failed.superiors = '${failed.superiors}'
[hdk]: Updating HDK workspace to revision: HEAD

***********************************************************
Unit Tests: (0)
        
No Tests Run: This project doesn't have any tests

***********************************************************
Modifications since last successful build:      (45)
            
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Arena.cpp 10/28/2007 
20:48:04 Proper fix for windows build break.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ia32.cpp 
10/28/2007 19:46:10 Well, I've broken the windows build so now I might as well 
see if thisbreaks the linux on too...  assert(1) does absolutely nothing so I 
assumethis is supposed to be assert(0).  There is a chance this might 
breakthings that have been "accidentally" working previously.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Arena.cpp 10/28/2007 
19:32:43 Hopefully this will fix the broken windows build.  However, I'd love 
someoneto explain why the defines are so inconsistent.  Some components 
use_WIN32 and some use WIN32 without the _.  We should pick one and stick toit 
in all components or just use the same defines as classlib.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/thread/src/linux/os_thread.c 10/28/2007 
17:32:41 Fix and stubs for FreeBSD.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_class.h 10/28/2007 
17:31:18 Minor hack for FreeBSD.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/port/src/vmem/linux/port_vmem.c 10/28/2007 
17:29:30 More stubs for FreeBSD.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/port/src/thread/linux/apr_thread_ext.c 
10/28/2007 17:29:30 More stubs for FreeBSD.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Tls.cpp 
10/28/2007 17:25:38 I think these should be okay on FreeBSD too.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.cpp 10/28/2007 
17:25:38 I think these should be okay on FreeBSD too.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.h 10/28/2007 
17:23:32 Simplify define for FreeBSD.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/thread/src/linux/os_mutex.c 
10/28/2007 17:23:32 Simplify define for FreeBSD.
added hindessm  
/harmony/enhanced/drlvm/trunk/vm/gc_cc/src/large_pages_freebsd.cpp 10/28/2007 
17:15:41 Stubs for large page support on FreeBSD.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/large_pages.cpp 10/28/2007 
17:15:41 Stubs for large page support on FreeBSD.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ia32.cpp 
10/28/2007 17:05:25 Partial fixes for FreeBSD.Calling pthread_attr_init on 
Linux too since I believe it is also recommendedon that platform too.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/mkernel.h 10/28/2007 
17:03:27 Minor fix for FreeBSD.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/thread/src/linux/os_mutex.c 
10/28/2007 17:03:27 Minor fix for FreeBSD.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/port/src/vmem/linux/port_vmem.c 10/28/2007 
16:15:36 Use correct header for malloc definition on unix.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/port/include/port_malloc.h 
10/28/2007 16:15:36 Use correct header for malloc definition on unix.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_obj.cpp 
10/28/2007 16:15:36 Use correct header for malloc definition on unix.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_ia32.cpp 
10/28/2007 16:15:36 Use correct header for malloc definition on unix.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/MemoryManager.cpp 
10/28/2007 16:15:36 Use correct header for malloc definition on unix.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.cpp 
10/28/2007 16:15:36 Use correct header for malloc definition on unix.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_stk.cpp 
10/28/2007 16:15:36 Use correct header for malloc definition on unix.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp 10/28/2007 
16:15:36 Use correct header for malloc definition on unix.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Arena.cpp 10/28/2007 
16:15:36 Use correct header for malloc definition on unix.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp 
10/28/2007 16:15:00 On FreeBSD hythread_self_slow is a function rather than a 
#define soto get FreeBSD to work I'm exporting it here.  This leaves an 
undefinedexport on Linux but it doesn't really do any significant harm 
sincenothing should be using it.  Patches for better solutions very welcome.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/crash_handler.cpp 
10/28/2007 15:30:07 More executable name hacks to get FreeBSD to work.  (There 
is another invm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp but I don't need 
thisone right now.)  We really should have this code in *one* place.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/port/src/misc/linux/sysinfo.c 10/28/2007 
15:30:07 More executable name hacks to get FreeBSD to work.  (There is another 
invm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp but I don't need thisone 
right now.)  We really should have this code in *one* place.
modified hindessm  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 10/28/2007 
15:30:07 More executable name hacks to get FreeBSD to work.  (There is another 
invm/jitrino/src/codegenerator/ipf/IpfEmitter.cpp but I don't need thisone 
right now.)  We really should have this code in *one* place.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/include/open/hycomp.h 
10/28/2007 14:52:11 Add FreeBSD support to include files.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/include/open/hythread.h 
10/28/2007 14:52:11 Add FreeBSD support to include files.
modified hindessm  /harmony/enhanced/drlvm/trunk/vm/include/open/hythread_ext.h 
10/28/2007 14:52:11 Add FreeBSD support to include files.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml 10/28/2007 
14:28:00 Another FreeBSD define.
modified hindessm  /harmony/enhanced/drlvm/trunk/build/make/build.xml 
10/28/2007 14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/extra/log4cxx.xml 
10/28/2007 14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  /harmony/enhanced/drlvm/trunk/build/make/setup.xml 
10/28/2007 14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml 10/28/2007 
14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/targets/common_vm.xml 10/28/2007 
14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_cc.xml 10/28/2007 
14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/hythr.xml 10/28/2007 
14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/jitrino.xml 10/28/2007 
14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/em.xml 10/28/2007 
14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_gen.xml 10/28/2007 
14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  
/harmony/enhanced/drlvm/trunk/build/make/components/vm/interpreter.xml 
10/28/2007 14:21:04 Adding FreeBSD defines to build configuration.
modified hindessm  /harmony/enhanced/drlvm/trunk/build/make/test.properties 
10/28/2007 14:21:04 Adding FreeBSD defines to build configuration.

Reply via email to