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

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 >

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 > >

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",

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

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 >

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

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

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

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, [

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]

RE: libreoffice-4.0.3 fails to build

2013-05-31 Thread John Frankish
On Wed, 2013-05-29 at 06:04 +, 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 fails to build On an x86_64 machine, using gcc-4.6.1 and binutils-2.21.1

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