20460374 GNUMP should have some master test results to compare against
authorStefan Teleman <stefan.teleman@oracle.com>
Tue, 17 Feb 2015 18:43:54 -0800
changeset 3823 8a78c695182b
parent 3822 fe3bbc835041
child 3829 e98cb01a0ebe
20460374 GNUMP should have some master test results to compare against 20460602 LIBIDN should have some master test results to compare against 20460839 LIBMPFR should have some master test results to compare against 20461313 UNIXODBC should have some master test results to compare against 20460431 LCMS should have some master test results to compare against 20460935 LIBOPENUSB should have some master test results to compare against 20555045 openexr needs better master test results
components/bash/Makefile
components/bash/test/results-64.master
components/gnump/Makefile
components/gnump/test/results-32.master
components/gnump/test/results-64.master
components/lcms/Makefile
components/lcms/test/results-32.master
components/lcms/test/results-64.master
components/libidn/Makefile
components/libidn/test/results-32.master
components/libidn/test/results-64.master
components/mpfr/Makefile
components/mpfr/test/results-32.master
components/mpfr/test/results-64.master
components/openexr/Makefile
components/openexr/test/results-32.master
components/openexr/test/results-32.master.SS12.4
components/openexr/test/results-64.master
components/openexr/test/results-64.master.SS12.4
components/openusb/Makefile
components/unixodbc/Makefile
--- a/components/bash/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/bash/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -72,9 +72,22 @@
 # -z redlocsym -- let's shrink the SHT_SYMTAB as much as we can
 LDFLAGS =	$(LD_Z_REDLOCSYM)
 
+# Do not change the order of these regexp transforms.
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/^</d"' \
+     '-e "/^>/d"' \
+     '-e "/^---/d"' \
+     '-e "s/^[0-9]\{1,\}[a-z]\{1,\}[0-9]\{1,\}//g"' \
+     '-e "s/^[0-9]\{1,\},[0-9]\{1,\}[a-z]\{1,\}[0-9]\{1,\},[0-9]\{1,\}//g"' \
+     '-e "/^$$/d"' \
+     '-e "s/i386-pc-//g"' \
+     '-e "s/i386//g"' \
+     '-e "s/sparc-sun-//g"' \
+     '-e "s/sparc//g"'
+
 # The bash test harness needs the GNU userland utilities
 TEST_PATH = "PATH=$(BUILD_DIR_64):$(GNUBIN):$(USRBINDIR)"
-TEST_OUTPUT = $(COMPONENT_DIR)/bash_test_results_$(MACH).out
+TEST_RESULTS_FILE = $(COMPONENT_TEST_RESULTS_DIR)/test-$(BITS)-results
 
 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_ENV +=	LDFLAGS="$(LDFLAGS)"
@@ -125,7 +138,7 @@
 
 COMPONENT_TEST_DIR =		$(BUILD_DIR_64)
 COMPONENT_TEST_ENV =		- $(TEST_PATH)
-COMPONENT_TEST_TARGETS =	check > $(TEST_OUTPUT) 2>&1
+COMPONENT_TEST_TARGETS =	check > $(TEST_RESULTS_FILE) 2>&1
 
 ASLR_MODE=$(ASLR_ENABLE)
 
@@ -141,6 +154,5 @@
 
 test:	$(TEST_64)
 
-
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/bash/test/results-64.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,150 @@
+	  ***********************************************************
+	  *                                                         *
+	  * GNU bash, version 4.2.53(1)-release (solaris2.12)
+	  *                                                         *
+	  ***********************************************************
+Testing $(@D)/bash
+version: 4.2.53(1)-release
+versinfo: 4 2 53 1 release solaris2.12
+HOSTTYPE = 
+OSTYPE = solaris2.12
+MACHTYPE = solaris2.12
+Any output from any test, unless otherwise noted, indicates a possible anomaly
+run-alias
+run-appendop
+run-arith
+run-arith-for
+run-array
+warning: all of these tests will fail if arrays have not
+warning: been compiled into the shell
+warning: the BASH_ARGC and BASH_ARGV tests will fail if debugging support
+warning: has not been compiled into the shell
+run-array2
+warning: all of these tests will fail if arrays have not
+warning: been compiled into the shell
+run-assoc
+warning: all of these tests will fail if arrays have not
+warning: been compiled into the shell
+run-braces
+run-builtins
+warning: some of these tests may fail if process substitution has not
+warning: been compiled into the shell or if the OS does not provide
+warning: /dev/fd.
+run-case
+run-casemod
+run-comsub
+run-comsub-eof
+run-comsub-posix
+run-cond
+warning: all of these tests will fail if the conditional command has not
+warning: been compiled into the shell
+warning: some of these tests will fail if extended pattern matching has not
+warning: been compiled into the shell
+run-coproc
+warning: the process IDs printed will differ on every run
+warning: and generate diffs
+run-cprint
+run-dbg-support
+run-dbg-support2
+run-dirstack
+run-dollars
+run-errors
+run-execscript
+warning: the text of a system error message may vary between systems and
+warning: produce diff output.
+warning: if the text of the error messages concerning `notthere' or
+warning: `/tmp/bash-notthere' not being found or `/' being a directory
+warning: produce diff output, please do not consider this a test failure
+warning: if diff output differing only in the location of the bash
+warning: binary appears, please do not consider this a test failure
+run-exp-tests
+run-extglob
+run-extglob2
+run-extglob3
+run-func
+warning: if you have exported functions defined in your environment,
+warning: they may show up as diff output.
+warning: if so, please do not consider this a test failure
+run-getopts
+run-glob-test
+run-globstar
+run-heredoc
+run-herestr
+run-histexpand
+warning: all of these tests will fail if history has not been compiled
+warning: into the shell
+run-history
+warning: all of these tests will fail if history has not been compiled
+warning: into the shell
+run-ifs
+run-ifs-posix
+run-input-test
+run-intl
+warning: some of these tests will fail if you do not have UTF-8
+warning: locales installed on your system.
+warning: please ignore any differences consisting only of white space
+run-invert
+run-iquote
+run-jobs
+warning: some of these tests may fail if job control has not been compiled
+warning: into the shell
+warning: there may be a message regarding a cat process dying due to a
+warning: SIGHUP.  Please disregard.
+run-lastpipe
+run-mapfile
+run-more-exp
+run-new-exp
+warning: two of these tests will fail if your OS does not support
+warning: named pipes or the /dev/fd filesystem.  If the tests of the
+warning: process substitution mechanism fail, please do not consider
+warning: this a test failure
+warning: if you have exported variables beginning with the string _Q,
+warning: diff output may be generated.  If so, please do not consider
+warning: this a test failure
+run-nquote
+run-nquote1
+warning: several of these tests will fail if arrays have not
+warning: been compiled into the shell.
+run-nquote2
+warning: several of these tests will fail if arrays have not
+warning: been compiled into the shell.
+run-nquote3
+warning: several of these tests will fail if arrays have not
+warning: been compiled into the shell.
+run-nquote4
+warning: some of these tests will fail if you do not have UTF-8
+warning: locales installed on your system
+run-nquote5
+run-posix2
+run-posixexp
+run-posixexp2
+run-posixpat
+run-posixpipe
+run-precedence
+run-printf
+run-quote
+run-read
+warning: please do not consider output differing only in the amount of
+warning: white space to be an error.
+run-redir
+warning: the text of a system error message may vary between systems and
+warning: produce diff output.
+warning: if the text of an error message concerning `redir1.*' not being
+warning: found or messages concerning bad file descriptors produce diff
+warning: output, please do not consider it a test failure
+run-rhs-exp
+run-rsh
+run-set-e
+run-set-x
+run-shopt
+run-strip
+run-test
+run-tilde
+run-tilde2
+run-trap
+warning: UNIX versions number signals and schedule processes differently.
+warning: If output differing only in line numbers is produced, please
+warning: do not consider this a test failure.
+run-type
+run-varenv
+run-vredir
--- a/components/gnump/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/gnump/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -56,7 +56,7 @@
 CFLAGS += $(studio_C99_ENABLE) $(CPP_XPG6MODE)
 CFLAGS += $(studio_PIC)
 CXXFLAGS = -mt -features=anachronisms,except,rtti,export,extensions,nestedaccess,tmplife,tmplrefstatic
-CXXFLAGS += -instances=global -template=geninlinefuncs -verbose=template
+CXXFLAGS += -instances=global -template=geninlinefuncs
 CXXFLAGS += -xbuiltin=%none -xinline=%auto -xlibmil
 CXXFLAGS += -xustr=ascii_utf16_ushort -xlibmopt
 CXXFLAGS += $(studio_cplusplus_C99_ENABLE) $(studio_PIC)
@@ -67,6 +67,16 @@
 CPPFLAGS += $(CPP_POSIX) $(CPP_LARGEFILES)
 LDFLAGS += $(LD_Z_REDLOCSYM) $(LD_Z_RESCAN_NOW)
 
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/DEPDIR=/d"' \
+     '-e "/ld: warning/d"' \
+     '-e "/creating /d"' \
+     '-e "/gm4 /d"' \
+     '-e "s/^make\[[0-9]\{1,\}\]/make/g"'
+
 # assembler detection for GNU MP and GNU MPFR is done via MPN_PATH
 # at ./configure time. GNU MPFR wants to know GNU MP's MPN_PATH.
 MPN32_i386 = x86/pentium x86 generic
@@ -161,6 +171,5 @@
 
 test: $(TEST_32_and_64)
 
-
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/c++-runtime
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnump/test/results-32.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,335 @@
+make: Entering directory `$(@D)'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)'
+Making check in tests
+make: Entering directory `$(@D)/tests'
+Making check in .
+make: Entering directory `$(@D)/tests'
+/usr/gnu/bin/make  libtests.la t-bswap t-constants t-count_zeros t-gmpmax t-hightomask t-modlinv t-popc t-parity t-sub
+make: Entering directory `$(@D)/tests'
+mkdir .libs
+ranlib .libs/libtests.a
+(cd .libs && rm -f libtests.la && ln -s ../libtests.la libtests.la)
+make: Leaving directory `$(@D)/tests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests'
+PASS: t-bswap
+PASS: t-constants
+PASS: t-count_zeros
+PASS: t-gmpmax
+PASS: t-hightomask
+PASS: t-modlinv
+PASS: t-popc
+PASS: t-parity
+PASS: t-sub
+==================
+All 9 tests passed
+==================
+make: Leaving directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+Making check in devel
+make: Entering directory `$(@D)/tests/devel'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/tests/devel'
+Making check in mpn
+make: Entering directory `$(@D)/tests/mpn'
+/usr/gnu/bin/make  t-asmtype t-aors_1 t-divrem_1 t-fat t-get_d t-instrument t-iord_u t-mp_bases t-perfsqr t-scan t-hgcd t-matrix22
+make: Entering directory `$(@D)/tests/mpn'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpn'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpn'
+PASS: t-asmtype
+PASS: t-aors_1
+PASS: t-divrem_1
+PASS: t-fat
+PASS: t-get_d
+PASS: t-instrument
+PASS: t-iord_u
+PASS: t-mp_bases
+PASS: t-perfsqr
+PASS: t-scan
+PASS: t-hgcd
+PASS: t-matrix22
+===================
+All 12 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpn'
+make: Leaving directory `$(@D)/tests/mpn'
+Making check in mpz
+make: Entering directory `$(@D)/tests/mpz'
+/usr/gnu/bin/make  t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm dive dive_ui t-sqrtrem convert io t-inp_str logic bit t-powm t-powm_ui t-pow t-div_2exp reuse t-root t-perfsqr t-perfpow t-jac t-bin t-get_d t-get_d_2exp t-get_si t-set_d t-set_si t-fac_ui t-fib_ui t-lucnum_ui t-scan t-fits t-divis t-divis_2exp t-cong t-cong_2exp t-sizeinbase t-set_str t-aorsmul t-cmp_d t-cmp_si t-hamdist t-oddeven t-popcount t-set_f t-io_raw t-import t-export t-pprime_p t-nextprime
+make: Entering directory `$(@D)/tests/mpz'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpz'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpz'
+PASS: t-addsub
+PASS: t-cmp
+PASS: t-mul
+PASS: t-mul_i
+PASS: t-tdiv
+PASS: t-tdiv_ui
+PASS: t-fdiv
+PASS: t-fdiv_ui
+PASS: t-cdiv_ui
+PASS: t-gcd
+PASS: t-gcd_ui
+PASS: t-lcm
+PASS: dive
+PASS: dive_ui
+PASS: t-sqrtrem
+PASS: convert
+PASS: io
+PASS: t-inp_str
+PASS: logic
+PASS: bit
+PASS: t-powm
+PASS: t-powm_ui
+PASS: t-pow
+PASS: t-div_2exp
+PASS: reuse
+PASS: t-root
+PASS: t-perfsqr
+PASS: t-perfpow
+PASS: t-jac
+PASS: t-bin
+PASS: t-get_d
+PASS: t-get_d_2exp
+PASS: t-get_si
+PASS: t-set_d
+PASS: t-set_si
+PASS: t-fac_ui
+PASS: t-fib_ui
+PASS: t-lucnum_ui
+PASS: t-scan
+PASS: t-fits
+PASS: t-divis
+PASS: t-divis_2exp
+PASS: t-cong
+PASS: t-cong_2exp
+PASS: t-sizeinbase
+PASS: t-set_str
+PASS: t-aorsmul
+PASS: t-cmp_d
+PASS: t-cmp_si
+PASS: t-hamdist
+PASS: t-oddeven
+PASS: t-popcount
+PASS: t-set_f
+PASS: t-io_raw
+PASS: t-import
+PASS: t-export
+PASS: t-pprime_p
+PASS: t-nextprime
+===================
+All 58 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpz'
+make: Leaving directory `$(@D)/tests/mpz'
+Making check in mpq
+make: Entering directory `$(@D)/tests/mpq'
+/usr/gnu/bin/make  t-aors t-cmp t-cmp_ui t-cmp_si t-equal t-get_d t-get_str t-inp_str t-md_2exp t-set_f t-set_str
+make: Entering directory `$(@D)/tests/mpq'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpq'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpq'
+PASS: t-aors
+PASS: t-cmp
+PASS: t-cmp_ui
+PASS: t-cmp_si
+PASS: t-equal
+PASS: t-get_d
+PASS: t-get_str
+PASS: t-inp_str
+PASS: t-md_2exp
+PASS: t-set_f
+PASS: t-set_str
+===================
+All 11 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpq'
+make: Leaving directory `$(@D)/tests/mpq'
+Making check in mpf
+make: Entering directory `$(@D)/tests/mpf'
+/usr/gnu/bin/make  t-add t-sub t-conv t-sqrt t-sqrt_ui t-muldiv t-dm2exp reuse t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp t-get_si t-get_ui t-gsprec t-inp_str t-int_p t-mul_ui t-set t-set_q t-set_si t-set_ui t-trunc t-ui_div
+make: Entering directory `$(@D)/tests/mpf'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpf'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpf'
+PASS: t-add
+PASS: t-sub
+PASS: t-conv
+PASS: t-sqrt
+PASS: t-sqrt_ui
+PASS: t-muldiv
+PASS: t-dm2exp
+PASS: reuse
+PASS: t-cmp_d
+PASS: t-cmp_si
+PASS: t-div
+PASS: t-fits
+PASS: t-get_d
+PASS: t-get_d_2exp
+PASS: t-get_si
+PASS: t-get_ui
+PASS: t-gsprec
+PASS: t-inp_str
+PASS: t-int_p
+PASS: t-mul_ui
+PASS: t-set
+PASS: t-set_q
+PASS: t-set_si
+PASS: t-set_ui
+PASS: t-trunc
+PASS: t-ui_div
+===================
+All 26 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpf'
+make: Leaving directory `$(@D)/tests/mpf'
+Making check in rand
+make: Entering directory `$(@D)/tests/rand'
+/usr/gnu/bin/make  t-iset t-lc2exp t-mt t-rand t-urbui t-urmui t-urndmm
+make: Entering directory `$(@D)/tests/rand'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/rand'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/rand'
+PASS: t-iset
+PASS: t-lc2exp
+PASS: t-mt
+PASS: t-rand
+PASS: t-urbui
+PASS: t-urmui
+PASS: t-urndmm
+==================
+All 7 tests passed
+==================
+make: Leaving directory `$(@D)/tests/rand'
+make: Leaving directory `$(@D)/tests/rand'
+Making check in misc
+make: Entering directory `$(@D)/tests/misc'
+/usr/gnu/bin/make  t-printf t-scanf t-locale
+make: Entering directory `$(@D)/tests/misc'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/misc'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/misc'
+PASS: t-printf
+PASS: t-scanf
+Test skipped, replacing localeconv/nl_langinfo doesn't work
+PASS: t-locale
+==================
+All 3 tests passed
+==================
+make: Leaving directory `$(@D)/tests/misc'
+make: Leaving directory `$(@D)/tests/misc'
+Making check in cxx
+make: Entering directory `$(@D)/tests/cxx'
+/usr/gnu/bin/make  t-assign t-binary t-cast t-constr t-headers t-istream t-locale t-misc t-ops t-ostream t-prec t-rand t-ternary t-unary
+make: Entering directory `$(@D)/tests/cxx'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/cxx'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/cxx'
+PASS: t-assign
+PASS: t-binary
+PASS: t-cast
+PASS: t-constr
+PASS: t-headers
+PASS: t-istream
+PASS: t-locale
+PASS: t-misc
+PASS: t-ops
+PASS: t-ostream
+PASS: t-prec
+PASS: t-rand
+PASS: t-ternary
+PASS: t-unary
+===================
+All 14 tests passed
+===================
+make: Leaving directory `$(@D)/tests/cxx'
+make: Leaving directory `$(@D)/tests/cxx'
+Making check in mpbsd
+make: Entering directory `$(@D)/tests/mpbsd'
+/usr/gnu/bin/make  allfuns t-itom t-mtox
+make: Entering directory `$(@D)/tests/mpbsd'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpbsd'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpbsd'
+PASS: allfuns
+PASS: t-itom
+Skipping t-mtox, cannot test libgmp and libmp memory together
+PASS: t-mtox
+==================
+All 3 tests passed
+==================
+make: Leaving directory `$(@D)/tests/mpbsd'
+make: Leaving directory `$(@D)/tests/mpbsd'
+make: Leaving directory `$(@D)/tests'
+Making check in mpn
+make: Entering directory `$(@D)/mpn'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpn'
+Making check in mpz
+make: Entering directory `$(@D)/mpz'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpz'
+Making check in mpq
+make: Entering directory `$(@D)/mpq'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpq'
+Making check in mpf
+make: Entering directory `$(@D)/mpf'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpf'
+Making check in printf
+make: Entering directory `$(@D)/printf'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/printf'
+Making check in scanf
+make: Entering directory `$(@D)/scanf'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/scanf'
+Making check in cxx
+make: Entering directory `$(@D)/cxx'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/cxx'
+Making check in mpbsd
+make: Entering directory `$(@D)/mpbsd'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpbsd'
+Making check in demos
+make: Entering directory `$(@D)/demos'
+Making check in calc
+make: Entering directory `$(@D)/demos/calc'
+/usr/gnu/bin/make  check-am
+make: Entering directory `$(@D)/demos/calc'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/demos/calc'
+make: Leaving directory `$(@D)/demos/calc'
+Making check in expr
+make: Entering directory `$(@D)/demos/expr'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/demos/expr'
+make: Entering directory `$(@D)/demos'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/demos'
+make: Leaving directory `$(@D)/demos'
+Making check in tune
+make: Entering directory `$(@D)/tune'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/tune'
+Making check in doc
+make: Entering directory `$(@D)/doc'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc'
+make: Entering directory `$(@D)'
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnump/test/results-64.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,335 @@
+make: Entering directory `$(@D)'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)'
+Making check in tests
+make: Entering directory `$(@D)/tests'
+Making check in .
+make: Entering directory `$(@D)/tests'
+/usr/gnu/bin/make  libtests.la t-bswap t-constants t-count_zeros t-gmpmax t-hightomask t-modlinv t-popc t-parity t-sub
+make: Entering directory `$(@D)/tests'
+mkdir .libs
+ranlib .libs/libtests.a
+(cd .libs && rm -f libtests.la && ln -s ../libtests.la libtests.la)
+make: Leaving directory `$(@D)/tests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests'
+PASS: t-bswap
+PASS: t-constants
+PASS: t-count_zeros
+PASS: t-gmpmax
+PASS: t-hightomask
+PASS: t-modlinv
+PASS: t-popc
+PASS: t-parity
+PASS: t-sub
+==================
+All 9 tests passed
+==================
+make: Leaving directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+Making check in devel
+make: Entering directory `$(@D)/tests/devel'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/tests/devel'
+Making check in mpn
+make: Entering directory `$(@D)/tests/mpn'
+/usr/gnu/bin/make  t-asmtype t-aors_1 t-divrem_1 t-fat t-get_d t-instrument t-iord_u t-mp_bases t-perfsqr t-scan t-hgcd t-matrix22
+make: Entering directory `$(@D)/tests/mpn'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpn'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpn'
+PASS: t-asmtype
+PASS: t-aors_1
+PASS: t-divrem_1
+PASS: t-fat
+PASS: t-get_d
+PASS: t-instrument
+PASS: t-iord_u
+PASS: t-mp_bases
+PASS: t-perfsqr
+PASS: t-scan
+PASS: t-hgcd
+PASS: t-matrix22
+===================
+All 12 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpn'
+make: Leaving directory `$(@D)/tests/mpn'
+Making check in mpz
+make: Entering directory `$(@D)/tests/mpz'
+/usr/gnu/bin/make  t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm dive dive_ui t-sqrtrem convert io t-inp_str logic bit t-powm t-powm_ui t-pow t-div_2exp reuse t-root t-perfsqr t-perfpow t-jac t-bin t-get_d t-get_d_2exp t-get_si t-set_d t-set_si t-fac_ui t-fib_ui t-lucnum_ui t-scan t-fits t-divis t-divis_2exp t-cong t-cong_2exp t-sizeinbase t-set_str t-aorsmul t-cmp_d t-cmp_si t-hamdist t-oddeven t-popcount t-set_f t-io_raw t-import t-export t-pprime_p t-nextprime
+make: Entering directory `$(@D)/tests/mpz'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpz'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpz'
+PASS: t-addsub
+PASS: t-cmp
+PASS: t-mul
+PASS: t-mul_i
+PASS: t-tdiv
+PASS: t-tdiv_ui
+PASS: t-fdiv
+PASS: t-fdiv_ui
+PASS: t-cdiv_ui
+PASS: t-gcd
+PASS: t-gcd_ui
+PASS: t-lcm
+PASS: dive
+PASS: dive_ui
+PASS: t-sqrtrem
+PASS: convert
+PASS: io
+PASS: t-inp_str
+PASS: logic
+PASS: bit
+PASS: t-powm
+PASS: t-powm_ui
+PASS: t-pow
+PASS: t-div_2exp
+PASS: reuse
+PASS: t-root
+PASS: t-perfsqr
+PASS: t-perfpow
+PASS: t-jac
+PASS: t-bin
+PASS: t-get_d
+PASS: t-get_d_2exp
+PASS: t-get_si
+PASS: t-set_d
+PASS: t-set_si
+PASS: t-fac_ui
+PASS: t-fib_ui
+PASS: t-lucnum_ui
+PASS: t-scan
+PASS: t-fits
+PASS: t-divis
+PASS: t-divis_2exp
+PASS: t-cong
+PASS: t-cong_2exp
+PASS: t-sizeinbase
+PASS: t-set_str
+PASS: t-aorsmul
+PASS: t-cmp_d
+PASS: t-cmp_si
+PASS: t-hamdist
+PASS: t-oddeven
+PASS: t-popcount
+PASS: t-set_f
+PASS: t-io_raw
+PASS: t-import
+PASS: t-export
+PASS: t-pprime_p
+PASS: t-nextprime
+===================
+All 58 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpz'
+make: Leaving directory `$(@D)/tests/mpz'
+Making check in mpq
+make: Entering directory `$(@D)/tests/mpq'
+/usr/gnu/bin/make  t-aors t-cmp t-cmp_ui t-cmp_si t-equal t-get_d t-get_str t-inp_str t-md_2exp t-set_f t-set_str
+make: Entering directory `$(@D)/tests/mpq'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpq'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpq'
+PASS: t-aors
+PASS: t-cmp
+PASS: t-cmp_ui
+PASS: t-cmp_si
+PASS: t-equal
+PASS: t-get_d
+PASS: t-get_str
+PASS: t-inp_str
+PASS: t-md_2exp
+PASS: t-set_f
+PASS: t-set_str
+===================
+All 11 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpq'
+make: Leaving directory `$(@D)/tests/mpq'
+Making check in mpf
+make: Entering directory `$(@D)/tests/mpf'
+/usr/gnu/bin/make  t-add t-sub t-conv t-sqrt t-sqrt_ui t-muldiv t-dm2exp reuse t-cmp_d t-cmp_si t-div t-fits t-get_d t-get_d_2exp t-get_si t-get_ui t-gsprec t-inp_str t-int_p t-mul_ui t-set t-set_q t-set_si t-set_ui t-trunc t-ui_div
+make: Entering directory `$(@D)/tests/mpf'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpf'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpf'
+PASS: t-add
+PASS: t-sub
+PASS: t-conv
+PASS: t-sqrt
+PASS: t-sqrt_ui
+PASS: t-muldiv
+PASS: t-dm2exp
+PASS: reuse
+PASS: t-cmp_d
+PASS: t-cmp_si
+PASS: t-div
+PASS: t-fits
+PASS: t-get_d
+PASS: t-get_d_2exp
+PASS: t-get_si
+PASS: t-get_ui
+PASS: t-gsprec
+PASS: t-inp_str
+PASS: t-int_p
+PASS: t-mul_ui
+PASS: t-set
+PASS: t-set_q
+PASS: t-set_si
+PASS: t-set_ui
+PASS: t-trunc
+PASS: t-ui_div
+===================
+All 26 tests passed
+===================
+make: Leaving directory `$(@D)/tests/mpf'
+make: Leaving directory `$(@D)/tests/mpf'
+Making check in rand
+make: Entering directory `$(@D)/tests/rand'
+/usr/gnu/bin/make  t-iset t-lc2exp t-mt t-rand t-urbui t-urmui t-urndmm
+make: Entering directory `$(@D)/tests/rand'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/rand'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/rand'
+PASS: t-iset
+PASS: t-lc2exp
+PASS: t-mt
+PASS: t-rand
+PASS: t-urbui
+PASS: t-urmui
+PASS: t-urndmm
+==================
+All 7 tests passed
+==================
+make: Leaving directory `$(@D)/tests/rand'
+make: Leaving directory `$(@D)/tests/rand'
+Making check in misc
+make: Entering directory `$(@D)/tests/misc'
+/usr/gnu/bin/make  t-printf t-scanf t-locale
+make: Entering directory `$(@D)/tests/misc'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/misc'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/misc'
+PASS: t-printf
+PASS: t-scanf
+Test skipped, replacing localeconv/nl_langinfo doesn't work
+PASS: t-locale
+==================
+All 3 tests passed
+==================
+make: Leaving directory `$(@D)/tests/misc'
+make: Leaving directory `$(@D)/tests/misc'
+Making check in cxx
+make: Entering directory `$(@D)/tests/cxx'
+/usr/gnu/bin/make  t-assign t-binary t-cast t-constr t-headers t-istream t-locale t-misc t-ops t-ostream t-prec t-rand t-ternary t-unary
+make: Entering directory `$(@D)/tests/cxx'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/cxx'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/cxx'
+PASS: t-assign
+PASS: t-binary
+PASS: t-cast
+PASS: t-constr
+PASS: t-headers
+PASS: t-istream
+PASS: t-locale
+PASS: t-misc
+PASS: t-ops
+PASS: t-ostream
+PASS: t-prec
+PASS: t-rand
+PASS: t-ternary
+PASS: t-unary
+===================
+All 14 tests passed
+===================
+make: Leaving directory `$(@D)/tests/cxx'
+make: Leaving directory `$(@D)/tests/cxx'
+Making check in mpbsd
+make: Entering directory `$(@D)/tests/mpbsd'
+/usr/gnu/bin/make  allfuns t-itom t-mtox
+make: Entering directory `$(@D)/tests/mpbsd'
+mkdir .libs
+make: Leaving directory `$(@D)/tests/mpbsd'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests/mpbsd'
+PASS: allfuns
+PASS: t-itom
+Skipping t-mtox, cannot test libgmp and libmp memory together
+PASS: t-mtox
+==================
+All 3 tests passed
+==================
+make: Leaving directory `$(@D)/tests/mpbsd'
+make: Leaving directory `$(@D)/tests/mpbsd'
+make: Leaving directory `$(@D)/tests'
+Making check in mpn
+make: Entering directory `$(@D)/mpn'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpn'
+Making check in mpz
+make: Entering directory `$(@D)/mpz'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpz'
+Making check in mpq
+make: Entering directory `$(@D)/mpq'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpq'
+Making check in mpf
+make: Entering directory `$(@D)/mpf'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpf'
+Making check in printf
+make: Entering directory `$(@D)/printf'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/printf'
+Making check in scanf
+make: Entering directory `$(@D)/scanf'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/scanf'
+Making check in cxx
+make: Entering directory `$(@D)/cxx'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/cxx'
+Making check in mpbsd
+make: Entering directory `$(@D)/mpbsd'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/mpbsd'
+Making check in demos
+make: Entering directory `$(@D)/demos'
+Making check in calc
+make: Entering directory `$(@D)/demos/calc'
+/usr/gnu/bin/make  check-am
+make: Entering directory `$(@D)/demos/calc'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/demos/calc'
+make: Leaving directory `$(@D)/demos/calc'
+Making check in expr
+make: Entering directory `$(@D)/demos/expr'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/demos/expr'
+make: Entering directory `$(@D)/demos'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/demos'
+make: Leaving directory `$(@D)/demos'
+Making check in tune
+make: Entering directory `$(@D)/tune'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/tune'
+Making check in doc
+make: Entering directory `$(@D)/doc'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc'
+make: Entering directory `$(@D)'
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
--- a/components/lcms/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/lcms/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -47,6 +47,16 @@
 # It seems that we have no other way to designate that we want large file support
 CFLAGS += $(CPP_LARGEFILES)
 CXXFLAGS += $(CPP_LARGEFILES)
+
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/little cms testbed/d"' \
+     '-e "s/[0-9]\{1,\} tics//g"' \
+     '-e "s/[0-9]\{1,\} tics\,//g"' \
+     '-e "s/\, [0-9]\{1,\}\.[0-9]\{1,\} sec\.//g"'
+
 # non-default C++ flags
 CXXFLAGS += -features=extensions,nestedaccess,tmplrefstatic
 CXXFLAGS += -template=geninlinefuncs
@@ -100,7 +110,6 @@
 
 test: $(TEST_32_and_64)
 
-
 REQUIRED_PACKAGES += image/library/libjpeg
 REQUIRED_PACKAGES += image/library/libtiff
 REQUIRED_PACKAGES += library/lcms
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/lcms/test/results-32.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,89 @@
+make[1]: Entering directory `$(@D)'
+Making check in src
+make[2]: Entering directory `$(@D)/src'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/src'
+Making check in jpegicc
+make[2]: Entering directory `$(@D)/jpegicc'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/jpegicc'
+Making check in tifficc
+make[2]: Entering directory `$(@D)/tifficc'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/tifficc'
+Making check in python
+make[2]: Entering directory `$(@D)/python'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/python'
+Making check in samples
+make[2]: Entering directory `$(@D)/samples'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/samples'
+Making check in testbed
+make[2]: Entering directory `$(@D)/testbed'
+/usr/gnu/bin/make  testcms
+make[3]: Entering directory `$(@D)/testbed'
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+"../include/icc34.h", line 215: warning: invalid white space character in directive
+"../include/icc34.h", line 219: warning: invalid white space character in directive
+"../include/icc34.h", line 323: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 350: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 380: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 414: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 426: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 436: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 448: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 456: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 465: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 478: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 486: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 500: warning: enumerator value overflows INT_MAX (2147483647)
+"testcms.c", line 113: warning: implicit function declaration: swab
+"testcms.c", line 1503: warning: implicit function declaration: unlink
+mkdir .libs
+creating testcms
+make[3]: Leaving directory `$(@D)/testbed'
+./testcms
+
+Testing fixed point:	2.884667 = 2.884672
+Testing fixed scaling...pass.
+Testing curves join ...pass.
+Testing reversing of curves ... pass.
+Testing linear interpolation ...pass. ()
+Testing descending tables (linear interpolation)...pass.
+Testing reverse linear interpolation
+	on normal monotonic curve...pass.
+	on degenerated curve ...pass.
+Testing 3D interpolation on LUT...pass.
+Testing virtual profiles (Emulating sRGB)...pass.
+Testing profile decoding (sRGB).....pass.
+Testing sRGB built-in space.........
+dE: mean=0.0165645, SD=0.00939704, max=0.0519131  pass.
+Using  two real profiles.........pass
+Error Induced by the CMM due to roundoff (dE) .........
+dE: mean=0.000545515, SD=0.00136301, max=0.0067395 []
+Testing preview.........
+dE: mean=0.000545515, SD=0.00136301, max=0.0067395 []
+Testing multiprofile transforms (6 profiles).........
+dE: mean=0.123784, SD=0.171842, max=1.21645 []
+Testing linearization devicelink.........
+dE: mean=0.00405109, SD=0.00261746, max=0.0169607 []
+Testing devicelink generation.........
+dE: mean=0.00689702, SD=0.00518751, max=0.0350195 []
+Testing saved linearization devicelink.........
+dE: mean=0, SD=0, max=0 []
+Testing ink limiting ................................ pass.
+Testing save to memory: pass.
+Testing Named color profiles:  pass.
+Testing CGATS parser: pass.
+
+Success.
+make[2]: Leaving directory `$(@D)/testbed'
+Making check in include
+make[2]: Entering directory `$(@D)/include'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/include'
+make[2]: Entering directory `$(@D)'
+make[2]: Nothing to be done for `check-am'.
+make[2]: Leaving directory `$(@D)'
+make[1]: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/lcms/test/results-64.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,89 @@
+make[1]: Entering directory `$(@D)'
+Making check in src
+make[2]: Entering directory `$(@D)/src'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/src'
+Making check in jpegicc
+make[2]: Entering directory `$(@D)/jpegicc'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/jpegicc'
+Making check in tifficc
+make[2]: Entering directory `$(@D)/tifficc'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/tifficc'
+Making check in python
+make[2]: Entering directory `$(@D)/python'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/python'
+Making check in samples
+make[2]: Entering directory `$(@D)/samples'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/samples'
+Making check in testbed
+make[2]: Entering directory `$(@D)/testbed'
+/usr/gnu/bin/make  testcms
+make[3]: Entering directory `$(@D)/testbed'
+DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
+"../include/icc34.h", line 215: warning: invalid white space character in directive
+"../include/icc34.h", line 219: warning: invalid white space character in directive
+"../include/icc34.h", line 323: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 350: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 380: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 414: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 426: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 436: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 448: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 456: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 465: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 478: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 486: warning: enumerator value overflows INT_MAX (2147483647)
+"../include/icc34.h", line 500: warning: enumerator value overflows INT_MAX (2147483647)
+"testcms.c", line 113: warning: implicit function declaration: swab
+"testcms.c", line 1503: warning: implicit function declaration: unlink
+mkdir .libs
+creating testcms
+make[3]: Leaving directory `$(@D)/testbed'
+./testcms
+
+Testing fixed point:	2.884667 = 2.884672
+Testing fixed scaling...pass.
+Testing curves join ...pass.
+Testing reversing of curves ... pass.
+Testing linear interpolation ...pass. ()
+Testing descending tables (linear interpolation)...pass.
+Testing reverse linear interpolation
+	on normal monotonic curve...pass.
+	on degenerated curve ...pass.
+Testing 3D interpolation on LUT...pass.
+Testing virtual profiles (Emulating sRGB)...pass.
+Testing profile decoding (sRGB).....pass.
+Testing sRGB built-in space.........
+dE: mean=0.0165645, SD=0.00939704, max=0.0519131  pass.
+Using  two real profiles.........pass
+Error Induced by the CMM due to roundoff (dE) .........
+dE: mean=0.000545515, SD=0.00136301, max=0.0067395 []
+Testing preview.........
+dE: mean=0.000545515, SD=0.00136301, max=0.0067395 []
+Testing multiprofile transforms (6 profiles).........
+dE: mean=0.123784, SD=0.171842, max=1.21645 []
+Testing linearization devicelink.........
+dE: mean=0.00405109, SD=0.00261746, max=0.0169607 []
+Testing devicelink generation.........
+dE: mean=0.00689702, SD=0.00518751, max=0.0350195 []
+Testing saved linearization devicelink.........
+dE: mean=0, SD=0, max=0 []
+Testing ink limiting ................................ pass.
+Testing save to memory: pass.
+Testing Named color profiles:  pass.
+Testing CGATS parser: pass.
+
+Success.
+make[2]: Leaving directory `$(@D)/testbed'
+Making check in include
+make[2]: Entering directory `$(@D)/include'
+make[2]: Nothing to be done for `check'.
+make[2]: Leaving directory `$(@D)/include'
+make[2]: Entering directory `$(@D)'
+make[2]: Nothing to be done for `check-am'.
+make[2]: Leaving directory `$(@D)'
+make[1]: Leaving directory `$(@D)'
--- a/components/libidn/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/libidn/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -64,6 +64,17 @@
 CFLAGS += $(CPP_C99_EXTENDED_MATH)
 CFLAGS += $(studio_PIC)
 
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/libtool/d"' \
+     '-e "/warning:/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/DEPDIR/d"' \
+     '-e "/ar cru/d"' \
+     '-e "/ranlib/d"' \
+     '-e "/wrapped in unpack at/d"' \
+     '-e "s/^make\[[0-9]\{1,\}\]/make/g"'
+
 GUNZIP = /usr/bin/gunzip
 TAR = /usr/bin/tar
 FIND = /usr/bin/find
