<div><div style="color: rgb(0, 0, 0); font-family: Verdana;"><font size="2">Thanks Michael,
</font></div><div><font size="2"><br><font face="Verdana">I got this, on gdb.</font></font></div><div><font size="2"><font face="Verdana">Take into account: default python is 2.6, installed also 2.7 and 3.3, config.log shows python3 is taken.<br></font><br><div><font face="Verdana">(gdb) run</font></div><div><font face="Verdana">Starting program: /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/instdir/ure/bin/uno.bin -s com.sun.star.test.bridge.BridgeTest -- com.sun.star.test.bridge.CppTestObject -env:LO_BUILD_LIB_DIR=file:///sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/workdir/LinkTarget/Library -env:URE_MORE_SERVICES=file:///sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/workdir/Rdb/uno_services.rdb -env:URE_MORE_TYPES=file:///sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/workdir/UnoApiTarget/bridgetest.rdb</font></div><div><font face="Verdana">[Thread debugging using libthread_db enabled]</font></div><div><font face="Verdana">[New Thread 1 (LWP 1)]</font></div><div><font face="Verdana">Traceback (most recent call last):</font></div><div><font face="Verdana">  File "/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/instdir/ure/lib/libuno_sal.so.3-gdb.py", line 12, in <module></font></div><div><font face="Verdana">    import importlib</font></div><div><font face="Verdana">ImportError: No module named importlib</font></div><div><font face="Verdana">[New LWP    2        ]</font></div><div><font face="Verdana">Traceback (most recent call last):</font></div><div><font face="Verdana">  File "/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/instdir/ure/lib/libuno_cppu.so.3-gdb.py", line 12, in <module></font></div><div><font face="Verdana">    import importlib</font></div><div><font face="Verdana">ImportError: No module named importlib</font></div><div><font face="Verdana">terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'</font></div><div><font face="Verdana"><br></font></div><div><font face="Verdana">Program received signal SIGABRT, Aborted.</font></div><div><font face="Verdana">[Switching to Thread 1 (LWP 1)]</font></div><div><font face="Verdana">0xfeef7da5 in _lwp_kill () from /lib/libc.so.1</font></div><div style="color: rgb(0, 0, 0); font-family: Verdana;"><br></div></font></div><div style="color: rgb(0, 0, 0); font-family: Verdana;"><font size="2"><br></font></div><tt style="color: rgb(0, 0, 0); font-family: Verdana;"><font size="2"><br></font><br><br><span style="font-size: 12px;">----------------------------------------------------------------------------------</span><br><br><span style="font-size: 12px;">Da: Michael Stahl <mstahl@redhat.com></span><br><span style="font-size: 12px;">A: libreoffice@lists.freedesktop.org </span><br><span style="font-size: 12px;">Data: 16 febbraio 2015 11.52.48 CET</span><br><span style="font-size: 12px;">Oggetto: Re: core dumped while bulding on illumos XStreamOS</span><br><br></tt><blockquote style="color: rgb(0, 0, 0); font-family: Verdana; font-size: 12px; border-left-color: rgb(0, 0, 128); border-left-width: 2px; border-left-style: solid; margin-left: 5px; padding-left: 5px;"><tt>On 15.02.2015 00:16, Gabriele Bulfon wrote:<br>> This one looks harder.....still building on illumos...core dumped?!<br>> <br>> <br>> terminate called after throwing an instance of<br>> 'com::sun::star::uno::RuntimeException'<br>> make[2]: ***<br>> [/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/workdir/CustomTarget/testtools/uno_test.done]<br>> Abort (core dumped)<br><br>you need to run the command in a debugger and see where the<br>uno::RuntimeException is thrown;<br><br>you can use the BUILDTOOLTRACE variable for that.<br><br>for example the following runs the command from<br>testtools/CustomTarget_uno_test.mk in gdb:<br><br>make testtools VERBOSE=t PARALLELISM=1 BUILDTOOLTRACE="gdb --args"<br><br>_______________________________________________<br>LibreOffice mailing list<br>LibreOffice@lists.freedesktop.org<br>http://lists.freedesktop.org/mailman/listinfo/libreoffice<br><br><br></tt></blockquote></div>