core dumped while bulding on illumos XStreamOS

Gabriele Bulfon gabriele.bulfon at sonicle.com
Mon Feb 16 03:09:05 PST 2015


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 at 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 at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150216/d1bc05b7/attachment.html>


More information about the LibreOffice mailing list