RE: libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

2019-04-19 Thread John Frankish
> > Unfortunately gdb echoes the same error, but exits normally, even when > > re-run. > > > Yeah, you'll need to put breakpoints at the mentioned places, and step into > the code > there to find out why it fails. (Tedious, but I have no better suggestion.) > Thanks for the suggestions - this w

RE: libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

2019-04-17 Thread John Frankish
> > Strace log attached > > > Hm, unfortunately doesn't give me a further clue. The > > > 10691 access("/home/tc/.config/libreoffice/4/user/config/soffice.cfg", > > F_OK) = -1 ENOENT (No such file or directory) > > > may have been a false route after all; I was under the erroneous expression > t

RE: libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

2019-04-15 Thread John Frankish
> > $ rm -rf /home/tc/.config/libreoffice > > > > $ libreoffice > > Gtk-Message: GtkDialog mapped without a transient parent. This is > > discouraged. > > LibreOffice 6.2 - Fatal Error: The application cannot be started. > > component context fails to supply service > > com.sun.star.ui.ModuleUIC

RE: libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

2019-04-15 Thread John Frankish
> > Strace log attached. > > > I guess the problem shows in lines like > > 10691 access("/home/tc/.config/libreoffice/4/user/config/soffice.cfg", > F_OK) = -1 ENOENT (No such file or directory) > > There is previous lines like > > 10691 mkdir("/home/tc/.config/libreoffice/4/user/psprint", 0777)

RE: libreoffice-6.2.2.2 compiling "--with-system-gpgmepp" fails

2019-04-15 Thread John Frankish
> Don't do that then? > Yes, things work without "--with-system-gpgmepp", but is seems a pity to have libreoffice compile gpgme in statically when it is available on the system. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lis

RE: libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

2019-04-15 Thread John Frankish
> > 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 >

RE: libreoffice-6.2.2.2 compiling "--with-system-gpgmepp" fails

2019-04-15 Thread John Frankish
> > Using libreoffice-6.2.2.2, gpgme-1.9.0 and gcc-8.2.0 > > > > After copying gpgme headers from include/gpgme++ to include to allow > > compiling to progress, make fails with: > > > Needs a bit more background - internal gpgme is 1.9.0, too; and e.g. debian > is successfully building > against

libreoffice-6.2.2.2 component context fails to supply service com.sun.star.ui.ModuleUIConfigurationManager

2019-04-14 Thread John Frankish
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.ModuleUIConf

libreoffice-6.2.2.2 compiling "--with-system-gpgmepp" fails

2019-04-12 Thread John Frankish
Using libreoffice-6.2.2.2, gpgme-1.9.0 and gcc-8.2.0 After copying gpgme headers from include/gpgme++ to include to allow compiling to progress, make fails with: [CXX] xmlsecurity/source/gpg/CipherContext.cxx In file included from /mnt/sdc8/usr/src/libreoffice-6.2.2.2/xmlsecurity/source/gpg/Cer

libreoffice-6.2.2.2 does not find gpgme headers in default location

2019-04-12 Thread John Frankish
The default installed location for gpgme headers is include/gpgme++, but compiling libreoffice-6.2.2.2 with "--with-system-gpgmepp" fails because it only looks in include. Regards John ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

RE: libreoffice-6.0.1.1 fails to compile with system gpgme-1.9.0

2018-02-18 Thread John Frankish
> > 1. configure/make looks for headers in include rather than > > include/gpgme++ > > > > Distros put things into different places I guess - can you fix configure.ac > and submit a patch? > The problem is with: AC_CHECK_HEADER(gpgme++/gpgmepp_version.h, [ GPGMEPP_CFLAGS=-I/usr/include/gpgme

libreoffice-6.0.1.1 fails to compile with system gpgme-1.9.0

2018-02-17 Thread John Frankish
Using linux gcc-7.2.0, Libreoffice-6.0.1.1 will compile without errors without the configure switch "--with-systemgpgmepp". With "--with-system-gpgmepp: 1. configure/make looks for headers in include rather than include/gpgme++ 2. make fails with: [CXX] xmlsecurity/source/gpg/CertificateImpl.

RE: libreoffice-4.0.3 fails to build

2013-05-31 Thread John Frankish
> On Wed, 2013-05-29 at 06:04 +0000, John Frankish wrote: > > > -Original Message- > > > From: John Frankish > > > Sent: Sunday, 26 May, 2013 09:35 > > > To: 'libreoffice@lists.freedesktop.org' > > > Subject: libreoffice-4.0.3

libreoffice-4.0.3 fails to build

2013-05-26 Thread John Frankish
On an x86_64 machine, using gcc-4.6.1 and binutils-2.21.1, libreoffice-4.0.3 fails to build - please see details below. Any troubleshooting recommendations would be gratefully received. Regards John -- CFLAGS="-mtune=generic -Os -pipe" CXXFLAGS="-mtune=generic -Os -pipe" ./autogen.sh