You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Claudio Filho <fi...@gmail.com> on 2013/03/15 21:38:15 UTC

Fail when build testtools module

Hi

More one problem and question about Testtools. I haven't idea about
what happens... some idea?

In other hand, i saw a discution about to remove the  module
testtools. It will be removed? If yes (and i understood that yes), why
it is compiled yet?

Bests,
Claudio

======================

~/projetos/aoo/source/main/testtools$ build
build -- version: 275224


=============
Building module testtools
=============

Entering /home/filhocf/projetos/aoo/source/main/testtools/inc


Entering /home/filhocf/projetos/aoo/source/main/testtools/source/cliversioning


Entering /home/filhocf/projetos/aoo/source/main/testtools/source/bridgetest/idl


Entering /home/filhocf/projetos/aoo/source/main/testtools/com/sun/star/comp/bridge

updating: META-INF/MANIFEST.MF (deflated 12%)
Nothing to update for zip

Entering /home/filhocf/projetos/aoo/source/main/testtools/source/bridgetest

cd ../../unxlngx6/lib && : &&
LD_LIBRARY_PATH=/home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
/home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/bin/uno \
                -ro uno_services.rdb -ro uno_types.rdb \
                -s com.sun.star.test.bridge.BridgeTest -- \
                com.sun.star.test.bridge.CppTestObject
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'
/bin/bash: line 1: 15762 Aborted
LD_LIBRARY_PATH=/home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
/home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/bin/uno -ro
uno_services.rdb -ro uno_types.rdb -s
com.sun.star.test.bridge.BridgeTest --
com.sun.star.test.bridge.CppTestObject
dmake:  Error code 134, while making 'runtest'
ERROR: error 65280 occurred while making
/home/filhocf/projetos/aoo/source/main/testtools/source/bridgetest

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


Re: Fail when build testtools module

Posted by Ariel Constenla-Haile <ar...@apache.org>.
Hi 

On Fri, Mar 15, 2013 at 05:38:15PM -0300, Claudio Filho wrote:
> Hi
> 
> More one problem and question about Testtools. I haven't idea about
> what happens... some idea?
> 
> In other hand, i saw a discution about to remove the  module
> testtools. It will be removed? If yes (and i understood that yes), why
> it is compiled yet?

one thing is the old vcl test tool, and this module, that includes stuff
like the UNO bridge test

> Entering /home/filhocf/projetos/aoo/source/main/testtools/com/sun/star/comp/bridge
> 
> updating: META-INF/MANIFEST.MF (deflated 12%)
> Nothing to update for zip
> 
> Entering /home/filhocf/projetos/aoo/source/main/testtools/source/bridgetest
> 
> cd ../../unxlngx6/lib && : &&
> LD_LIBRARY_PATH=/home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
> /home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/bin/uno \
>                 -ro uno_services.rdb -ro uno_types.rdb \
>                 -s com.sun.star.test.bridge.BridgeTest -- \
>                 com.sun.star.test.bridge.CppTestObject
> terminate called after throwing an instance of
> 'com::sun::star::uno::RuntimeException'
> /bin/bash: line 1: 15762 Aborted
> LD_LIBRARY_PATH=/home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
> /home/filhocf/projetos/aoo/source/main/solver/400/unxlngx6/bin/uno -ro
> uno_services.rdb -ro uno_types.rdb -s
> com.sun.star.test.bridge.BridgeTest --
> com.sun.star.test.bridge.CppTestObject
> dmake:  Error code 134, while making 'runtest'
> ERROR: error 65280 occurred while making
> /home/filhocf/projetos/aoo/source/main/testtools/source/bridgetest

Your compiler seems to fail the bridge test. 
You can simply disable building this, as it was done for MacOS, FreeBSD
and Solaris, see
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/testtools/source/bridgetest/makefile.mk#137

@echo "Mac OSX PPC GCC ad FreeBDS/i386 fails this test! likely broken
UNO bridge. Fix me."

though a broken UNO bridge looks like a stopper, not something to work
around just to go further with the build (that said, I have no idea about
the UNO bridge internals...). At least it is worth a bug report.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina