In addition to the errors that have been there for some weeks now, the 
buildbot now fails to compile even plain dolfin:
c++ -o dolfin/la/UmfpackLUSolver.os -c -Wall -pipe -ansi -DDEBUG -g 
-Werror -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.8.0\" -fPIC -I. 
-I/Users/ilmarw/local/include -I/sw/include -I/sw/include/libxml2 
-I/sw/include dolfin/la/UmfpackLUSolver.cpp
dolfin/la/UmfpackLUSolver.cpp: In member function 'virtual dolfin::uint 
dolfin::UmfpackLUSolver::solve(const dolfin::GenericMatrix&, 
dolfin::GenericVector&, const dolfin::GenericVector&)':
dolfin/la/UmfpackLUSolver.cpp:183: error: no matching function for call 
to 'dolfin::uBlasKrylovSolver::solve(const dolfin::GenericMatrix&, 
dolfin::GenericVector&, const dolfin::GenericVector&)'
dolfin/la/uBlasKrylovSolver.h:50: note: candidates are: dolfin::uint 
dolfin::uBlasKrylovSolver::solve(const 
dolfin::uBlasMatrix<dolfin::ublas_dense_matrix>&, dolfin::uBlasVector&, 
const dolfin::uBlasVector&)
dolfin/la/uBlasKrylovSolver.h:54: note:                 dolfin::uint 
dolfin::uBlasKrylovSolver::solve(const 
dolfin::uBlasMatrix<dolfin::ublas_sparse_matrix>&, dolfin::uBlasVector&, 
const dolfin::uBlasVector&)
dolfin/la/uBlasKrylovSolver.h:57: note:                 dolfin::uint 
dolfin::uBlasKrylovSolver::solve(const dolfin::uBlasKrylovMatrix&, 
dolfin::uBlasVector&, const dolfin::uBlasVector&)
scons: *** [dolfin/la/UmfpackLUSolver.os] Error 1
scons: building terminated because of errors.

The reason no notification was sent to the list by the buildbot is that 
all the last builds have failed, and the buildbot is configured to only 
sent an email on failure once, or else it would keep sending mail all 
the time.

ilmar
_______________________________________________
DOLFIN-dev mailing list
[email protected]
http://www.fenics.org/mailman/listinfo/dolfin-dev

Reply via email to