My latest build is erroring out in this section of
/trunk/main/testtools/source/bridetest/makefile.mk (lines 135 - 144)

runtest : $(DLLDEST)$/uno_types.rdb $(DLLDEST)$/uno_services.rdb
makefile.mk \
        $(SHL1TARGETN) $(SHL2TARGETN) $(SHL3TARGETN)
.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" || "$(COM)$(OS)$(CPU)" ==
"GCCFREEBSDI" || "$(OS)$(CPU)"=="SOLARISS"
        @echo "Mac OSX PPC GCC ad FreeBDS/i386 fails this test! likely broken
UNO bridge. Fix me."
.ELSE
        cd $(DLLDEST) && $(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/uno \
                -ro uno_services.rdb -ro uno_types.rdb \
                -s com.sun.star.test.bridge.BridgeTest -- \
                com.sun.star.test.bridge.CppTestObject
.ENDIF

-- error message --

terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'
/bin/bash: line 1:  7065 Aborted
LD_LIBRARY_PATH=/home/kschenk/AOO_source/openoffice/trunk/main/solver/420/unxlngi6/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}

-- end error message --

I can't say absolutely NOTHING has changed on my system since my last
build about a month ago, but, does anyone have any ideas about this?

I see the warnings about MacOSX PPC, etc.
-- 
-------------------------------------------------------------------------
MzK

"There's a bit of magic in everything,
  and some loss to even things out."
                    -- Lou Reed


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to