RE: qa-build errros on clean code

2012-02-20 Thread Winfried Donkers
Jonathan Aquilina wrote (19 februari 2012 17:31) What version of make does your system have? It seems like the 3.81 version has a bug with multithreaded builds. I know there is a patch that was compiled by one of the devs, just not sure where you can get it the patch for it. 3.82-140.1

RE: qa-build errros on clean code

2012-02-19 Thread Winfried Donkers
Markus Mohrhard wrote (15 februari 2012 19:05) I don't like this solution but well the other option is to debug ucalc and find why it fails ( it does not for me ). Since you now disabled the test can you at least check after a full build that if you start calc insert a note in B2 and then insert

Re: qa-build errros on clean code

2012-02-19 Thread Jonathan Aquilina
On 19/02/2012 10:14, Winfried Donkers wrote: Markus Mohrhard wrote (15 februari 2012 19:05) I don't like this solution but well the other option is to debug ucalc and find why it fails ( it does not for me ). Since you now disabled the test can you at least check after a full build that if you

RE: qa-build errros on clean code

2012-02-16 Thread Winfried Donkers
Markus Mohrhard wrote (15 februari 2012 19:05) I don't like this solution but well the other option is to debug ucalc and find why it fails ( it does not for me ). Since you now disabled the test can you at least check after a full build that if you start calc insert a note in B2 and then insert a

RE: qa-build errros on clean code

2012-02-15 Thread Winfried Donkers
Tor already fixed it and after a pull you should be able to build. (http://cgit.freedesktop.org/libreoffice/core/commit/?id=49a4b4c32bda86b97ef48d1d2ce9bf8f02d3e2e3) Hope that your next build succeeds. Markus No such luck :( After git pull -r, the first clean build went ok, but the next build

Re: qa-build errros on clean code

2012-02-15 Thread Riccardo Magliocchetti
Hi Winfried, Il 15/02/2012 16:30, Winfried Donkers ha scritto: Value: 8 33formel: =A1+B1 3 ucalc.cxx:2924:Assertion Test name: N12_GLOBAL__N_14TestE::testPostIts assertion failed - Expression: m_pDoc-GetNote(rAddr) == NULL - note hasn't moved Any suggestions? I have this very same failure

RE: qa-build errros on clean code

2012-02-15 Thread Winfried Donkers
Riccardo Magliocchetti wrote (15 februari 2012) ucalc.cxx:2924:Assertion I have this very same failure plus another connectivity related, building with this patch applied to at least finish the build: http://paste.ubuntu.com/843064/ Yes, I'll also disable the tests that produce assertions.

Re: qa-build errros on clean code

2012-02-15 Thread Markus Mohrhard
Hey, 2012/2/15 Riccardo Magliocchetti riccardo.magliocche...@gmail.com: Hi Winfried, Il 15/02/2012 16:30, Winfried Donkers ha scritto: Value: 8 33formel: =A1+B1 3 ucalc.cxx:2924:Assertion Test name: N12_GLOBAL__N_14TestE::testPostIts assertion failed - Expression:

Re: qa-build errros on clean code

2012-02-15 Thread Riccardo Magliocchetti
Hi Markus, Il 15/02/2012 19:05, Markus Mohrhard ha scritto: Hey, 2012/2/15 Riccardo Magliocchettiriccardo.magliocche...@gmail.com: Hi Winfried, Il 15/02/2012 16:30, Winfried Donkers ha scritto: Value: 8 33formel: =A1+B1 3 ucalc.cxx:2924:Assertion Test name:

RE: qa-build errros on clean code

2012-02-15 Thread Winfried Donkers
Markus Mohrhard wrote (15 februari 2012 19:05) Since you now disabled the test can you at least check after a full build that if you start calc insert a note in B2 and then insert a column before B2 the note is moved to C2. Ideally you would even check that inserting a row will move the note to

qa-build errros on clean code

2012-02-14 Thread Winfried Donkers
Hi, I am experiencing problems with building (openSUSE 12.1). I have two machine that can build the code. One of the machines started acting up last weekend with assertions from sc/qa/unit/ucalc.cxx when performings tests. Removing all my changes and updating the code (./g pull -r) does not

Re: qa-build errros on clean code

2012-02-14 Thread Markus Mohrhard
Hey, I am experiencing problems with building (openSUSE 12.1). I have two machine that can build the code. One of the machines started acting up last weekend with assertions from sc/qa/unit/ucalc.cxx  when performings tests. Removing all my changes and updating the code (./g pull -r) does