Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Jun 2016 16:48:29 -0400
From:      Dwayne MacKinnon <dmk@ncf.ca>
To:        freebsd-office@freebsd.org
Subject:   Unit-test failure with libreoffice-5.0.6
Message-ID:  <3767958.x42iW829eZ@hudson.openrogers.local>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3767958.x42iW829eZ>