Date: prev next · Thread: first prev next last
2019 Archives by date, by thread · List index


Libreoffice-6.2.2.2 compiles on a 32-bit linux system, but will not run.

Strace does not show anything obvious - is there a way to debug the following error?

LibreOffice 6.2 - Fatal Error: The application cannot be started.
component context fails to supply service 
com.sun.star.ui.ModuleUIConfigurationManager of type 
com.sun.star.ui.XModuleUIConfigurationManager2: an error occurred 
during file opening

That's an atypical combination of "component context fails to supply service ..."
(thrown from generated code, presumably during
css::ui::ModuleUIConfigurationManager::createDefault in
ModuleUIConfigurationManagerSupplier::getUIConfigurationManager,
framework/source/uiconfiguration/moduleuicfgsupplier.cxx) and "an error occurred
during file opening" (the underlying error, generated in fileaccess::throw_handler,
ucb/source/ucp/file/filglob.cxx) errors. 
Maybe an `strace -f` output would tell more after all---if you can put it somewhere I can have a 
look.

Another place that might be useful to debug is the ModuleUIConfigurationManager
constructor in framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx,
if it is reached at all.  Also, configuring the build with --enable-debug or even --enable-dbgutil
(where adding at least the latter requires a from-scratch rebuild via `make clean`, though)
might give further useful stderr output.

What's the configure switches for your build?

Strace log attached.

The configure switches were:

CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto 
-fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" ./configure --prefix=/usr/local 
--localstatedir=/var --without-help --without-myspell-dicts --without-fonts --without-java 
--without-junit --without-system-dicts --disable-odk --disable-firebird-sdbc 
--enable-release-build=yes --enable-python=system --with-parallelism=4 --disable-extensions 
--without-doxygen --disable-postgresql-sdbc --with-system-apr --with-system-bluez 
--with-system-boost --with-system-cairo --with-system-clucene --with-system-curl 
--with-system-epoxy --with-system-expat --with-system-glm --with-system-graphite 
--with-system-harfbuzz --with-system-hunspell --with-system-icu --with-system-jpeg 
--with-system-lcms2 --with-system-libatomic_ops --with-system-libexttextcat --with-system-libpng 
--with-system-libxml --with-system-neon --with-system-nss -with-system-odbc --with-system-openldap 
--with-system-openssl --with-system-poppler --with-system-postgresql --with-system-redland 
--with-system-sane --with-system-serf --with-system-xmlsec --with-system-zlib

Attachment: libreoffice.log.tar.xz
Description: libreoffice.log.tar.xz


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.