@@ -140,5 +151,4 @@
 
 test: $(TEST_32_and_64)
 
-
 REQUIRED_PACKAGES += system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libidn/test/results-32.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,206 @@
+make: Entering directory `$(@D)'
+Making check in gl
+make: Entering directory `$(@D)/gl'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/gl'
+make: Entering directory `$(@D)/gl'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/gl'
+make: Leaving directory `$(@D)/gl'
+make: Leaving directory `$(@D)/gl'
+Making check in lib/gl
+make: Entering directory `$(@D)/lib/gl'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/lib/gl'
+make: Entering directory `$(@D)/lib/gl'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/lib/gl'
+make: Leaving directory `$(@D)/lib/gl'
+make: Leaving directory `$(@D)/lib/gl'
+Making check in lib
+make: Entering directory `$(@D)/lib'
+/bin/bash $(SOURCE_DIR)/build-aux/missing --run perl $(SOURCE_DIR)/lib/gen-unicode-tables.pl -decomp 3.2 $(SOURCE_DIR)/doc/specifications
+Generated 65858 bytes in decomp tables
+Generating composition table
+Generated 18254 bytes in compose tables
+Generated 18422 bytes in break tables
+Creating decomp table
+Composition exlusions from $(SOURCE_DIR)/doc/specifications/CompositionExclusions-3.2.0.txt
+Unicode data from $(SOURCE_DIR)/doc/specifications/UnicodeData-3.2.0.txt
+Creating line break table
+Line break data from $(SOURCE_DIR)/doc/specifications/LineBreak-3.2.0.txt
+Reading special-casing table for case conversion
+Writing gunidecomp.h...
+Writing gunibreak.h...
+/bin/bash $(SOURCE_DIR)/build-aux/missing --run perl $(SOURCE_DIR)/lib/gen-stringprep-tables.pl $(SOURCE_DIR)/doc/specifications/rfc3454.txt
+/bin/bash $(SOURCE_DIR)/build-aux/missing --run perl $(SOURCE_DIR)/lib/gen-tld-tables.pl $(SOURCE_DIR)/doc/tld/*.tld > tlds.c
+/usr/gnu/bin/make  check-am
+make: Entering directory `$(@D)/lib'
+make: Leaving directory `$(@D)/lib'
+make: Leaving directory `$(@D)/lib'
+Making check in po
+make: Entering directory `$(@D)/po'
+make: Leaving directory `$(@D)/po'
+Making check in src
+make: Entering directory `$(@D)/src'
+/usr/gnu/bin/make  check-am
+make: Entering directory `$(@D)/src'
+make: Leaving directory `$(@D)/src'
+make: Leaving directory `$(@D)/src'
+Making check in doc
+make: Entering directory `$(@D)/doc'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/doc'
+Making check in specifications
+make: Entering directory `$(@D)/doc/specifications'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/specifications'
+Making check in tld
+make: Entering directory `$(@D)/doc/tld'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/tld'
+Making check in java
+make: Entering directory `$(@D)/doc/java'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/java'
+Making check in cyclo
+make: Entering directory `$(@D)/doc/cyclo'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/cyclo'
+make: Entering directory `$(@D)/doc'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/doc'
+make: Leaving directory `$(@D)/doc'
+make: Leaving directory `$(@D)/doc'
+Making check in gltests
+make: Entering directory `$(@D)/gltests'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/gltests'
+Making check in .
+make: Entering directory `$(@D)/gltests'
+/usr/gnu/bin/make  libtests.a test-alloca-opt test-binary-io test-dup2 test-environ test-errno test-getopt test-lstat test-malloca test-open test-setenv test-stat test-stdbool test-stddef test-stdint test-strerror test-symlink test-unsetenv test-verify test-version-etc
+make: Entering directory `$(@D)/gltests'
+rm -f libtests.a
+make: Leaving directory `$(@D)/gltests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/gltests'
+PASS: test-alloca-opt
+PASS: test-binary-io.sh
+PASS: test-dup2
+PASS: test-environ
+PASS: test-errno
+PASS: test-getopt
+PASS: test-lstat
+PASS: test-malloca
+PASS: test-open
+PASS: test-setenv
+PASS: test-stat
+PASS: test-stdbool
+PASS: test-stddef
+PASS: test-stdint
+PASS: test-strerror
+PASS: test-symlink
+PASS: test-unsetenv
+PASS: test-update-copyright.sh
+PASS: test-vc-list-files-git.sh
+PASS: test-vc-list-files-cvs.sh
+PASS: test-verify
+PASS: test-verify.sh
+No differences encountered
+PASS: test-version-etc.sh
+===================
+All 23 tests passed
+===================
+make: Leaving directory `$(@D)/gltests'
+make: Leaving directory `$(@D)/gltests'
+make: Leaving directory `$(@D)/gltests'
+make: Leaving directory `$(@D)/gltests'
+Making check in lib/gltests
+make: Entering directory `$(@D)/lib/gltests'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/lib/gltests'
+Making check in .
+make: Entering directory `$(@D)/lib/gltests'
+/usr/gnu/bin/make  libtests.a test-c-ctype test-c-strcasecmp test-c-strncasecmp test-iconv test-stdbool test-stddef test-stdint test-striconv test-strverscmp test-verify
+make: Entering directory `$(@D)/lib/gltests'
+rm -f libtests.a
+make: Leaving directory `$(@D)/lib/gltests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/lib/gltests'
+PASS: test-c-ctype
+PASS: test-c-strcase.sh
+PASS: test-iconv
+PASS: test-stdbool
+PASS: test-stddef
+PASS: test-stdint
+PASS: test-striconv
+PASS: test-strverscmp
+PASS: test-verify
+PASS: test-verify.sh
+===================
+All 10 tests passed
+===================
+make: Leaving directory `$(@D)/lib/gltests'
+make: Leaving directory `$(@D)/lib/gltests'
+make: Leaving directory `$(@D)/lib/gltests'
+make: Leaving directory `$(@D)/lib/gltests'
+Making check in tests
+make: Entering directory `$(@D)/tests'
+/usr/gnu/bin/make  libutils.a tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc tst_pr29 tst_strerror tst_toutf8 tst_symbols tst_tld
+make: Entering directory `$(@D)/tests'
+rm -f libutils.a
+make: Leaving directory `$(@D)/tests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests'
+PASS: tst_stringprep
+PASS: tst_punycode
+PASS: tst_idna
+PASS: tst_idna2
+PASS: tst_nfkc
+PASS: tst_pr29
+PASS: tst_strerror
+PASS: tst_toutf8
+PASS: tst_symbols
+PASS: tst_tld
+===================
+All 10 tests passed
+===================
+make: Leaving directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+Making check in examples
+make: Entering directory `$(@D)/examples'
+make: Leaving directory `$(@D)/examples'
+Making check in java
+make: Entering directory `$(@D)/java'
+Making check in gnu
+make: Entering directory `$(@D)/java/gnu'
+Making check in inet
+make: Entering directory `$(@D)/java/gnu/inet'
+Making check in encoding
+make: Entering directory `$(@D)/java/gnu/inet/encoding'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/java/gnu/inet/encoding'
+make: Entering directory `$(@D)/java/gnu/inet'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/java/gnu/inet'
+make: Leaving directory `$(@D)/java/gnu/inet'
+make: Entering directory `$(@D)/java/gnu'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/java/gnu'
+make: Leaving directory `$(@D)/java/gnu'
+Making check in .
+make: Entering directory `$(@D)/java'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/java'
+Making check in misc
+make: Entering directory `$(@D)/java/misc'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/java/misc'
+make: Leaving directory `$(@D)/java'
+Making check in csharp
+make: Entering directory `$(@D)/csharp'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/csharp'
+make: Entering directory `$(@D)'
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libidn/test/results-64.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,194 @@
+make: Entering directory `$(@D)'
+Making check in gl
+make: Entering directory `$(@D)/gl'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/gl'
+make: Entering directory `$(@D)/gl'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/gl'
+make: Leaving directory `$(@D)/gl'
+make: Leaving directory `$(@D)/gl'
+Making check in lib/gl
+make: Entering directory `$(@D)/lib/gl'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/lib/gl'
+make: Entering directory `$(@D)/lib/gl'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/lib/gl'
+make: Leaving directory `$(@D)/lib/gl'
+make: Leaving directory `$(@D)/lib/gl'
+Making check in lib
+make: Entering directory `$(@D)/lib'
+/usr/gnu/bin/make  check-am
+make: Entering directory `$(@D)/lib'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/lib'
+make: Leaving directory `$(@D)/lib'
+Making check in po
+make: Entering directory `$(@D)/po'
+make: Leaving directory `$(@D)/po'
+Making check in src
+make: Entering directory `$(@D)/src'
+/usr/gnu/bin/make  check-am
+make: Entering directory `$(@D)/src'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/src'
+make: Leaving directory `$(@D)/src'
+Making check in doc
+make: Entering directory `$(@D)/doc'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/doc'
+Making check in specifications
+make: Entering directory `$(@D)/doc/specifications'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/specifications'
+Making check in tld
+make: Entering directory `$(@D)/doc/tld'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/tld'
+Making check in java
+make: Entering directory `$(@D)/doc/java'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/java'
+Making check in cyclo
+make: Entering directory `$(@D)/doc/cyclo'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/doc/cyclo'
+make: Entering directory `$(@D)/doc'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/doc'
+make: Leaving directory `$(@D)/doc'
+make: Leaving directory `$(@D)/doc'
+Making check in gltests
+make: Entering directory `$(@D)/gltests'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/gltests'
+Making check in .
+make: Entering directory `$(@D)/gltests'
+/usr/gnu/bin/make  libtests.a test-alloca-opt test-binary-io test-dup2 test-environ test-errno test-getopt test-lstat test-malloca test-open test-setenv test-stat test-stdbool test-stddef test-stdint test-strerror test-symlink test-unsetenv test-verify test-version-etc
+make: Entering directory `$(@D)/gltests'
+rm -f libtests.a
+make: Leaving directory `$(@D)/gltests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/gltests'
+PASS: test-alloca-opt
+PASS: test-binary-io.sh
+PASS: test-dup2
+PASS: test-environ
+PASS: test-errno
+PASS: test-getopt
+PASS: test-lstat
+PASS: test-malloca
+PASS: test-open
+PASS: test-setenv
+PASS: test-stat
+PASS: test-stdbool
+PASS: test-stddef
+PASS: test-stdint
+PASS: test-strerror
+PASS: test-symlink
+PASS: test-unsetenv
+PASS: test-update-copyright.sh
+PASS: test-vc-list-files-git.sh
+PASS: test-vc-list-files-cvs.sh
+PASS: test-verify
+PASS: test-verify.sh
+No differences encountered
+PASS: test-version-etc.sh
+===================
+All 23 tests passed
+===================
+make: Leaving directory `$(@D)/gltests'
+make: Leaving directory `$(@D)/gltests'
+make: Leaving directory `$(@D)/gltests'
+make: Leaving directory `$(@D)/gltests'
+Making check in lib/gltests
+make: Entering directory `$(@D)/lib/gltests'
+/usr/gnu/bin/make  check-recursive
+make: Entering directory `$(@D)/lib/gltests'
+Making check in .
+make: Entering directory `$(@D)/lib/gltests'
+/usr/gnu/bin/make  libtests.a test-c-ctype test-c-strcasecmp test-c-strncasecmp test-iconv test-stdbool test-stddef test-stdint test-striconv test-strverscmp test-verify
+make: Entering directory `$(@D)/lib/gltests'
+rm -f libtests.a
+make: Leaving directory `$(@D)/lib/gltests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/lib/gltests'
+PASS: test-c-ctype
+PASS: test-c-strcase.sh
+PASS: test-iconv
+PASS: test-stdbool
+PASS: test-stddef
+PASS: test-stdint
+PASS: test-striconv
+PASS: test-strverscmp
+PASS: test-verify
+PASS: test-verify.sh
+===================
+All 10 tests passed
+===================
+make: Leaving directory `$(@D)/lib/gltests'
+make: Leaving directory `$(@D)/lib/gltests'
+make: Leaving directory `$(@D)/lib/gltests'
+make: Leaving directory `$(@D)/lib/gltests'
+Making check in tests
+make: Entering directory `$(@D)/tests'
+/usr/gnu/bin/make  libutils.a tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc tst_pr29 tst_strerror tst_toutf8 tst_symbols tst_tld
+make: Entering directory `$(@D)/tests'
+rm -f libutils.a
+make: Leaving directory `$(@D)/tests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests'
+PASS: tst_stringprep
+PASS: tst_punycode
+PASS: tst_idna
+PASS: tst_idna2
+PASS: tst_nfkc
+PASS: tst_pr29
+PASS: tst_strerror
+PASS: tst_toutf8
+PASS: tst_symbols
+PASS: tst_tld
+===================
+All 10 tests passed
+===================
+make: Leaving directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+Making check in examples
+make: Entering directory `$(@D)/examples'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/examples'
+Making check in java
+make: Entering directory `$(@D)/java'
+Making check in gnu
+make: Entering directory `$(@D)/java/gnu'
+Making check in inet
+make: Entering directory `$(@D)/java/gnu/inet'
+Making check in encoding
+make: Entering directory `$(@D)/java/gnu/inet/encoding'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/java/gnu/inet/encoding'
+make: Entering directory `$(@D)/java/gnu/inet'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/java/gnu/inet'
+make: Leaving directory `$(@D)/java/gnu/inet'
+make: Entering directory `$(@D)/java/gnu'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/java/gnu'
+make: Leaving directory `$(@D)/java/gnu'
+Making check in .
+make: Entering directory `$(@D)/java'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)/java'
+Making check in misc
+make: Entering directory `$(@D)/java/misc'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/java/misc'
+make: Leaving directory `$(@D)/java'
+Making check in csharp
+make: Entering directory `$(@D)/csharp'
+make: Nothing to be done for `check'.
+make: Leaving directory `$(@D)/csharp'
+make: Entering directory `$(@D)'
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
--- a/components/mpfr/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/mpfr/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -69,6 +69,13 @@
 
 GSED = /usr/bin/gsed
 
+COMPONENT_TEST_TRANSFORMS += \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/DEPDIR=/d"' \
+     '-e "s/^make\[[0-9]\{1,\}\]/make/g"'
+
 CONFIGURE_ENV += CC="$(CC)"
 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
 CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
@@ -134,6 +141,5 @@
 
 test: $(TEST_32_and_64)
 
-
 REQUIRED_PACKAGES += library/gmp
 REQUIRED_PACKAGES += system/library
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/mpfr/test/results-32.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,165 @@
+make: Entering directory `$(@D)'
+Making check in tests
+make: Entering directory `$(@D)/tests'
+/usr/gnu/bin/make  libfrtests.la tversion tinternals tinits tisqrt tsgn tcheck tisnan texceptions tset_exp tset tabs tset_d tset_f tset_q tset_si tset_str tset_z tset_ld tset_sj tswap tcopysign tcmp tcmp2 tcmpabs tcmp_d tcmp_ld tcomparisons teq tadd tsub tmul tdiv tsub1sp tadd1sp tadd_ui tsub_ui tcmp_ui tdiv_ui tmul_ui tsqrt_ui tui_div tui_sub tadd_d tsub_d td_sub tmul_d tdiv_d td_div tgmpop tsi_op tmul_2exp tfma tfms tsum tdim tminmax tnext tfits tget_d tget_d_2exp tget_z tget_str tget_sj tout_str tinp_str toutimpl tcan_round tround_prec tsqrt tconst_log2 tconst_pi tconst_euler trandom ttrunc trint tfrac tmodf texp texp2 texp10 texpm1 tlog tlog2 tlog10 tlog1p tpow tui_pow tpow3 tcosh tsinh ttanh tsinh_cosh tacosh tasinh tatanh thyperbolic tasin tacos tcos tatan tsin ttan tsin_cos tagm thypot tfactorial tgamma terf tcbrt tzeta mpf_compat mpfr_compat reuse tsqr tstrtofr tpow_z tget_f tconst_catalan troot tsec tcsc tcot teint tcoth tcsch tsech tstckintc tsubnormal tlngamma tlgamma tzeta_ui tget_ld_2exp tget_set_d64 tj0 tj1 tjn ty0 ty1 tyn tremquo tfmod tl2b tli2 tprintf tsprintf tfprintf trec_sqrt tpow_all
+make: Entering directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests'
+PASS: tversion
+PASS: tinternals
+PASS: tinits
+PASS: tisqrt
+PASS: tsgn
+PASS: tcheck
+PASS: tisnan
+PASS: texceptions
+PASS: tset_exp
+PASS: tset
+PASS: tabs
+PASS: tset_d
+PASS: tset_f
+PASS: tset_q
+PASS: tset_si
+PASS: tset_str
+PASS: tset_z
+PASS: tset_ld
+PASS: tset_sj
+PASS: tswap
+PASS: tcopysign
+PASS: tcmp
+PASS: tcmp2
+PASS: tcmpabs
+PASS: tcmp_d
+PASS: tcmp_ld
+PASS: tcomparisons
+PASS: teq
+PASS: tadd
+PASS: tsub
+PASS: tmul
+PASS: tdiv
+PASS: tsub1sp
+PASS: tadd1sp
+PASS: tadd_ui
+PASS: tsub_ui
+PASS: tcmp_ui
+PASS: tdiv_ui
+PASS: tmul_ui
+PASS: tsqrt_ui
+PASS: tui_div
+PASS: tui_sub
+PASS: tadd_d
+PASS: tsub_d
+PASS: td_sub
+PASS: tmul_d
+PASS: tdiv_d
+PASS: td_div
+PASS: tgmpop
+PASS: tsi_op
+PASS: tmul_2exp
+PASS: tfma
+PASS: tfms
+PASS: tsum
+PASS: tdim
+PASS: tminmax
+PASS: tnext
+PASS: tfits
+PASS: tget_d
+PASS: tget_d_2exp
+PASS: tget_z
+PASS: tget_str
+PASS: tget_sj
+PASS: tout_str
+PASS: tinp_str
+PASS: toutimpl
+PASS: tcan_round
+PASS: tround_prec
+PASS: tsqrt
+PASS: tconst_log2
+PASS: tconst_pi
+PASS: tconst_euler
+PASS: trandom
+PASS: ttrunc
+PASS: trint
+PASS: tfrac
+PASS: tmodf
+PASS: texp
+PASS: texp2
+PASS: texp10
+PASS: texpm1
+PASS: tlog
+PASS: tlog2
+PASS: tlog10
+PASS: tlog1p
+PASS: tpow
+PASS: tui_pow
+PASS: tpow3
+PASS: tcosh
+PASS: tsinh
+PASS: ttanh
+PASS: tsinh_cosh
+PASS: tacosh
+PASS: tasinh
+PASS: tatanh
+PASS: thyperbolic
+PASS: tasin
+PASS: tacos
+PASS: tcos
+PASS: tatan
+PASS: tsin
+PASS: ttan
+PASS: tsin_cos
+PASS: tagm
+PASS: thypot
+PASS: tfactorial
+PASS: tgamma
+PASS: terf
+PASS: tcbrt
+PASS: tzeta
+PASS: mpf_compat
+PASS: mpfr_compat
+PASS: reuse
+PASS: tsqr
+PASS: tstrtofr
+PASS: tpow_z
+PASS: tget_f
+PASS: tconst_catalan
+PASS: troot
+PASS: tsec
+PASS: tcsc
+PASS: tcot
+PASS: teint
+PASS: tcoth
+PASS: tcsch
+PASS: tsech
+PASS: tstckintc
+PASS: tsubnormal
+PASS: tlngamma
+PASS: tlgamma
+PASS: tzeta_ui
+PASS: tget_ld_2exp
+PASS: tget_set_d64
+PASS: tj0
+PASS: tj1
+PASS: tjn
+PASS: ty0
+PASS: ty1
+PASS: tyn
+PASS: tremquo
+PASS: tfmod
+PASS: tl2b
+PASS: tli2
+PASS: tprintf
+PASS: tsprintf
+PASS: tfprintf
+PASS: trec_sqrt
+PASS: tpow_all
+====================
+All 148 tests passed
+====================
+make: Leaving directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+make: Entering directory `$(@D)'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/mpfr/test/results-64.master	Tue Feb 17 18:43:54 2015 -0800
@@ -0,0 +1,165 @@
+make: Entering directory `$(@D)'
+Making check in tests
+make: Entering directory `$(@D)/tests'
+/usr/gnu/bin/make  libfrtests.la tversion tinternals tinits tisqrt tsgn tcheck tisnan texceptions tset_exp tset tabs tset_d tset_f tset_q tset_si tset_str tset_z tset_ld tset_sj tswap tcopysign tcmp tcmp2 tcmpabs tcmp_d tcmp_ld tcomparisons teq tadd tsub tmul tdiv tsub1sp tadd1sp tadd_ui tsub_ui tcmp_ui tdiv_ui tmul_ui tsqrt_ui tui_div tui_sub tadd_d tsub_d td_sub tmul_d tdiv_d td_div tgmpop tsi_op tmul_2exp tfma tfms tsum tdim tminmax tnext tfits tget_d tget_d_2exp tget_z tget_str tget_sj tout_str tinp_str toutimpl tcan_round tround_prec tsqrt tconst_log2 tconst_pi tconst_euler trandom ttrunc trint tfrac tmodf texp texp2 texp10 texpm1 tlog tlog2 tlog10 tlog1p tpow tui_pow tpow3 tcosh tsinh ttanh tsinh_cosh tacosh tasinh tatanh thyperbolic tasin tacos tcos tatan tsin ttan tsin_cos tagm thypot tfactorial tgamma terf tcbrt tzeta mpf_compat mpfr_compat reuse tsqr tstrtofr tpow_z tget_f tconst_catalan troot tsec tcsc tcot teint tcoth tcsch tsech tstckintc tsubnormal tlngamma tlgamma tzeta_ui tget_ld_2exp tget_set_d64 tj0 tj1 tjn ty0 ty1 tyn tremquo tfmod tl2b tli2 tprintf tsprintf tfprintf trec_sqrt tpow_all
+make: Entering directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+/usr/gnu/bin/make  check-TESTS
+make: Entering directory `$(@D)/tests'
+PASS: tversion
+PASS: tinternals
+PASS: tinits
+PASS: tisqrt
+PASS: tsgn
+PASS: tcheck
+PASS: tisnan
+PASS: texceptions
+PASS: tset_exp
+PASS: tset
+PASS: tabs
+PASS: tset_d
+PASS: tset_f
+PASS: tset_q
+PASS: tset_si
+PASS: tset_str
+PASS: tset_z
+PASS: tset_ld
+PASS: tset_sj
+PASS: tswap
+PASS: tcopysign
+PASS: tcmp
+PASS: tcmp2
+PASS: tcmpabs
+PASS: tcmp_d
+PASS: tcmp_ld
+PASS: tcomparisons
+PASS: teq
+PASS: tadd
+PASS: tsub
+PASS: tmul
+PASS: tdiv
+PASS: tsub1sp
+PASS: tadd1sp
+PASS: tadd_ui
+PASS: tsub_ui
+PASS: tcmp_ui
+PASS: tdiv_ui
+PASS: tmul_ui
+PASS: tsqrt_ui
+PASS: tui_div
+PASS: tui_sub
+PASS: tadd_d
+PASS: tsub_d
+PASS: td_sub
+PASS: tmul_d
+PASS: tdiv_d
+PASS: td_div
+PASS: tgmpop
+PASS: tsi_op
+PASS: tmul_2exp
+PASS: tfma
+PASS: tfms
+PASS: tsum
+PASS: tdim
+PASS: tminmax
+PASS: tnext
+PASS: tfits
+PASS: tget_d
+PASS: tget_d_2exp
+PASS: tget_z
+PASS: tget_str
+PASS: tget_sj
+PASS: tout_str
+PASS: tinp_str
+PASS: toutimpl
+PASS: tcan_round
+PASS: tround_prec
+PASS: tsqrt
+PASS: tconst_log2
+PASS: tconst_pi
+PASS: tconst_euler
+PASS: trandom
+PASS: ttrunc
+PASS: trint
+PASS: tfrac
+PASS: tmodf
+PASS: texp
+PASS: texp2
+PASS: texp10
+PASS: texpm1
+PASS: tlog
+PASS: tlog2
+PASS: tlog10
+PASS: tlog1p
+PASS: tpow
+PASS: tui_pow
+PASS: tpow3
+PASS: tcosh
+PASS: tsinh
+PASS: ttanh
+PASS: tsinh_cosh
+PASS: tacosh
+PASS: tasinh
+PASS: tatanh
+PASS: thyperbolic
+PASS: tasin
+PASS: tacos
+PASS: tcos
+PASS: tatan
+PASS: tsin
+PASS: ttan
+PASS: tsin_cos
+PASS: tagm
+PASS: thypot
+PASS: tfactorial
+PASS: tgamma
+PASS: terf
+PASS: tcbrt
+PASS: tzeta
+PASS: mpf_compat
+PASS: mpfr_compat
+PASS: reuse
+PASS: tsqr
+PASS: tstrtofr
+PASS: tpow_z
+PASS: tget_f
+PASS: tconst_catalan
+PASS: troot
+PASS: tsec
+PASS: tcsc
+PASS: tcot
+PASS: teint
+PASS: tcoth
+PASS: tcsch
+PASS: tsech
+PASS: tstckintc
+PASS: tsubnormal
+PASS: tlngamma
+PASS: tlgamma
+PASS: tzeta_ui
+PASS: tget_ld_2exp
+PASS: tget_set_d64
+PASS: tj0
+PASS: tj1
+PASS: tjn
+PASS: ty0
+PASS: ty1
+PASS: tyn
+PASS: tremquo
+PASS: tfmod
+PASS: tl2b
+PASS: tli2
+PASS: tprintf
+PASS: tsprintf
+PASS: tfprintf
+PASS: trec_sqrt
+PASS: tpow_all
+====================
+All 148 tests passed
+====================
+make: Leaving directory `$(@D)/tests'
+make: Leaving directory `$(@D)/tests'
+make: Entering directory `$(@D)'
+make: Nothing to be done for `check-am'.
+make: Leaving directory `$(@D)'
+make: Leaving directory `$(@D)'
--- a/components/openexr/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openexr/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -57,7 +57,11 @@
 LIBS += -lc -lm -lCstd -lCrun
 
 COMPONENT_TEST_TRANSFORMS += \
-     '-e "s^-L$(CONFIGURE_LIBDIR.$(BITS))^^g"'
+     '-e "s^-L$(CONFIGURE_LIBDIR.$(BITS))^^g"' \
+     '-e "/libtool/d"' \
+     '-e "/-m32/d"' \
+     '-e "/-m64/d"' \
+     '-e "/DEPDIR=/d"'
 
 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
 CONFIGURE_ENV += CXXFLAGS="$(CXXFLAGS)"
@@ -91,3 +95,4 @@
 REQUIRED_PACKAGES += system/library
 REQUIRED_PACKAGES += system/library/c++-runtime
 REQUIRED_PACKAGES += system/library/math
+
--- a/components/openexr/test/results-32.master	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openexr/test/results-32.master	Tue Feb 17 18:43:54 2015 -0800
@@ -13,102 +13,7 @@
 make[2]: Entering directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  IlmImfTest
 make[3]: Entering directory `$(@D)/IlmImfTest'
-source='$(SOURCE_DIR)/IlmImfTest/main.cpp' object='main.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o main.o $(SOURCE_DIR)/IlmImfTest/main.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testAttributes.cpp' object='testAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testAttributes.o $(SOURCE_DIR)/IlmImfTest/testAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testChannels.cpp' object='testChannels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testChannels.o $(SOURCE_DIR)/IlmImfTest/testChannels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCompression.cpp' object='testCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testCompression.o $(SOURCE_DIR)/IlmImfTest/testCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp' object='testCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp' object='testCustomAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testCustomAttributes.o $(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testHuf.cpp' object='testHuf.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testHuf.o $(SOURCE_DIR)/IlmImfTest/testHuf.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp' object='testLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testLineOrder.o $(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLut.cpp' object='testLut.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testLut.o $(SOURCE_DIR)/IlmImfTest/testLut.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgba.cpp' object='testRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testRgba.o $(SOURCE_DIR)/IlmImfTest/testRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp' object='testRgbaThreading.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testRgbaThreading.o $(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp' object='testSampleImages.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testSampleImages.o $(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp' object='testSharedFrameBuffer.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testSharedFrameBuffer.o $(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testWav.cpp' object='testWav.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testWav.o $(SOURCE_DIR)/IlmImfTest/testWav.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testXdr.cpp' object='testXdr.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testXdr.o $(SOURCE_DIR)/IlmImfTest/testXdr.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testConversion.cpp' object='testConversion.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testConversion.o $(SOURCE_DIR)/IlmImfTest/testConversion.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp' object='testNativeFormat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testNativeFormat.o $(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp' object='testPreviewImage.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testPreviewImage.o $(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testMagic.cpp' object='testMagic.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testMagic.o $(SOURCE_DIR)/IlmImfTest/testMagic.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp' object='testStandardAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testStandardAttributes.o $(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp' object='testExistingStreams.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testExistingStreams.o $(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp' object='testScanLineApi.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testScanLineApi.o $(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp' object='testTiledCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testTiledCompression.o $(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp' object='testTiledCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testTiledCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp' object='testTiledLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testTiledLineOrder.o $(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp' object='testTiledRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testTiledRgba.o $(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareFloat.cpp' object='compareFloat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o compareFloat.o $(SOURCE_DIR)/IlmImfTest/compareFloat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp' object='testTiledYa.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testTiledYa.o $(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testYca.cpp' object='testYca.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testYca.o $(SOURCE_DIR)/IlmImfTest/testYca.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareB44.cpp' object='compareB44.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o compareB44.o $(SOURCE_DIR)/IlmImfTest/compareB44.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp' object='testIsComplete.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -c -o testIsComplete.o $(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp
-/bin/bash ../libtool --tag=CXX --mode=link /ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC  -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC   -o IlmImfTest  main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o -L../IlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -lIlmImf -lz -lc -lm -lCstd -lCrun
 mkdir .libs
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -o .libs/IlmImfTest main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o  -L$(@D)/IlmImf $(@D)/IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz -lc -lm -lCstd -lCrun -norunpath
 creating IlmImfTest
 make[3]: Leaving directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  check-TESTS
--- a/components/openexr/test/results-32.master.SS12.4	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openexr/test/results-32.master.SS12.4	Tue Feb 17 18:43:54 2015 -0800
@@ -13,102 +13,7 @@
 make[2]: Entering directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  IlmImfTest
 make[3]: Entering directory `$(@D)/IlmImfTest'
-source='$(SOURCE_DIR)/IlmImfTest/main.cpp' object='main.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o main.o $(SOURCE_DIR)/IlmImfTest/main.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testAttributes.cpp' object='testAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testAttributes.o $(SOURCE_DIR)/IlmImfTest/testAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testChannels.cpp' object='testChannels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testChannels.o $(SOURCE_DIR)/IlmImfTest/testChannels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCompression.cpp' object='testCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testCompression.o $(SOURCE_DIR)/IlmImfTest/testCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp' object='testCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp' object='testCustomAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testCustomAttributes.o $(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testHuf.cpp' object='testHuf.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testHuf.o $(SOURCE_DIR)/IlmImfTest/testHuf.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp' object='testLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testLineOrder.o $(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLut.cpp' object='testLut.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testLut.o $(SOURCE_DIR)/IlmImfTest/testLut.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgba.cpp' object='testRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testRgba.o $(SOURCE_DIR)/IlmImfTest/testRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp' object='testRgbaThreading.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testRgbaThreading.o $(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp' object='testSampleImages.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testSampleImages.o $(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp' object='testSharedFrameBuffer.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testSharedFrameBuffer.o $(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testWav.cpp' object='testWav.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testWav.o $(SOURCE_DIR)/IlmImfTest/testWav.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testXdr.cpp' object='testXdr.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testXdr.o $(SOURCE_DIR)/IlmImfTest/testXdr.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testConversion.cpp' object='testConversion.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testConversion.o $(SOURCE_DIR)/IlmImfTest/testConversion.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp' object='testNativeFormat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testNativeFormat.o $(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp' object='testPreviewImage.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testPreviewImage.o $(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testMagic.cpp' object='testMagic.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testMagic.o $(SOURCE_DIR)/IlmImfTest/testMagic.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp' object='testStandardAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testStandardAttributes.o $(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp' object='testExistingStreams.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testExistingStreams.o $(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp' object='testScanLineApi.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testScanLineApi.o $(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp' object='testTiledCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testTiledCompression.o $(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp' object='testTiledCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testTiledCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp' object='testTiledLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testTiledLineOrder.o $(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp' object='testTiledRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testTiledRgba.o $(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareFloat.cpp' object='compareFloat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o compareFloat.o $(SOURCE_DIR)/IlmImfTest/compareFloat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp' object='testTiledYa.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testTiledYa.o $(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testYca.cpp' object='testYca.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testYca.o $(SOURCE_DIR)/IlmImfTest/testYca.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareB44.cpp' object='compareB44.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o compareB44.o $(SOURCE_DIR)/IlmImfTest/compareB44.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp' object='testIsComplete.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -c -o testIsComplete.o $(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp
-/bin/bash ../libtool --tag=CXX --mode=link /ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC  -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef   -o IlmImfTest  main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o -L../IlmImf -lImath -lHalf -lIex -lIlmThread -lpthread -lIlmImf -lz -lc -lm -lCstd -lCrun
 mkdir .libs
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -norunpath -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -KPIC -DPIC -template=extdef -o .libs/IlmImfTest main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o  -L$(@D)/IlmImf $(@D)/IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz -lc -lm -lCstd -lCrun -norunpath
 creating IlmImfTest
 make[3]: Leaving directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  check-TESTS
--- a/components/openexr/test/results-64.master	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openexr/test/results-64.master	Tue Feb 17 18:43:54 2015 -0800
@@ -13,102 +13,7 @@
 make[2]: Entering directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  IlmImfTest
 make[3]: Entering directory `$(@D)/IlmImfTest'
-source='$(SOURCE_DIR)/IlmImfTest/main.cpp' object='main.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o main.o $(SOURCE_DIR)/IlmImfTest/main.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testAttributes.cpp' object='testAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testAttributes.o $(SOURCE_DIR)/IlmImfTest/testAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testChannels.cpp' object='testChannels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testChannels.o $(SOURCE_DIR)/IlmImfTest/testChannels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCompression.cpp' object='testCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testCompression.o $(SOURCE_DIR)/IlmImfTest/testCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp' object='testCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp' object='testCustomAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testCustomAttributes.o $(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testHuf.cpp' object='testHuf.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testHuf.o $(SOURCE_DIR)/IlmImfTest/testHuf.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp' object='testLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testLineOrder.o $(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLut.cpp' object='testLut.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testLut.o $(SOURCE_DIR)/IlmImfTest/testLut.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgba.cpp' object='testRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testRgba.o $(SOURCE_DIR)/IlmImfTest/testRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp' object='testRgbaThreading.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testRgbaThreading.o $(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp' object='testSampleImages.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testSampleImages.o $(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp' object='testSharedFrameBuffer.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testSharedFrameBuffer.o $(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testWav.cpp' object='testWav.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testWav.o $(SOURCE_DIR)/IlmImfTest/testWav.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testXdr.cpp' object='testXdr.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testXdr.o $(SOURCE_DIR)/IlmImfTest/testXdr.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testConversion.cpp' object='testConversion.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testConversion.o $(SOURCE_DIR)/IlmImfTest/testConversion.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp' object='testNativeFormat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testNativeFormat.o $(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp' object='testPreviewImage.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testPreviewImage.o $(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testMagic.cpp' object='testMagic.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testMagic.o $(SOURCE_DIR)/IlmImfTest/testMagic.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp' object='testStandardAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testStandardAttributes.o $(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp' object='testExistingStreams.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testExistingStreams.o $(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp' object='testScanLineApi.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testScanLineApi.o $(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp' object='testTiledCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testTiledCompression.o $(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp' object='testTiledCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testTiledCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp' object='testTiledLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testTiledLineOrder.o $(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp' object='testTiledRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testTiledRgba.o $(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareFloat.cpp' object='compareFloat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o compareFloat.o $(SOURCE_DIR)/IlmImfTest/compareFloat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp' object='testTiledYa.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testTiledYa.o $(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testYca.cpp' object='testYca.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testYca.o $(SOURCE_DIR)/IlmImfTest/testYca.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareB44.cpp' object='compareB44.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o compareB44.o $(SOURCE_DIR)/IlmImfTest/compareB44.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp' object='testIsComplete.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -c -o testIsComplete.o $(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp
-/bin/bash ../libtool --tag=CXX --mode=link /ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC  -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC   -o IlmImfTest  main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o -L../IlmImf     -lImath -lHalf -lIex -lIlmThread -lpthread -lIlmImf -lz -lc -lm -lCstd -lCrun
 mkdir .libs
-/ws/on12-tools/SUNWspro/solarisstudio12.3/bin/CC -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -o .libs/IlmImfTest main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o  -L$(@D)/IlmImf  $(@D)/IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz -lc -lm -lCstd -lCrun -norunpath
 creating IlmImfTest
 make[3]: Leaving directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  check-TESTS
--- a/components/openexr/test/results-64.master.SS12.4	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openexr/test/results-64.master.SS12.4	Tue Feb 17 18:43:54 2015 -0800
@@ -13,102 +13,7 @@
 make[2]: Entering directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  IlmImfTest
 make[3]: Entering directory `$(@D)/IlmImfTest'
-source='$(SOURCE_DIR)/IlmImfTest/main.cpp' object='main.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o main.o $(SOURCE_DIR)/IlmImfTest/main.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testAttributes.cpp' object='testAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testAttributes.o $(SOURCE_DIR)/IlmImfTest/testAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testChannels.cpp' object='testChannels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testChannels.o $(SOURCE_DIR)/IlmImfTest/testChannels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCompression.cpp' object='testCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testCompression.o $(SOURCE_DIR)/IlmImfTest/testCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp' object='testCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp' object='testCustomAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testCustomAttributes.o $(SOURCE_DIR)/IlmImfTest/testCustomAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testHuf.cpp' object='testHuf.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testHuf.o $(SOURCE_DIR)/IlmImfTest/testHuf.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp' object='testLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testLineOrder.o $(SOURCE_DIR)/IlmImfTest/testLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testLut.cpp' object='testLut.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testLut.o $(SOURCE_DIR)/IlmImfTest/testLut.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgba.cpp' object='testRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testRgba.o $(SOURCE_DIR)/IlmImfTest/testRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp' object='testRgbaThreading.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testRgbaThreading.o $(SOURCE_DIR)/IlmImfTest/testRgbaThreading.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp' object='testSampleImages.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testSampleImages.o $(SOURCE_DIR)/IlmImfTest/testSampleImages.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp' object='testSharedFrameBuffer.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testSharedFrameBuffer.o $(SOURCE_DIR)/IlmImfTest/testSharedFrameBuffer.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testWav.cpp' object='testWav.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testWav.o $(SOURCE_DIR)/IlmImfTest/testWav.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testXdr.cpp' object='testXdr.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testXdr.o $(SOURCE_DIR)/IlmImfTest/testXdr.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testConversion.cpp' object='testConversion.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testConversion.o $(SOURCE_DIR)/IlmImfTest/testConversion.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp' object='testNativeFormat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testNativeFormat.o $(SOURCE_DIR)/IlmImfTest/testNativeFormat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp' object='testPreviewImage.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testPreviewImage.o $(SOURCE_DIR)/IlmImfTest/testPreviewImage.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testMagic.cpp' object='testMagic.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testMagic.o $(SOURCE_DIR)/IlmImfTest/testMagic.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp' object='testStandardAttributes.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testStandardAttributes.o $(SOURCE_DIR)/IlmImfTest/testStandardAttributes.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp' object='testExistingStreams.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testExistingStreams.o $(SOURCE_DIR)/IlmImfTest/testExistingStreams.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp' object='testScanLineApi.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testScanLineApi.o $(SOURCE_DIR)/IlmImfTest/testScanLineApi.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp' object='testTiledCompression.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testTiledCompression.o $(SOURCE_DIR)/IlmImfTest/testTiledCompression.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp' object='testTiledCopyPixels.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testTiledCopyPixels.o $(SOURCE_DIR)/IlmImfTest/testTiledCopyPixels.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp' object='testTiledLineOrder.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testTiledLineOrder.o $(SOURCE_DIR)/IlmImfTest/testTiledLineOrder.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp' object='testTiledRgba.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testTiledRgba.o $(SOURCE_DIR)/IlmImfTest/testTiledRgba.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareFloat.cpp' object='compareFloat.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o compareFloat.o $(SOURCE_DIR)/IlmImfTest/compareFloat.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp' object='testTiledYa.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testTiledYa.o $(SOURCE_DIR)/IlmImfTest/testTiledYa.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testYca.cpp' object='testYca.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testYca.o $(SOURCE_DIR)/IlmImfTest/testYca.cpp
-source='$(SOURCE_DIR)/IlmImfTest/compareB44.cpp' object='compareB44.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o compareB44.o $(SOURCE_DIR)/IlmImfTest/compareB44.cpp
-source='$(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp' object='testIsComplete.o' libtool=no \
-DEPDIR=.deps depmode=none /bin/bash $(SOURCE_DIR)/depcomp \
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -DHAVE_CONFIG_H -I. -I$(SOURCE_DIR)/IlmImfTest -I../config -I.. -I$(SOURCE_DIR)/IlmImf -I$(SOURCE_DIR)/config -D_REENTRANT -I/usr/include/OpenEXR   -DILM_IMF_TEST_IMAGEDIR=\"$(SOURCE_DIR)/IlmImfTest/\"   -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -c -o testIsComplete.o $(SOURCE_DIR)/IlmImfTest/testIsComplete.cpp
-/bin/bash ../libtool --tag=CXX --mode=link /ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC  -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef   -o IlmImfTest  main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o -L../IlmImf     -lImath -lHalf -lIex -lIlmThread -lpthread -lIlmImf -lz -lc -lm -lCstd -lCrun
 mkdir .libs
-/ws/on12-tools/SUNWspro/solarisstudio12.4-FCS/bin/CC -norunpath -m64 -D_LARGEFILE64_SOURCE -KPIC -DPIC -template=extdef -o .libs/IlmImfTest main.o testAttributes.o testChannels.o testCompression.o testCopyPixels.o testCustomAttributes.o testHuf.o testLineOrder.o testLut.o testRgba.o testRgbaThreading.o testSampleImages.o testSharedFrameBuffer.o testWav.o testXdr.o testConversion.o testNativeFormat.o testPreviewImage.o testMagic.o testStandardAttributes.o testExistingStreams.o testScanLineApi.o testTiledCompression.o testTiledCopyPixels.o testTiledLineOrder.o testTiledRgba.o compareFloat.o testTiledYa.o testYca.o compareB44.o testIsComplete.o  -L$(@D)/IlmImf  $(@D)/IlmImf/.libs/libIlmImf.so -lImath -lHalf -lIex -lIlmThread -lpthread -lz -lc -lm -lCstd -lCrun -norunpath
 creating IlmImfTest
 make[3]: Leaving directory `$(@D)/IlmImfTest'
 /usr/gnu/bin/make  check-TESTS
--- a/components/openusb/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/openusb/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -20,9 +20,6 @@
 #
 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
-
-COMPILER =	gcc
-
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		openusb
@@ -47,6 +44,8 @@
 COMPONENT_PRE_CONFIGURE_ACTION = \
         ($(CLONEY) $(SOURCE_DIR) $(@D))
 
+COMPILER =	gcc
+
 PATCH_LEVEL = 1
 
 COMPONENT_POST_BUILD_ACTION = \
@@ -60,8 +59,7 @@
 
 install: $(INSTALL_32_and_64)
 
-test: $(TEST_32_and_64)
-
+test: $(NO_TESTS)
 
 REQUIRED_PACKAGES += library/glib2
 REQUIRED_PACKAGES += system/hal
--- a/components/unixodbc/Makefile	Tue Feb 17 13:07:15 2015 -0800
+++ b/components/unixodbc/Makefile	Tue Feb 17 18:43:54 2015 -0800
@@ -122,9 +122,7 @@
 	    $(PROTOPKGCONFIGDIR64)/unixODBC.pc
 	$(RM) -f $(COMPONENT_DIR)/unixODBC.pc.1
 
-test: $(TEST_32_and_64)
-
-
+test: $(NO_TESTS)
 
 REQUIRED_PACKAGES += library/libtool/libltdl
 REQUIRED_PACKAGES += library/readline