Error with ooxmlimport when compiling LibreOffice under OS X 10.11

Hello and thanks for your attention, i’am tring to complile LO and getting that error:

/Users/ps/lo/core/sw/qa/extras/ooxmlimport/ooxmlimport.cxx:1202: Assertion
Test name: testGroupshapeChildRotation::Import
equality assertion failed

  • Expected: 686
  • Actual : 688

/Users/ps/lo/core/sw/qa/extras/ooxmlimport/ooxmlimport.cxx:1863: Assertion
Test name: textboxWpsOnly::Import
equality assertion failed

  • Expected: 2805
  • Actual : 21779

Failures !!!
Run: 213 Failure total: 2 Failures: 2 Errors: 0
2016-02-26 20:45:21.397 cppunittester[48168:951237] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release).

Error: a unit test failed, please do one of:
make CppunitTest_sw_ooxmlimport CPPUNITTRACE=“lldb --” # for interactive debugging on OS X
make CppunitTest_sw_ooxmlimport VALGRIND=memcheck # for memory checking

make[1]: *** [/Users/ps/lo/core/workdir/CppunitTest/sw_ooxmlimport.test] Error 1
make[1]: *** Waiting for unfinished jobs…
make: *** [build] Error 2

is there any option, to turn off that OOXML module, or maybe other decision to solve it.

I also encountered the same problem. I’m building under OS X 10.10, and checked my autogen.sh output and ensured that it matched the Tinderbox output (except a few minor things).

/Users/xxx/libreoffice/sw/qa/extras/ooxmlimport/ooxmlimport.cxx:1202: Assertion
Test name: testGroupshapeChildRotation::Import
equality assertion failed
- Expected: 686
- Actual  : 688

Would appreciate if anyone can offer some pointers on this.

I encountered the same problem, do you have the solution yet