Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-20 Thread julien2412
I got this error during build [CXX] store/source/storcach.cxx /home/pi/lo/libreoffice/store/source/lockbyte.cxx:701:1: error: ‘store::{anonymous}::MemoryLockBytes::~MemoryLockBytes()’ defined but not used [-Werror=unused-function] 701 | MemoryLockBytes::~MemoryLockBytes() | ^~~

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-19 Thread julien2412
Rene Engelhard wrote > With gcc it just works (well, in 7.0.4 without your patches), maybe with > warnings, but it starts and passes the tests... Ok I 'll give it a try. Rene Engelhard wrote > ... > And PLEASE don't write "Raspberry pi" here, one also doesn't write "HP > ProBook" or "Acer whatev

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-19 Thread Rene Engelhard
Hi, (somehow those mails don't appear in my mails, so I answer to a mail from Stephan ..) Am 15.02.21 um 10:21 schrieb Stephan Bergmann: > On 14/02/2021 17:08, julien2412 wrote: >> I tried to build master sources on Raspberry pi 4b and finally succeeded >> (after several patches). With gcc it j

[ABANDONED] Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-19 Thread julien2412
sberg wrote > ... > I guess you'd need to actually debug into that callVirtualMethod. > ... Since I got no idea how bridge stuff works, let's abandon this thread then. -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html _

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-18 Thread Stephan Bergmann
On 18/02/2021 19:28, julien2412 wrote: Is there anything I could test to provide more info? I mean if there's some patch to add logs or anything, I can apply it and provide the result. I guess you'd need to actually debug into that callVirtualMethod. Should I submit a bugtracker or Raspberry

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-18 Thread julien2412
Thank you again Stephan for your feedback. Is there anything I could test to provide more info? I mean if there's some patch to add logs or anything, I can apply it and provide the result. Should I submit a bugtracker or Raspberry is too specific so it wouldn't worth it? -- Sent from: http://

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-18 Thread Stephan Bergmann
On 17/02/2021 19:39, julien2412 wrote: Another bt this time without Python (with gtk3 rendering so all the accessibility stuff), I'll try with gen rendering. bt2.txt Looks like an issue passing the rType argumen

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-17 Thread julien2412
Another bt this time without Python (with gtk3 rendering so all the accessibility stuff), I'll try with gen rendering. bt2.txt -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-17 Thread julien2412
sberg wrote > Looks like there's some issue with running the Python interpreter > in-process. And you apparently have some extension using old-style, > active registration of a Python component, which triggers the issue when > starting soffice. If you do not want to debug the issue with the Py

Re: Local LO build on Raspberry pi 4b doesn't launch

2021-02-15 Thread Stephan Bergmann
On 14/02/2021 17:08, julien2412 wrote: I tried to build master sources on Raspberry pi 4b and finally succeeded (after several patches). I used this autogen.input: CC=clang CXX=clang++ --enable-compiler-plugins --enable-ext-nlpsolver --enable-ext-ct2n --enable-ext-numbertext --enable-ext-wiki-pub