You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alerts@harmony.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/09/15 16:16:13 UTC

Build failed in Hudson: Harmony-1.5-head-linux-x86_64-full-tests #307

See <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/307/changes>

Changes:

[sjanuary] Pack200 - more tests

[sjanuary] Pack200 - remove unused code and fix some minor bugs

[hindessm] Build against one set of jvmti/jni headers rather than two.  Move the
headers so they are taken from the VM.

[hindessm] Apply modified patch from "[#HARMONY-6641] [classlib][luni] FloatParser returns wrong value and uses 1GB memory and 100% cpu".

[hindessm] A few more fixes for minor exception differences relating to:

  [#HARMONY-6648] Character.codePointAt exception differences

[hindessm] Fix -Dhy.local.zlib=true build so that it uses the versioned libz.so.1
rather than the unversioned libz.so.  The latter is only available if
the development package for zlib is installed which it typically isn't.
I've also changed the windows dso "decorate" function to handle versions
in a way that might work if an ifdef for the windows, "zlib", rather
than "z" was added.

[hindessm] Fixing "[#HARMONY-6648] Character.codePointAt exception differences" as 
it isn't unreasonable to be compatible with the RI in this case.  See
also http://markmail.org/message/7s6533mswansmnm3

[hindessm] Fix instrument so it works with hy.local.zlib=true.

------------------------------------------
[...truncated 2610 lines...]
[hy.jar.bin] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/lib/boot/misc.jar>
[hy.jar.src] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/lib/boot/misc-src.jar>

-build-native:
     [echo] Making "" in src/main/native/accessors/unix
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -Icommon -ggdb -O0 -fpic  -Werror   -c -o ../shared/org_apache_harmony_misc_accessors_ArrayAccessorImpl.o ../shared/org_apache_harmony_misc_accessors_ArrayAccessorImpl.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -Icommon -ggdb -O0 -fpic  -Werror   -c -o ../shared/org_apache_harmony_misc_accessors_Malloc.o ../shared/org_apache_harmony_misc_accessors_Malloc.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -Icommon -ggdb -O0 -fpic  -Werror   -c -o ../shared/org_apache_harmony_misc_accessors_MemoryAccessorNativeImpl.o ../shared/org_apache_harmony_misc_accessors_MemoryAccessorNativeImpl.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -Icommon -ggdb -O0 -fpic  -Werror   -c -o ../shared/org_apache_harmony_misc_accessors_ObjectAccessorImpl.o ../shared/org_apache_harmony_misc_accessors_ObjectAccessorImpl.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -Icommon -ggdb -O0 -fpic  -Werror   -c -o ../shared/org_apache_harmony_misc_accessors_StringAccessorImpl.o ../shared/org_apache_harmony_misc_accessors_StringAccessorImpl.c
     [exec] echo "HYMISC_0.1 {" >libaccessors.exp
     [exec] echo "  global :" >>libaccessors.exp
     [exec] sed -e's/^/    /;s/$/;/' <exports.txt >>libaccessors.exp
     [exec] echo "  local : *;" >>libaccessors.exp
     [exec] echo "};" >>libaccessors.exp
     [exec] cc -shared -Wl,-soname=libaccessors.so -Wl,--version-script,libaccessors.exp   -o <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libaccessors.so> \
     [exec] 	../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 -Xlinker --start-group -L<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/lib/> -L<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/lib/libhycommon.a> -lhythr -Xlinker --end-group -lc -ldl
     [exec] objcopy --only-keep-debug <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libaccessors.so> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libaccessors.so.dbg>
     [exec] strip --strip-debug --strip-unneeded <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libaccessors.so>
     [exec] ( cd <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin> && objcopy --add-gnu-debuglink=libaccessors.so.dbg libaccessors.so )
     [exec] mkdir -p <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/>
     [exec] test "<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libaccessors.so.dbg"> = "<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/libaccessors.so.dbg"> || \
     [exec] 		mv <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libaccessors.so.dbg> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/libaccessors.so.dbg>

-compile-tests:
     [echo] Compiling misc tests
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/misc/bin/test>
 [hy.javac] Compiling 1 source file to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/misc/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

-test-jar:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/misc>
     [copy] Copying 1 file to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/misc>
[hy.jar.bin] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/misc/misc_tests.jar>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/misc/excludes>

-build-no-check:

-svn-info:

-compile-java:
     [echo] Compiling nio classes

-class-patternset:

-build-jar:
[hy.jar.bin] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/lib/boot/nio.jar>
[hy.jar.src] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/lib/boot/nio-src.jar>

-build-native:
     [echo] Making "" in src/main/native/nio/unix
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic  -Werror   -c -o ../shared/DirectBufferUtil.o ../shared/DirectBufferUtil.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic  -Werror   -c -o ../shared/AddressUtil.o ../shared/AddressUtil.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic  -Werror   -c -o EpollSelectorImpl.o EpollSelectorImpl.c
     [exec] echo "HYNIO_0.1 {" >libhynio.exp
     [exec] echo "  global :" >>libhynio.exp
     [exec] sed -e's/^/    /;s/$/;/' <exports.txt >>libhynio.exp
     [exec] echo "  local : *;" >>libhynio.exp
     [exec] echo "};" >>libhynio.exp
     [exec] cc -shared -Wl,-soname=libhynio.so -Wl,--version-script,libhynio.exp   -o <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhynio.so> \
     [exec] 	../shared/DirectBufferUtil.o ../shared/AddressUtil.o EpollSelectorImpl.o -Xlinker --start-group -L<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/lib/> -L<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/lib/libhycommon.a> -Xlinker --end-group -lc -ldl
     [exec] objcopy --only-keep-debug <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhynio.so> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhynio.so.dbg>
     [exec] strip --strip-debug --strip-unneeded <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhynio.so>
     [exec] ( cd <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin> && objcopy --add-gnu-debuglink=libhynio.so.dbg libhynio.so )
     [exec] mkdir -p <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/>
     [exec] test "<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhynio.so.dbg"> = "<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/libhynio.so.dbg"> || \
     [exec] 		mv <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhynio.so.dbg> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/libhynio.so.dbg>

-compile-tests:
     [echo] Compiling nio tests
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/nio/bin/test>
 [hy.javac] Compiling 110 source files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/nio/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

-test-jar:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio>
     [copy] Copying 1 file to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio>
[hy.jar.bin] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio/nio_tests.jar>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio/excludes>
     [copy] Copying 10 files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio/excludes>
     [copy] Copying 22 files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio/resources>

-build-no-check:

-svn-info:

-compile-java:
     [echo] Compiling nio_char classes

-class-patternset:

-build-jar:
[hy.jar.bin] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/lib/boot/nio_char.jar>
[hy.jar.src] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/lib/boot/nio_char-src.jar>

-build-native:
     [echo] Making "" in src/main/native/niochar/unix
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/CP_1250.o ../shared/CP_1250.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/CP_1251.o ../shared/CP_1251.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/CP_1252.o ../shared/CP_1252.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/CP_1253.o ../shared/CP_1253.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/CP_1254.o ../shared/CP_1254.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/CP_1257.o ../shared/CP_1257.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_1.o ../shared/ISO_8859_1.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_2.o ../shared/ISO_8859_2.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_4.o ../shared/ISO_8859_4.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_5.o ../shared/ISO_8859_5.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_7.o ../shared/ISO_8859_7.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_9.o ../shared/ISO_8859_9.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_13.o ../shared/ISO_8859_13.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/ISO_8859_15.o ../shared/ISO_8859_15.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/KOI8_R.o ../shared/KOI8_R.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/US_ASCII.o ../shared/US_ASCII.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/IBM866.o ../shared/IBM866.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM00858.o ../shared/additional/IBM00858.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01140.o ../shared/additional/IBM01140.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01141.o ../shared/additional/IBM01141.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01142.o ../shared/additional/IBM01142.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01143.o ../shared/additional/IBM01143.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01144.o ../shared/additional/IBM01144.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01145.o ../shared/additional/IBM01145.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01146.o ../shared/additional/IBM01146.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01147.o ../shared/additional/IBM01147.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01148.o ../shared/additional/IBM01148.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM01149.o ../shared/additional/IBM01149.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM037.o ../shared/additional/IBM037.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM1026.o ../shared/additional/IBM1026.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM1047.o ../shared/additional/IBM1047.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM273.o ../shared/additional/IBM273.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM277.o ../shared/additional/IBM277.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM278.o ../shared/additional/IBM278.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM280.o ../shared/additional/IBM280.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM284.o ../shared/additional/IBM284.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM285.o ../shared/additional/IBM285.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM297.o ../shared/additional/IBM297.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM420.o ../shared/additional/IBM420.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM424.o ../shared/additional/IBM424.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM437.o ../shared/additional/IBM437.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM500.o ../shared/additional/IBM500.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM775.o ../shared/additional/IBM775.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM850.o ../shared/additional/IBM850.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM852.o ../shared/additional/IBM852.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM855.o ../shared/additional/IBM855.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM857.o ../shared/additional/IBM857.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM860.o ../shared/additional/IBM860.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM861.o ../shared/additional/IBM861.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM862.o ../shared/additional/IBM862.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM863.o ../shared/additional/IBM863.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM864.o ../shared/additional/IBM864.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM865.o ../shared/additional/IBM865.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM868.o ../shared/additional/IBM868.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM869.o ../shared/additional/IBM869.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM870.o ../shared/additional/IBM870.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM871.o ../shared/additional/IBM871.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM918.o ../shared/additional/IBM918.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/IBM_Thai.o ../shared/additional/IBM_Thai.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/ISO_8859_3.o ../shared/additional/ISO_8859_3.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/ISO_8859_6.o ../shared/additional/ISO_8859_6.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/ISO_8859_8.o ../shared/additional/ISO_8859_8.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/windows_1255.o ../shared/additional/windows_1255.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/windows_1256.o ../shared/additional/windows_1256.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1006.o ../shared/additional/x_IBM1006.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1025.o ../shared/additional/x_IBM1025.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1097.o ../shared/additional/x_IBM1097.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1098.o ../shared/additional/x_IBM1098.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1112.o ../shared/additional/x_IBM1112.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1122.o ../shared/additional/x_IBM1122.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1123.o ../shared/additional/x_IBM1123.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM1124.o ../shared/additional/x_IBM1124.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM737.o ../shared/additional/x_IBM737.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM856.o ../shared/additional/x_IBM856.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM874.o ../shared/additional/x_IBM874.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM875.o ../shared/additional/x_IBM875.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_IBM922.o ../shared/additional/x_IBM922.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_MacCyrillic.o ../shared/additional/x_MacCyrillic.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_MacGreek.o ../shared/additional/x_MacGreek.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_MacTurkish.o ../shared/additional/x_MacTurkish.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/Big5.o ../shared/additional/Big5.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/Big5_HKSCS.o ../shared/additional/Big5_HKSCS.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/EUC_KR.o ../shared/additional/EUC_KR.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/GB2312.o ../shared/additional/GB2312.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/GBK.o ../shared/additional/GBK.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/GB18030.o ../shared/additional/GB18030.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/windows_31j.o ../shared/additional/windows_31j.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_MS950_HKSCS.o ../shared/additional/x_MS950_HKSCS.c
     [exec] cc -DLINUX -DLINUX_X86_64 -DHYX86_64 -DIPv6_FUNCTION_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/include> -I<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/include> -I. -I../shared/ -ggdb -O0 -fpic     -c -o ../shared/additional/x_windows_949.o ../shared/additional/x_windows_949.c
     [exec] echo " {" >libhyniochar.exp
     [exec] echo "  global :" >>libhyniochar.exp
     [exec] sed -e's/^/    /;s/$/;/' <exports.txt >>libhyniochar.exp
     [exec] echo "  local : *;" >>libhyniochar.exp
     [exec] echo "};" >>libhyniochar.exp
     [exec] cc -shared -Wl,-soname=libhyniochar.so -Wl,--version-script,libhyniochar.exp   -o <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhyniochar.so> \
     [exec] 	../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  -Xlinker --start-group -L<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/lib/> -L<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/lib/libhycommon.a> -lhythr -lvmi -Xlinker --end-group -lc -ldl
     [exec] objcopy --only-keep-debug <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhyniochar.so> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhyniochar.so.dbg>
     [exec] strip --strip-debug --strip-unneeded <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhyniochar.so>
     [exec] ( cd <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin> && objcopy --add-gnu-debuglink=libhyniochar.so.dbg libhyniochar.so )
     [exec] mkdir -p <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/>
     [exec] test "<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhyniochar.so.dbg"> = "<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/libhyniochar.so.dbg"> || \
     [exec] 		mv <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/bin/libhyniochar.so.dbg> <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/lib/libhyniochar.so.dbg>

-compile-tests:
     [echo] Compiling nio_char tests
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/nio_char/bin/test>
 [hy.javac] Compiling 42 source files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/nio_char/bin/test>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting

-test-jar:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio_char>
     [copy] Copying 1 file to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio_char>
[hy.jar.bin] Building jar: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio_char/nio_char_tests.jar>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio_char/excludes>
     [copy] Copying 9 files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio_char/excludes>
     [copy] Copying 8 files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/build/test/nio_char/resources>

-build-no-check:

-copy-jars:
     [copy] Copying 5 files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/target/hdk/jdk/jre/lib/boot>

-build-no-check:

-svn-info:

-compile-java:
     [echo] Compiling pack200 classes
 [hy.javac] Compiling 133 source files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/build/classes>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting
     [echo] Compiling pack200 java5 classes
 [hy.javac] Compiling 3 source files to <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/build/classes>
 [hy.javac] Since fork is false, ignoring memoryMaximumSize setting
 [hy.javac] ----------
 [hy.javac] 1. ERROR in <https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/pack200/src/main/java5/org/apache/harmony/pack200/Pack200PackerAdapter.java> (at line 91)
 [hy.javac] 	options.removePassFile((String)oldValue);
 [hy.javac] 	        ^^^^^^^^^^^^^^
 [hy.javac] The method removePassFile(String) is undefined for the type PackingOptions
 [hy.javac] ----------
 [hy.javac] 1 problem (1 error)

BUILD FAILED
<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/build.xml>:468: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/build.xml>:181: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/make/properties.xml>:559: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/make/properties.xml>:571: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/modules/pack200/build.xml>:102: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64-full-tests/ws/harmony/classlib/make/properties.xml>:762: Compile failed; see the compiler error output for details.

Total time: 1 minute 43 seconds
Archiving artifacts
Recording test results