Thanks Michael,
I got this, on gdb.
Take into account: default python is 2.6, installed also 2.7 and 3.3, config.log shows python3 is
taken.
(gdb) run
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
[Thread debugging using libthread_db enabled]
[New Thread 1 (LWP 1)]
Traceback (most recent call last):
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
import importlib
ImportError: No module named importlib
[New LWP 2 ]
Traceback (most recent call last):
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
import importlib
ImportError: No module named importlib
terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'
Program received signal SIGABRT, Aborted.
[Switching to Thread 1 (LWP 1)]
0xfeef7da5 in _lwp_kill () from /lib/libc.so.1
----------------------------------------------------------------------------------
Da: Michael Stahl
A: libreoffice@lists.freedesktop.org
Data: 16 febbraio 2015 11.52.48 CET
Oggetto: Re: core dumped while bulding on illumos XStreamOS
On 15.02.2015 00:16, Gabriele Bulfon wrote:
This one looks harder.....still building on illumos...core dumped?!
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'
make[2]: ***
[/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/workdir/CustomTarget/testtools/uno_test.done]
Abort (core dumped)
you need to run the command in a debugger and see where the
uno::RuntimeException is thrown;
you can use the BUILDTOOLTRACE variable for that.
for example the following runs the command from
testtools/CustomTarget_uno_test.mk in gdb:
make testtools VERBOSE=t PARALLELISM=1 BUILDTOOLTRACE="gdb --args"
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.