Unit-test failure with libreoffice-5.0.6
Dwayne MacKinnon
dmk at ncf.ca
Tue Jun 7 20:54:12 UTC 2016
Hi all,
When upgrading libreoffice recently to 5.0.6 on FreeBSD 10.3-RELEASE amd64 I ran
into this:
/usr/ports/editors/libreoffice/work/libreoffice-5.0.6.3/sc/qa/unit/ucalc.cxx:4540:Test::testAutoFill
assertion failed
- Expression: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE
ucalc.cxx:4540:Assertion
Test name: Test::testAutoFill
assertion failed
- Expression: m_pDoc->GetCellType(ScAddress(0,i,0)) == CELLTYPE_NONE
Failures !!!
Run: 205 Failure total: 1 Failures: 1 Errors: 0
Error: a unit test failed, please do one of:
export DEBUGCPPUNIT=TRUE # for exception catching
export CPPUNITTRACE="gdb --args" # for interactive debugging on Linux
export VALGRIND=memcheck # for memory checking
and retry using: make CppunitTest_sc_ucalc
I eventually tracked it down to the fact that I had WITH_DEBUG=YES enabled in
/etc/make.conf. Commented that out, and no problem.
Just thought I should let folks know.
Cheers,
DMK
More information about the freebsd-office
mailing list