[Libreoffice] [PATCH 3/8] Easyhack fdo#38831 remove SvStrings

Brad Sowden code at sowden.org
Sat Dec 31 00:03:27 PST 2011


On 12/29/2011 10:26 PM, Brad Sowden wrote:
> Hi,
>
> See attached.

Actually, this patch causes "make dev-install -o build" to fail. I have 
no idea why as the patch looks extremely innocent.

If I drop this patch (and patch 8 which removes the SvStrings 
definition) then everything else applies correctly and "make dev-install 
-o build" succeeds.

I'm not familiar with smoketest and inspecting the cxx files mentioned 
below didn't point me in the right direction. I will try and dig further 
but pointers welcome :-)

--------------
$ make dev-install -o build
....
linkoo finished, please don't forget to source ooenv before ./soffice.
: && 
LD_LIBRARY_PATH=/home/brad/git/libo/smoketestoo_native/unxlngx6.pro/lib:/home/brad/git/libo/solver/unxlngx6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} 
   /home/brad/git/libo/solver/unxlngx6.pro/bin/cppunit/cppunittester \
 
-env:UNO_SERVICES=file:///home/brad/git/libo/solver/unxlngx6.pro/xml/ure/services.rdb 
\
 
-env:UNO_TYPES=file:///home/brad/git/libo/solver/unxlngx6.pro/bin/types.rdb 
\
 
-env:arg-soffice=path:/home/brad/git/libo/solver/unxlngx6.pro/installation/opt/program/soffice 
-env:arg-user=./unxlngx6.pro/misc/smoketest/user \
 
-env:arg-env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}" 
-env:arg-testarg.smoketest.doc=/home/brad/git/libo/solver/unxlngx6.pro/bin/smoketestdoc.sxw 
--protector \
 
/home/brad/git/libo/solver/unxlngx6.pro/lib/unoexceptionprotector.so \
         unoexceptionprotector 
/home/brad/git/libo/solver/unxlngx6.pro/lib/libsmoketest.so
smoketest.cxx:212:Assertion
Test name: N12_GLOBAL__N_14TestE::test
equality assertion failed
- Expected:
- Actual  :  Writer:V8.0(testclosure write_status)

officeconnection.cxx:159:Assertion
Test name: N12_GLOBAL__N_14TestE::test
tearDown() failed
- assertion failed
- Expression: desktop->terminate()

Failures !!!
Run: 1   Failure total: 2   Failures: 2   Errors: 0
dmake:  Error code 1, while making 'cpptest'

<and then it just hangs>

Regards,
Brad


More information about the LibreOffice mailing list