Re: Build failure, Error: no matching function for call on x86 Linux

2021-07-16 Thread Rene Engelhard
Hi, Am 16.07.21 um 09:33 schrieb Rene Engelhard: > Am 16.07.21 um 09:03 schrieb Luke Benes: >> Yes, a 'make check' passes with "stack_guard_gap=1" kernel parameter for the >> java bug and clang 12. > clang > > > "Of course" I use gcc here. (Except for skia where the build system > chooses

Re: Build failure, Error: no matching function for call on x86 Linux

2021-07-16 Thread Rene Engelhard
Hi, Am 16.07.21 um 09:33 schrieb Rene Engelhard: > [...] The uicheck which prompted by for my linked fix > is > https://ci.debian.net/data/autopkgtest/unstable/i386/libr/libreoffice/13632639/log.gz > (has also the junit dbaccess_complex segfault.) Sorry, wrong link. That one actually is the one

Re: Build failure, Error: no matching function for call on x86 Linux

2021-07-16 Thread Rene Engelhard
Hi, Am 16.07.21 um 09:03 schrieb Luke Benes: > Yes, a 'make check' passes with "stack_guard_gap=1" kernel parameter for the > java bug and clang 12. clang "Of course" I use gcc here. (Except for skia where the build system chooses clang if present and I follow.) (Since with clang, even

Re: Build failure, Error: no matching function for call on x86 Linux

2021-07-16 Thread Luke Benes
Yes, a 'make check' passes with "stack_guard_gap=1" kernel parameter for the java bug and clang 12. I also see the off-by-one gcc test failures. I think these started with gcc 8 or 9. We probably have to turn off some floating point math optimization for gcc i686. -Luke

Re: Build failure, Error: no matching function for call on x86 Linux

2021-07-15 Thread Rene Engelhard
Hi, Am 15.07.21 um 15:10 schrieb Luke Benes: > Build succeeds now and tests pass on Arch 32. Thanks! Tests pass? uicheck does with two patches not upstream[1], but junit crashes with segfault and then other mosly off-by one cppunit test failures here which are i386 only. Regards, Rene [1]

Re: Build failure, Error: no matching function for call on x86 Linux

2021-07-15 Thread Luke Benes
Rene fixed this issue with: https://cgit.freedesktop.org/libreoffice/core/commit/?id=51754ca5349d Build succeeds now and tests pass on Arch 32. Thanks! ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: Build failure, Error: no matching function for call on x86 Linux

2021-06-06 Thread Noel Grandin
those int values being passed into makeAny should be sal_uInt32, judging by the definition of that UNO command ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Build failure, Error: no matching function for call on x86 Linux

2021-06-05 Thread Luke Benes
Mert, After commit https://cgit.freedesktop.org/libreoffice/core/commit/?id=67277595902d Unit tests for .uno:MoveShapeHandle command Fails with the error below on both Arch 32 and OpenSUSE i686. Any idea why this would fail on 32-bit linux? -Luke [CXX]