buildbot failure in ASF Buildbot on aoo-win7

2015-09-23 Thread buildbot
The Buildbot has detected a failed build on builder aoo-win7 while building ASF 
Buildbot. Full details are available at:
http://ci.apache.org/builders/aoo-win7/builds/91

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-win7

Build Reason: The Nightly scheduler named 'aoo-win7-nightly' triggered this 
build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed svn info build.pl --all

Sincerely,
 -The Buildbot





buildbot failure in ASF Buildbot on openoffice-linux64-nightly

2015-09-23 Thread buildbot
The Buildbot has detected a failed build on builder openoffice-linux64-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/89

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: tethys_ubuntu

Build Reason: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

BUILD FAILED: failed

Sincerely,
 -The Buildbot





svn commit: r1704975 - /openoffice/trunk/main/sccomp/source/solver/solver.cxx

2015-09-23 Thread pfg
Author: pfg
Date: Thu Sep 24 02:36:24 2015
New Revision: 1704975

URL: http://svn.apache.org/viewvc?rev=1704975=rev
Log:
i124091 - Drop check for nonlinearity

It appears the check for non-linearity is causing failures for cases that 
can be solved by CoinMP and other solvers. We don't really have a 
non-linear solver but it doesn't make sense to check for linearity here.

Thanks to Ted Ralphs for pointing the exact code causing the failure.

Modified:
openoffice/trunk/main/sccomp/source/solver/solver.cxx

Modified: openoffice/trunk/main/sccomp/source/solver/solver.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sccomp/source/solver/solver.cxx?rev=1704975=1704974=1704975=diff
==
--- openoffice/trunk/main/sccomp/source/solver/solver.cxx (original)
+++ openoffice/trunk/main/sccomp/source/solver/solver.cxx Thu Sep 24 02:36:24 
2015
@@ -369,12 +369,6 @@ void SAL_CALL SolverComponent::solve() t
 double fInitial = aCellsIter->second.front();
 double fCoeff   = aCellsIter->second.back();   // last 
appended: coefficient for this variable
 double fTwo = lcl_GetValue( mxDoc, aCellsIter->first );
-
-bool bLinear = rtl::math::approxEqual( fTwo, fInitial + 2.0 * 
fCoeff ) ||
-   rtl::math::approxEqual( fInitial, fTwo - 2.0 * 
fCoeff );
-// second comparison is needed in case fTwo is zero
-if ( !bLinear )
-maStatus = lcl_GetResourceString( RID_ERROR_NONLINEAR );
 }
 
 lcl_SetValue( mxDoc, *aVarIter, 0.0 );  // set back to zero for 
examining next variable




svn commit: r1704977 - /openoffice/trunk/main/sccomp/source/solver/solver.cxx

2015-09-23 Thread pfg
Author: pfg
Date: Thu Sep 24 02:44:53 2015
New Revision: 1704977

URL: http://svn.apache.org/viewvc?rev=1704977=rev
Log:
solver: up the default timeout to 120 seconds.

When measuring time in seconds or minutes it is usually more
human-friendly to use multiples of 60.

Modified:
openoffice/trunk/main/sccomp/source/solver/solver.cxx

Modified: openoffice/trunk/main/sccomp/source/solver/solver.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sccomp/source/solver/solver.cxx?rev=1704977=1704976=1704977=diff
==
--- openoffice/trunk/main/sccomp/source/solver/solver.cxx (original)
+++ openoffice/trunk/main/sccomp/source/solver/solver.cxx Thu Sep 24 02:44:53 
2015
@@ -143,7 +143,7 @@ SolverComponent::SolverComponent( const
 mbMaximize( sal_True ),
 mbNonNegative( sal_False ),
 mbInteger( sal_False ),
-mnTimeout( 100 ),
+mnTimeout( 120 ),
 mnEpsilonLevel( 0 ),
 mbLimitBBDepth( sal_True ),
 mbSuccess( sal_False ),




buildbot success in ASF Buildbot on openoffice-linux32-nightly

2015-09-23 Thread buildbot
The Buildbot has detected a passing build on builder openoffice-linux32-nightly 
while building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/94

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-vm2_ubuntu_32bit

Build Reason: The Nightly scheduler named 'openoffice-linux32-nightly' 
triggered this build
Build Source Stamp: [branch openoffice/trunk] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot