← Back to team overview

dolfin team mailing list archive

Re: problems with boost

 

ilmarw@potassium:/scratch/buildbot/slaves/dolfin/linux_64/build/scons$ less simula_scons.log
=================== dolfin log ===================
2008-04-05 23:37:09.037631
Using simula_scons from: /scratch/buildbot/slaves/dolfin/linux_64/build/scons/simula-scons/simula_scons/__init__.pyc
resolveCompiler: Some tests failed for package 'boost'. Discarding package.
resolveCompiler: Unable to compile a Boost test program.
Compilation command was:
mpic++ -I/usr/include boost_config_test_version.cpp
Failed test program was:

#include <boost/version.hpp>
#include <iostream>
int main() {
#ifdef BOOST_VERSION
  std::cout << BOOST_VERSION;
#endif
return 0;
}

resolveCompiler: No pkg-config generator for package 'ufc-1'. Assuming Ok.
resolveCompiler: No pkg-config generator for package 'libxml-2.0'. Assuming Ok.

Which package is depending on boost? Because building dolfin by itself is fine. libboost-dev and libboost-python-dev are installed (Ubuntu machine). What am I missing?

Will look into on including the log file later.

ilmar

Johannes Ring wrote:
On Sat, April 5, 2008 Ilmar Wilbers wrote:
I keep having troubles with boost. It only fails when I try to add gts,
mpi and scotch, see build 45 on http://fenics.org:8010/dolfin/

Boost is probably discarded when resolving compiler. Have a look at
scons/simula_scons.log. Perhaps it can give you some clues. Maybe you can
add the contents of that file to the buildbot log if anything goes wrong?

Johannes

I installed boost locally, and tried to set the withBoostDir argument to
scons. Should the prefix suffice, or does it want the lib directory?
Neither works.

ilmar

Ilmar Wilbers wrote:
OK, so the problem most likely is that boost is not found on the system.
But the text says 'Checking for boost... yes' and then 'Warning: Unknown
dependency package: boost' which seems weird. In addition, the latter is
a Warning. It should really be an Error?

ilmar

Ilmar Wilbers wrote:
Probably not a 64-bit specific thingy, then, but still breaks my build.

ilmar

Garth N. Wells wrote:
Ilmar Wilbers wrote:
I keep getting the following error on a 64-bit maschine:
...
Checking for boost... yes
Checking for libxml-2.0... yes
Resolving compiler... done
Warning: Unknown dependency package: boost
...

Works fine for me on a 64-bit machine.

Garth


See also
http://fenics.org:8010/dolfin/linux_64/builds/25/step-shell/0

ilmar
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev



_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev


References