Re: [Libreoffice] Make dev-install without running smoketests

2011-08-10 Thread Thomas Arnhold
On 08/04/2011 01:56 PM, Caolán McNamara wrote: For this one at least, the assert itself was bogus for the empty paragraph case, fixed with http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=ba6440349db1bd688c08369dd2b30f5dd012d339 Nice! Works fine! Thomas ___

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-04 Thread Caolán McNamara
On Wed, 2011-08-03 at 16:51 +0100, Caolán McNamara wrote: > On Wed, 2011-08-03 at 14:49 +0200, Thomas Arnhold wrote: > > > tools->options->security->macro security->low : open > > > libo/smoketestdoc/PLATFORM/bin/smoketestdoc.sxw and click the "run" > > > button. > > > > The error in smoketest is

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-04 Thread Thomas Arnhold
On 08/03/2011 05:51 PM, Caolán McNamara wrote: What are your configure options for me to see if I can replicate this ? Looks like evilness which should be fixed. ./autogen.sh --enable-python=internal \ --enable-debug --enable-dbgutil \ --without-junit --without-java \ --with-num-cpus=2 --with-m

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread Lionel Elie Mamane
On Wed, Aug 03, 2011 at 10:42:55PM +0200, Lionel Elie Mamane wrote: > On Wed, Aug 03, 2011 at 04:51:13PM +0100, Caolán McNamara wrote: >> What are your configure options for me to see if I can replicate this ? >> Looks like evilness which should be fixed. > I'm in a similar situation on master br

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread julien2412
Lionel Elie Mamane wrote: > > On Wed, Aug 03, 2011 at 04:51:13PM +0100, Caolán McNamara wrote: > >> What are your configure options for me to see if I can replicate this ? >> Looks like evilness which should be fixed. > > I'm in a similar situation on master branch, but for me the smoketest > f

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread Lionel Elie Mamane
On Wed, Aug 03, 2011 at 04:51:13PM +0100, Caolán McNamara wrote: > What are your configure options for me to see if I can replicate this ? > Looks like evilness which should be fixed. I'm in a similar situation on master branch, but for me the smoketest fails in officeconnection.cxx in function O

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread Caolán McNamara
On Wed, 2011-08-03 at 14:49 +0200, Thomas Arnhold wrote: > > tools->options->security->macro security->low : open > > libo/smoketestdoc/PLATFORM/bin/smoketestdoc.sxw and click the "run" > > button. > > The error in smoketest is (write test results): > > assertion caught: Error: sentence indices o

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread Thomas Arnhold
tools->options->security->macro security->low : open libo/smoketestdoc/PLATFORM/bin/smoketestdoc.sxw and click the "run" button. The error in smoketest is (write test results): assertion caught: Error: sentence indices out of range From File /home/thomas/temp/bootstrap/editeng/source/editeng/i

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread Caolán McNamara
On Wed, 2011-08-03 at 10:54 +0400, Dmitry A. Ashkadov wrote: > I have the same problem. I can run LibreOffice, but make dev-install > fails on cppunit tests. > > > smoketest.cxx:203:Assertion > > Test name: N12_GLOBAL__N_14TestE::test > > equality assertion failed > > - Expected: > > - Actual :

Re: [Libreoffice] Make dev-install without running smoketests

2011-08-03 Thread Dmitry A. Ashkadov
I have the same problem. I can run LibreOffice, but make dev-install fails on cppunit tests. smoketest.cxx:203:Assertion Test name: N12_GLOBAL__N_14TestE::test equality assertion failed - Expected: - Actual : Impress:XML Draw:XML 03.08.2011 07:37, swagat sharma пишет: Hi, My build is suc