This is not fixed yet... ilmar
Ilmar Wilbers skrev: > The buildbots are failing with the following errors. > c++ -o dolfin/la/EpetraKrylovSolver.os -c -Wall -pipe -ansi -DDEBUG -g > -Werror -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.7.3\" -DHAS_UMFPACK=1 > -DHAS_TRILINOS=1 -fPIC -I. -I/home/buildbot/local/include > -I/usr/include/libxml2 -I/usr/include/ufsparse > -I/home/buildbot/local/include dolfin/la/EpetraKrylovSolver.cpp > c++ -o dolfin/la/PETScVector.os -c -Wall -pipe -ansi -DDEBUG -g -Werror > -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.7.3\" -DHAS_UMFPACK=1 > -DHAS_TRILINOS=1 -fPIC -I. -I/home/buildbot/local/include > -I/usr/include/libxml2 -I/usr/include/ufsparse > -I/home/buildbot/local/include dolfin/la/PETScVector.cpp > c++ -o dolfin/la/uBlasMatrix.os -c -Wall -pipe -ansi -DDEBUG -g -Werror > -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.7.3\" -DHAS_UMFPACK=1 > -DHAS_TRILINOS=1 -fPIC -I. -I/home/buildbot/local/include > -I/usr/include/libxml2 -I/usr/include/ufsparse > -I/home/buildbot/local/include dolfin/la/uBlasMatrix.cpp > In file included from dolfin/la/EpetraKrylovSolver.cpp:18: > /home/buildbot/local/include/ml_config.h:10:1: error: "F77_FUNC" redefined > In file included from /home/buildbot/local/include/az_aztec.h:61, > from /home/buildbot/local/include/AztecOO.h:44, > from dolfin/la/EpetraKrylovSolver.cpp:17: > /home/buildbot/local/include/az_f77func.h:99:1: error: this is the > location of the previous definition > In file included from dolfin/la/EpetraKrylovSolver.cpp:18: > /home/buildbot/local/include/ml_config.h:13:1: error: "F77_FUNC_" redefined > In file included from /home/buildbot/local/include/az_aztec.h:61, > from /home/buildbot/local/include/AztecOO.h:44, > from dolfin/la/EpetraKrylovSolver.cpp:17: > /home/buildbot/local/include/az_f77func.h:103:1: error: this is the > location of the previous definition > In file included from dolfin/la/EpetraKrylovSolver.cpp:18: > /home/buildbot/local/include/ml_config.h:242:1: error: "PACKAGE_VERSION" > redefined > <command line>:1:1: error: this is the location of the previous definition > c++ -o dolfin/la/uBlasKrylovSolver.os -c -Wall -pipe -ansi -DDEBUG -g > -Werror -DNDEBUG -O2 -DPACKAGE_VERSION=\"0.7.3\" -DHAS_UMFPACK=1 > -DHAS_TRILINOS=1 -fPIC -I. -I/home/buildbot/local/include > -I/usr/include/libxml2 -I/usr/include/ufsparse > -I/home/buildbot/local/include dolfin/la/uBlasKrylovSolver.cpp > scons: *** [dolfin/la/EpetraKrylovSolver.os] Error 1 > scons: building terminated because of errors. > > Note that due to the use of the argument -j5 to scons, the error is not > in the line directly above the error message. > > ilmar > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev > _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
