[pkg-boost-devel] Bug#622021: boost1.46: FTBFS: libs/python/src/converter/builtin_converters.cpp:436:32: error: cannot convert 'PyUnicodeObject*' to 'PyObject*' for argument '1' to 'Py_ssize_t PyUnicodeUCS4_AsWideChar(PyObject*, wchar_t*, Py_ssize_t)'

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Apr 9 12:02:43 UTC 2011


Source: boost1.46
Version: 1.46.1-3
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20110408 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  debian/rules build
> ./bootstrap.sh --with-icu --prefix=/build/user-boost1.46_1.46.1-3-amd64-a6zZrb/boost1.46-1.46.1/debian/tmp/usr
> Building Boost.Jam with toolset gcc... tools/build/v2/engine/src/bin.linuxx86_64/bjam
> Detecting Python version... 2.6
> Detecting Python root... /usr
> Unicode/ICU support for Boost.Regex?... /usr
> Generating Boost.Build configuration in project-config.jam...
> 
> Bootstrapping is done. To build, run:
> 
>     ./bjam
>     
> To adjust configuration, edit 'project-config.jam'.
> Further information:
> 
>    - Command line help:
>      ./bjam --help
>      
>    - Getting started guide: 
>      http://www.boost.org/more/getting_started/unix-variants.html
>      
>    - Boost.Build documentation:
>      http://www.boost.org/boost-build2/doc/html/index.html
> 
> echo "using gcc ;" > user-config.jam
> echo "using mpi ;"     >> user-config.jam
> for pyver in 2.5 3.2; do \
> 		echo "using python : $pyver : /usr ;" >> user-config.jam; \
> 	done
> dh_testdir
> /build/user-boost1.46_1.46.1-3-amd64-a6zZrb/boost1.46-1.46.1/bjam -j10 -d2  --layout=system --ignore-site-config --user-config=/build/user-boost1.46_1.46.1-3-amd64-a6zZrb/boost1.46-1.46.1/user-config.jam debug-symbols=on --without-python                        
> 
> Building the Boost C++ Libraries.
> 
> 
> ...found 87 targets...
> ...updating 8 targets...
> common.mkdir bin.v2
> 
>         mkdir -p "bin.v2"
>     
> common.mkdir bin.v2/libs
> 
>         mkdir -p "bin.v2/libs"
>     
> common.mkdir bin.v2/libs/regex
> 
>         mkdir -p "bin.v2/libs/regex"
>     
> common.mkdir bin.v2/libs/regex/build
> 
>         mkdir -p "bin.v2/libs/regex/build"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.5.2/debug
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.5.2/debug"
>     
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/debug/has_icu_test.o
> 
>     "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/debug/has_icu_test.o" "libs/regex/build/has_icu_test.cpp"
> 
> libs/regex/build/has_icu_test.cpp: In function 'int main()':
> libs/regex/build/has_icu_test.cpp:24:12: warning: unused variable 'c'
> gcc.link bin.v2/libs/regex/build/gcc-4.5.2/debug/has_icu
> 
>     "g++" -L"/usr/bin" -L"/usr/lib" -Wl,-rpath-link -Wl,"/usr/bin" -Wl,-rpath-link -Wl,"/usr/lib" -o "bin.v2/libs/regex/build/gcc-4.5.2/debug/has_icu" -Wl,--start-group "bin.v2/libs/regex/build/gcc-4.5.2/debug/has_icu_test.o"  -Wl,-Bstatic  -Wl,-Bdynamic -licuuc -licui18n -licudata -Wl,--end-group -g 
> 
> 
> ...updated 8 targets...
> Performing configuration checks
> 
>     - has_icu builds           : yes
> ...found 7 targets...
> ...updating 5 targets...
> common.mkdir bin.v2/libs/math
> 
>         mkdir -p "bin.v2/libs/math"
>     
> common.mkdir bin.v2/libs/math/config
> 
>         mkdir -p "bin.v2/libs/math/config"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.5.2/debug
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.5.2/debug"
>     
> gcc.compile.c++ bin.v2/libs/math/config/gcc-4.5.2/debug/has_gcc_visibility.o
> 
>     "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -Werror -fvisibility=hidden -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2/libs/math/config/gcc-4.5.2/debug/has_gcc_visibility.o" "libs/math/config/has_gcc_visibility.cpp"
> 
> ...updated 5 targets...
>     - ../config//has_gcc_visibility builds : yes
> ...found 46 targets...
> ...updating 1 target...
> gcc.compile.c++ bin.v2/libs/math/config/gcc-4.5.2/debug/has_long_double_support.o
> 
>     "g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC  -DBOOST_ALL_NO_LIB=1  -I"." -c -o "bin.v2/libs/math/config/gcc-4.5.2/debug/has_long_double_support.o" "libs/math/config/has_long_double_support.cpp"
> 
> ...updated 1 target...
>     - ../config//has_long_double_support builds : yes
> 
> Component configuration:
> 
>     - date_time                : building
>     - filesystem               : building
>     - graph                    : building
>     - graph_parallel           : building
>     - iostreams                : building
>     - math                     : building
>     - mpi                      : building
>     - program_options          : building
>     - python                   : not building
>     - random                   : building
>     - regex                    : building
>     - serialization            : building
>     - signals                  : building
>     - system                   : building
>     - test                     : building
>     - thread                   : building
>     - wave                     : building
> 
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...found 11904 targets...
> ...updating 943 targets...
> common.mkdir stage
> 
>         mkdir -p "stage"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/graph
> 
>         mkdir -p "bin.v2/libs/graph"
>     
> common.mkdir bin.v2/libs/serialization
> 
>         mkdir -p "bin.v2/libs/serialization"
>     
> common.mkdir bin.v2/libs/mpi
> 
>         mkdir -p "bin.v2/libs/mpi"
>     
> common.mkdir bin.v2/libs/graph_parallel
> 
>         mkdir -p "bin.v2/libs/graph_parallel"
>     
> common.mkdir bin.v2/libs/iostreams
> 
>         mkdir -p "bin.v2/libs/iostreams"
>     
> common.mkdir bin.v2/libs/math/build
> 
>         mkdir -p "bin.v2/libs/math/build"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/python
> 
>         mkdir -p "bin.v2/libs/python"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/iostreams/build
> 
>         mkdir -p "bin.v2/libs/iostreams/build"
>     
> common.mkdir bin.v2/libs/serialization/build
> 
>         mkdir -p "bin.v2/libs/serialization/build"
>     
> common.mkdir bin.v2/libs/graph/build
> 
>         mkdir -p "bin.v2/libs/graph/build"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir stage/lib
> 
>         mkdir -p "stage/lib"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/graph_parallel/build
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build"
>     
> common.mkdir bin.v2/libs/mpi/build
> 
>         mkdir -p "bin.v2/libs/mpi/build"
>     
> common.mkdir bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/python/build
> 
>         mkdir -p "bin.v2/libs/python/build"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/program_options
> 
>         mkdir -p "bin.v2/libs/program_options"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/threading-multi/has_long_double_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/threading-multi/has_long_double_support.o" "libs/math/config/has_long_double_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpp_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/c_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fileiter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> libs/python/src/object/life_support.cpp: In function 'PyObject* boost::python::objects::make_nurse_and_patient(PyObject*, PyObject*)':
> libs/python/src/object/life_support.cpp:94:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/life_support.cpp:96:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> libs/python/src/object/enum.cpp: In function 'boost::python::api::object boost::python::objects::<unnamed>::new_enum_type(const char*, const char*)':
> libs/python/src/object/enum.cpp:150:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> libs/python/src/object/class.cpp: In function 'int boost::python::property_init(PyObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp: In function 'PyObject* boost::python::objects::static_data()':
> libs/python/src/object/class.cpp:211:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_metatype()':
> libs/python/src/object/class.cpp:319:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_type()':
> libs/python/src/object/class.cpp:473:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> libs/python/src/object/function.cpp: In constructor 'boost::python::objects::function::function(const boost::python::objects::py_function&, const boost::python::detail::keyword*, unsigned int)':
> libs/python/src/object/function.cpp:108:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/function.cpp:110:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/icu.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp:369:13: warning: 'boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc' defined but not used
> ...on 100th target...
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_raw_buffer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/static_mutex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/w32_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_traits_defaults.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/usinstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wc_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cregex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> gcc.link.dll bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1" -Wl,-h -Wl,libboost_serialization.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/shared_ptr_helper.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> common.copy stage/lib/libboost_serialization.so.1.46.1
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1"  "stage/lib/libboost_serialization.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_serialization.so
> 
>     ln -f -s 'libboost_serialization.so.1.46.1' 'stage/lib/libboost_serialization.so'
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> gcc.link.dll bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python.so.1.46.1" -Wl,-h -Wl,libboost_python.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function_doc_signature.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_python.so.1.46.1
> 
>     cp "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python.so.1.46.1"  "stage/lib/libboost_python.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_python.so
> 
>     ln -f -s 'libboost_python.so.1.46.1' 'stage/lib/libboost_python.so'
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wide_posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/documentation.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/documentation.o" "libs/mpi/src/python/documentation.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/read_graphviz_new.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/read_graphviz_new.o" "libs/graph/src/read_graphviz_new.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1" -Wl,-h -Wl,libboost_mpi.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/timer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_mpi.so.1.46.1
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1"  "stage/lib/libboost_mpi.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_mpi.so
> 
>     ln -f -s 'libboost_mpi.so.1.46.1' 'stage/lib/libboost_mpi.so'
> 
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/graphml.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/graphml.o" "libs/graph/src/graphml.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/winstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
> 
> gcc.link.dll bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_regex.so.1.46.1
> 
>     "g++" -L"/usr/bin" -L"/usr/lib"  -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_regex.so.1.46.1" -Wl,-h -Wl,libboost_regex.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/c_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpp_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cregex.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fileiter.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/icu.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instances.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/posix_api.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_debug.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_raw_buffer.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/regex_traits_defaults.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/static_mutex.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/w32_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wc_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wide_posix_api.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/winstances.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/usinstances.o"  -Wl,-Bstatic  -Wl,-Bdynamic -licuuc -licui18n -licudata -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_regex.so.1.46.1
> 
>     cp "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_regex.so.1.46.1"  "stage/lib/libboost_regex.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_regex.so
> 
>     ln -f -s 'libboost_regex.so.1.46.1' 'stage/lib/libboost_regex.so'
> 
> gcc.link.dll bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_graph.so.1.46.1
> 
>     "g++" -L"/usr/bin" -L"/usr/lib"  -o "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_graph.so.1.46.1" -Wl,-h -Wl,libboost_graph.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/read_graphviz_new.o" "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/graphml.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_regex.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -licuuc -licui18n -licudata -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_graph.so.1.46.1
> 
>     cp "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_graph.so.1.46.1"  "stage/lib/libboost_graph.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_graph.so
> 
>     ln -f -s 'libboost_graph.so.1.46.1' 'stage/lib/libboost_graph.so'
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python2.5/pyconfig.h:970:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.5/pyconfig.h:982:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.46.1
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.46.1" -Wl,-h -Wl,libboost_mpi_python.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/serialize.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python.so.1.46.1" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_mpi_python.so.1.46.1
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.46.1"  "stage/lib/libboost_mpi_python.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_mpi_python.so
> 
>     ln -f -s 'libboost_mpi_python.so.1.46.1' 'stage/lib/libboost_mpi_python.so'
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_exception.o" "libs/mpi/src/python/py_exception.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/args_fwd.hpp:10,
>                  from ./boost/python/args.hpp:10,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_exception.cpp:15:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function2<R, T1, T2>::assign_to(Functor) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function2<R, T1, T2>::function2(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/python/exception_translator.hpp:20:5:   instantiated from 'void boost::python::register_exception_translator(Translate, boost::type<Target>*) [with ExceptionType = boost::mpi::exception, Translate = boost::mpi::python::translate_exception<boost::mpi::exception>]'
> libs/mpi/src/python/utility.hpp:28:5:   instantiated from 'static void boost::mpi::python::translate_exception<E>::declare(boost::python::api::object) [with E = boost::mpi::exception]'
> libs/mpi/src/python/py_exception.cpp:51:35:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/datatypes.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/datatypes.o" "libs/mpi/src/python/datatypes.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> /usr/include/python2.5/pyconfig.h:970:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.5/pyconfig.h:982:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/converter/arg_to_python_base.hpp:7,
>                  from ./boost/python/converter/arg_to_python.hpp:14,
>                  from ./boost/python/call.hpp:15,
>                  from ./boost/python/object_core.hpp:14,
>                  from ./boost/python/object.hpp:9,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = long int, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = long int, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = long int, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:21:43:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = long int, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = long int, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = long int, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:21:43:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = bool, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = bool, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = bool, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:23:42:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = bool, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = bool, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = bool, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:23:42:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = double, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = double, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = double, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:24:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = double, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = double, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = double, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:24:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/module.o" "libs/mpi/src/python/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tag_allocator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tag_allocator.o" "libs/graph_parallel/src/tag_allocator.cpp"
> 
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_environment.o" "libs/mpi/src/python/py_environment.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_environment.cpp:17:
> /usr/include/python2.5/pyconfig.h:970:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.5/pyconfig.h:982:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/..
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/.."
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_request.o" "libs/mpi/src/python/py_request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/file_descriptor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/file_descriptor.o" "libs/iostreams/src/file_descriptor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_timer.o" "libs/mpi/src/python/py_timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/zlib.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/zlib.o" "libs/iostreams/src/zlib.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mapped_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mapped_file.o" "libs/iostreams/src/mapped_file.cpp"
> 
> common.mkdir bin.v2/libs/program_options/build
> 
>         mkdir -p "bin.v2/libs/program_options/build"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.5.2"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/status.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/status.o" "libs/mpi/src/python/status.cpp"
> 
> common.mkdir bin.v2/libs/program_options/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/random
> 
>         mkdir -p "bin.v2/libs/random"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/random/build
> 
>         mkdir -p "bin.v2/libs/random/build"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.5.2"
>     
> ...on 200th target...
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gzip.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gzip.o" "libs/iostreams/src/gzip.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/collectives.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/collectives.o" "libs/mpi/src/python/collectives.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/bzip2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"
> 
> gcc.link.dll bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_iostreams.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_iostreams.so.1.46.1" -Wl,-h -Wl,libboost_iostreams.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/file_descriptor.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mapped_file.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/zlib.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gzip.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/bzip2.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lbz2 -lz -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_iostreams.so.1.46.1
> 
>     cp "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_iostreams.so.1.46.1"  "stage/lib/libboost_iostreams.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_iostreams.so
> 
>     ln -f -s 'libboost_iostreams.so.1.46.1' 'stage/lib/libboost_iostreams.so'
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_nonblocking.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_nonblocking.o" "libs/mpi/src/python/py_nonblocking.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_nonblocking.cpp:21:
> /usr/include/python2.5/pyconfig.h:970:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.5/pyconfig.h:982:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_communicator.o" "libs/mpi/src/python/py_communicator.cpp"
> 
> gcc.compile.c++.pch bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1/pch.hpp.gch
> 
>     "g++" -x c++-header -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1/pch.hpp.gch" "libs/math/build/../src/tr1/pch.hpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerre.o" "libs/math/build/../src/tr1/assoc_laguerre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/config_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/config_file.o" "libs/program_options/src/config_file.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/positional_options.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/positional_options.o" "libs/program_options/src/positional_options.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1.o" "libs/math/build/../src/tr1/comp_ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendre.o" "libs/math/build/../src/tr1/assoc_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/beta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/beta.o" "libs/math/build/../src/tr1/beta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2.o" "libs/math/build/../src/tr1/comp_ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/variables_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/variables_map.o" "libs/program_options/src/variables_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/skeleton_and_content.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/skeleton_and_content.o" "libs/mpi/src/python/skeleton_and_content.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/args_fwd.hpp:10,
>                  from ./boost/python/args.hpp:10,
>                  from ./boost/python.hpp:11,
>                  from ./boost/mpi/python/skeleton_and_content.hpp:15,
>                  from libs/mpi/src/python/skeleton_and_content.cpp:13:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function2<R, T1, T2>::assign_to(Functor) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function2<R, T1, T2>::function2(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/python/exception_translator.hpp:20:5:   instantiated from 'void boost::python::register_exception_translator(Translate, boost::type<Target>*) [with ExceptionType = boost::mpi::python::object_without_skeleton, Translate = boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton>]'
> libs/mpi/src/python/utility.hpp:28:5:   instantiated from 'static void boost::mpi::python::translate_exception<E>::declare(boost::python::api::object) [with E = boost::mpi::python::object_without_skeleton]'
> libs/mpi/src/python/skeleton_and_content.cpp:147:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3.o" "libs/math/build/../src/tr1/comp_ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/value_semantic.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi.so
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi.so" -Wl,-h -Wl,mpi.so -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/collectives.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/datatypes.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/documentation.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_nonblocking.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/module.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/skeleton_and_content.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/status.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_timer.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python.so.1.46.1" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python.so.1.46.1" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/mpi.so
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi.so"  "stage/lib/mpi.so"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1.o" "libs/math/build/../src/tr1/ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2.o" "libs/math/build/../src/tr1/ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3.o" "libs/math/build/../src/tr1/ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermite.o" "libs/math/build/../src/tr1/hermite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_process_group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_DYN_LINK=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_process_group.o" "libs/graph_parallel/src/mpi_process_group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/options_description.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/options_description.o" "libs/program_options/src/options_description.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerre.o" "libs/math/build/../src/tr1/laguerre.cpp"
> 
> gcc.link.dll bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_graph_parallel.so.1.46.1
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_graph_parallel.so.1.46.1" -Wl,-h -Wl,libboost_graph_parallel.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi_process_group.o" "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tag_allocator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_graph_parallel.so.1.46.1
> 
>     cp "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_graph_parallel.so.1.46.1"  "stage/lib/libboost_graph_parallel.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_graph_parallel.so
> 
>     ln -f -s 'libboost_graph_parallel.so.1.46.1' 'stage/lib/libboost_graph_parallel.so'
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cmdline.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cmdline.o" "libs/program_options/src/cmdline.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:18,
>                  from ./boost/function/function1.hpp:11,
>                  from ./boost/program_options/value_semantic.hpp:13,
>                  from ./boost/program_options/options_description.hpp:13,
>                  from ./boost/program_options/detail/cmdline.hpp:14,
>                  from libs/program_options/src/cmdline.cpp:11:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function1<R, T1>::assign_to(Functor) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >, R = std::vector<boost::program_options::basic_option<char> >, T0 = std::vector<std::basic_string<char> >&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function1<R, T1>::function1(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >, R = std::vector<boost::program_options::basic_option<char> >, T0 = std::vector<std::basic_string<char> >&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> libs/program_options/src/cmdline.cpp:220:74:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendre.o" "libs/math/build/../src/tr1/legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendre.o" "libs/math/build/../src/tr1/sph_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_i.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_i.o" "libs/math/build/../src/tr1/cyl_bessel_i.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerref.o" "libs/math/build/../src/tr1/assoc_laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumann.o" "libs/math/build/../src/tr1/cyl_neumann.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_j.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_j.o" "libs/math/build/../src/tr1/cyl_bessel_j.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendref.o" "libs/math/build/../src/tr1/assoc_legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/betaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/betaf.o" "libs/math/build/../src/tr1/betaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1f.o" "libs/math/build/../src/tr1/comp_ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2f.o" "libs/math/build/../src/tr1/comp_ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_k.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_k.o" "libs/math/build/../src/tr1/cyl_bessel_k.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3f.o" "libs/math/build/../src/tr1/comp_ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expint.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expint.o" "libs/math/build/../src/tr1/expint.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/parsers.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/parsers.o" "libs/program_options/src/parsers.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:18,
>                  from ./boost/function/function1.hpp:11,
>                  from ./boost/program_options/value_semantic.hpp:13,
>                  from ./boost/program_options/options_description.hpp:13,
>                  from ./boost/program_options/detail/cmdline.hpp:14,
>                  from ./boost/program_options/parsers.hpp:12,
>                  from libs/program_options/src/parsers.cpp:11:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::program_options::detail::prefix_name_mapper]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::program_options::detail::prefix_name_mapper, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::program_options::detail::prefix_name_mapper]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::program_options::detail::prefix_name_mapper]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function1<R, T1>::assign_to(Functor) [with Functor = boost::program_options::detail::prefix_name_mapper, R = std::basic_string<char>, T0 = std::basic_string<char>]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function1<R, T1>::function1(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::program_options::detail::prefix_name_mapper, R = std::basic_string<char>, T0 = std::basic_string<char>, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> libs/program_options/src/parsers.cpp:233:74:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2f.o" "libs/math/build/../src/tr1/ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1f.o" "libs/math/build/../src/tr1/ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zeta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zeta.o" "libs/math/build/../src/tr1/riemann_zeta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerref.o" "libs/math/build/../src/tr1/laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermitef.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermitef.o" "libs/math/build/../src/tr1/hermitef.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendref.o" "libs/math/build/../src/tr1/legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3f.o" "libs/math/build/../src/tr1/ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_bessel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_bessel.o" "libs/math/build/../src/tr1/sph_bessel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendref.o" "libs/math/build/../src/tr1/sph_legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumann.o" "libs/math/build/../src/tr1/sph_neumann.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerrel.o" "libs/math/build/../src/tr1/assoc_laguerrel.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1.so.1.46.1" -Wl,-h -Wl,libboost_math_tr1.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/beta.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_i.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_j.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_k.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumann.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expint.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermite.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zeta.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_bessel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumann.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_tr1.so.1.46.1
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1.so.1.46.1"  "stage/lib/libboost_math_tr1.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_math_tr1.so
> 
>     ln -f -s 'libboost_math_tr1.so.1.46.1' 'stage/lib/libboost_math_tr1.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_if.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_if.o" "libs/math/build/../src/tr1/cyl_bessel_if.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendrel.o" "libs/math/build/../src/tr1/assoc_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1l.o" "libs/math/build/../src/tr1/comp_ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/betal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/betal.o" "libs/math/build/../src/tr1/betal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2l.o" "libs/math/build/../src/tr1/comp_ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3l.o" "libs/math/build/../src/tr1/comp_ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_kf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_kf.o" "libs/math/build/../src/tr1/cyl_bessel_kf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_jf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_jf.o" "libs/math/build/../src/tr1/cyl_bessel_jf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expintf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expintf.o" "libs/math/build/../src/tr1/expintf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumannf.o" "libs/math/build/../src/tr1/cyl_neumannf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1l.o" "libs/math/build/../src/tr1/ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2l.o" "libs/math/build/../src/tr1/ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3l.o" "libs/math/build/../src/tr1/ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermitel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermitel.o" "libs/math/build/../src/tr1/hermitel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerrel.o" "libs/math/build/../src/tr1/laguerrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendrel.o" "libs/math/build/../src/tr1/legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_besself.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_besself.o" "libs/math/build/../src/tr1/sph_besself.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumannf.o" "libs/math/build/../src/tr1/sph_neumannf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendrel.o" "libs/math/build/../src/tr1/sph_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zetaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zetaf.o" "libs/math/build/../src/tr1/riemann_zetaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_kl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_kl.o" "libs/math/build/../src/tr1/cyl_bessel_kl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acosh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acosh.o" "libs/math/build/../src/tr1/acosh.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1f.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1f.so.1.46.1" -Wl,-h -Wl,libboost_math_tr1f.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/betaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_if.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_jf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_kf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumannf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expintf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermitef.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zetaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_besself.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumannf.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_tr1f.so.1.46.1
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1f.so.1.46.1"  "stage/lib/libboost_math_tr1f.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_math_tr1f.so
> 
>     ln -f -s 'libboost_math_tr1f.so.1.46.1' 'stage/lib/libboost_math_tr1f.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanh.o" "libs/math/build/../src/tr1/atanh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysign.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysign.o" "libs/math/build/../src/tr1/copysign.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_il.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_il.o" "libs/math/build/../src/tr1/cyl_bessel_il.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erf.o" "libs/math/build/../src/tr1/erf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_jl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_jl.o" "libs/math/build/../src/tr1/cyl_bessel_jl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfc.o" "libs/math/build/../src/tr1/erfc.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumannl.o" "libs/math/build/../src/tr1/cyl_neumannl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrt.o" "libs/math/build/../src/tr1/cbrt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expintl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expintl.o" "libs/math/build/../src/tr1/expintl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1.o" "libs/math/build/../src/tr1/expm1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmax.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmax.o" "libs/math/build/../src/tr1/fmax.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypot.o" "libs/math/build/../src/tr1/hypot.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmin.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmin.o" "libs/math/build/../src/tr1/fmin.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassify.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassify.o" "libs/math/build/../src/tr1/fpclassify.cpp"
> 
> ...on 300th target...
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llround.o" "libs/math/build/../src/tr1/llround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgamma.o" "libs/math/build/../src/tr1/lgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1p.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1p.o" "libs/math/build/../src/tr1/log1p.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lround.o" "libs/math/build/../src/tr1/lround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttoward.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttoward.o" "libs/math/build/../src/tr1/nexttoward.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafter.o" "libs/math/build/../src/tr1/nextafter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/round.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/round.o" "libs/math/build/../src/tr1/round.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/trunc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/trunc.o" "libs/math/build/../src/tr1/trunc.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgamma.o" "libs/math/build/../src/tr1/tgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acoshf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acoshf.o" "libs/math/build/../src/tr1/acoshf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zetal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zetal.o" "libs/math/build/../src/tr1/riemann_zetal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_bessell.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_bessell.o" "libs/math/build/../src/tr1/sph_bessell.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanhf.o" "libs/math/build/../src/tr1/atanhf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysignf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysignf.o" "libs/math/build/../src/tr1/copysignf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1f.o" "libs/math/build/../src/tr1/expm1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfcf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfcf.o" "libs/math/build/../src/tr1/erfcf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmaxf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmaxf.o" "libs/math/build/../src/tr1/fmaxf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erff.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erff.o" "libs/math/build/../src/tr1/erff.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinh.o" "libs/math/build/../src/tr1/asinh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassifyf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassifyf.o" "libs/math/build/../src/tr1/fpclassifyf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fminf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fminf.o" "libs/math/build/../src/tr1/fminf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumannl.o" "libs/math/build/../src/tr1/sph_neumannl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypotf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypotf.o" "libs/math/build/../src/tr1/hypotf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llroundf.o" "libs/math/build/../src/tr1/llroundf.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99.so.1.46.1" -Wl,-h -Wl,libboost_math_c99.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acosh.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinh.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanh.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrt.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysign.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfc.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmax.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmin.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassify.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypot.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgamma.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llround.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1p.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lround.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafter.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttoward.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/round.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgamma.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/trunc.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1pf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1pf.o" "libs/math/build/../src/tr1/log1pf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lroundf.o" "libs/math/build/../src/tr1/lroundf.cpp"
> 
> common.copy stage/lib/libboost_math_c99.so.1.46.1
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99.so.1.46.1"  "stage/lib/libboost_math_c99.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_math_c99.so
> 
>     ln -f -s 'libboost_math_c99.so.1.46.1' 'stage/lib/libboost_math_c99.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttowardf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttowardf.o" "libs/math/build/../src/tr1/nexttowardf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafterf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafterf.o" "libs/math/build/../src/tr1/nextafterf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrtf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrtf.o" "libs/math/build/../src/tr1/cbrtf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/roundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/roundf.o" "libs/math/build/../src/tr1/roundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgammaf.o" "libs/math/build/../src/tr1/lgammaf.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1l.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1l.so.1.46.1" -Wl,-h -Wl,libboost_math_tr1l.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_laguerrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/assoc_legendrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/betal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_1l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_2l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/comp_ellint_3l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_il.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_jl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_bessel_kl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cyl_neumannl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_1l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_2l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/ellint_3l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expintl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hermitel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/laguerrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/legendrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/riemann_zetal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_bessell.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_legendrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/sph_neumannl.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgammaf.o" "libs/math/build/../src/tr1/tgammaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/truncf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/truncf.o" "libs/math/build/../src/tr1/truncf.cpp"
> 
> common.copy stage/lib/libboost_math_tr1l.so.1.46.1
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_tr1l.so.1.46.1"  "stage/lib/libboost_math_tr1l.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_math_tr1l.so
> 
>     ln -f -s 'libboost_math_tr1l.so.1.46.1' 'stage/lib/libboost_math_tr1l.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acoshl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acoshl.o" "libs/math/build/../src/tr1/acoshl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanhl.o" "libs/math/build/../src/tr1/atanhl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysignl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysignl.o" "libs/math/build/../src/tr1/copysignl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfl.o" "libs/math/build/../src/tr1/erfl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfcl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfcl.o" "libs/math/build/../src/tr1/erfcl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1l.o" "libs/math/build/../src/tr1/expm1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmaxl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmaxl.o" "libs/math/build/../src/tr1/fmaxl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fminl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fminl.o" "libs/math/build/../src/tr1/fminl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypotl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypotl.o" "libs/math/build/../src/tr1/hypotl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassifyl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassifyl.o" "libs/math/build/../src/tr1/fpclassifyl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1pl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1pl.o" "libs/math/build/../src/tr1/log1pl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrtl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrtl.o" "libs/math/build/../src/tr1/cbrtl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llroundl.o" "libs/math/build/../src/tr1/llroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lroundl.o" "libs/math/build/../src/tr1/lroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttowardl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttowardl.o" "libs/math/build/../src/tr1/nexttowardl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/roundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/roundl.o" "libs/math/build/../src/tr1/roundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafterl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafterl.o" "libs/math/build/../src/tr1/nextafterl.cpp"
> 
> common.mkdir bin.v2/libs/random/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgammal.o" "libs/math/build/../src/tr1/lgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/truncl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/truncl.o" "libs/math/build/../src/tr1/truncl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "libs/program_options/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgammal.o" "libs/math/build/../src/tr1/tgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/random_device.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_RANDOM_DYN_LINK -DNDEBUG  -I"." -c -o "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/random_device.o" "libs/random/src/random_device.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/convert.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/convert.o" "libs/program_options/src/convert.cpp"
> 
> gcc.link.dll bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_random.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_random.so.1.46.1" -Wl,-h -Wl,libboost_random.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/random_device.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_random.so.1.46.1
> 
>     cp "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_random.so.1.46.1"  "stage/lib/libboost_random.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_random.so
> 
>     ln -f -s 'libboost_random.so.1.46.1' 'stage/lib/libboost_random.so'
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinhf.o" "libs/math/build/../src/tr1/asinhf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_wiprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_wiprimitive.o" "libs/serialization/src/basic_text_wiprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/winmain.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/winmain.o" "libs/program_options/src/winmain.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99f.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99f.so.1.46.1" -Wl,-h -Wl,libboost_math_c99f.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acoshf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinhf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanhf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrtf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysignf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfcf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erff.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmaxf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fminf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassifyf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypotf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgammaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llroundf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1pf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lroundf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafterf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttowardf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/roundf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgammaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/truncf.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_math_c99f.so.1.46.1
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99f.so.1.46.1"  "stage/lib/libboost_math_c99f.so.1.46.1"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_woprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_woprimitive.o" "libs/serialization/src/basic_text_woprimitive.cpp"
> 
> ln-UNIX stage/lib/libboost_math_c99f.so
> 
>     ln -f -s 'libboost_math_c99f.so.1.46.1' 'stage/lib/libboost_math_c99f.so'
> 
> common.mkdir bin.v2/libs/signals
> 
>         mkdir -p "bin.v2/libs/signals"
>     
> common.mkdir bin.v2/libs/signals/build
> 
>         mkdir -p "bin.v2/libs/signals/build"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "libs/serialization/src/utf8_codecvt_facet.cpp"
> 
> common.mkdir bin.v2/libs/signals/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/test
> 
>         mkdir -p "bin.v2/libs/test"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/test/build
> 
>         mkdir -p "bin.v2/libs/test/build"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.5.2/release"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/codecvt_null.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/codecvt_null.o" "libs/serialization/src/codecvt_null.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_woarchive.o" "libs/serialization/src/text_woarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_wiarchive.o" "libs/serialization/src/text_wiarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/trackable.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/trackable.o" "libs/signals/src/trackable.cpp"
> 
> common.mkdir bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/connection.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/connection.o" "libs/signals/src/connection.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DBOOST_MATH_TR1_DYN_LINK=1 -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinhl.o" "libs/math/build/../src/tr1/asinhl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/slot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/slot.o" "libs/signals/src/slot.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/split.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PROGRAM_OPTIONS_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/split.o" "libs/program_options/src/split.cpp"
> 
> gcc.link.dll bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99l.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99l.so.1.46.1" -Wl,-h -Wl,libboost_math_c99l.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/acoshl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/asinhl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/atanhl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cbrtl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/copysignl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfcl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/erfl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/expm1l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fmaxl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fminl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/fpclassifyl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/hypotl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lgammal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/llroundl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/log1pl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/lroundl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nextafterl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/nexttowardl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/roundl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tgammal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/truncl.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.mkdir bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.copy stage/lib/libboost_math_c99l.so.1.46.1
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_math_c99l.so.1.46.1"  "stage/lib/libboost_math_c99l.so.1.46.1"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_woarchive.o" "libs/serialization/src/xml_woarchive.cpp"
> 
> ...on 400th target...
> ln-UNIX stage/lib/libboost_math_c99l.so
> 
>     ln -f -s 'libboost_math_c99l.so.1.46.1' 'stage/lib/libboost_math_c99l.so'
> 
> common.mkdir bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/signal_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/signal_base.o" "libs/signals/src/signal_base.cpp"
> 
> gcc.link.dll bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_program_options.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_program_options.so.1.46.1" -Wl,-h -Wl,libboost_program_options.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cmdline.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/config_file.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/options_description.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/parsers.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/variables_map.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/value_semantic.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/positional_options.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/convert.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/winmain.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/split.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_program_options.so.1.46.1
> 
>     cp "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_program_options.so.1.46.1"  "stage/lib/libboost_program_options.so.1.46.1"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_wiarchive.o" "libs/serialization/src/xml_wiarchive.cpp"
> 
> ln-UNIX stage/lib/libboost_program_options.so
> 
>     ln -f -s 'libboost_program_options.so.1.46.1' 'stage/lib/libboost_program_options.so'
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpp_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpp_main.o" "libs/test/src/cpp_main.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/named_slot_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_DYN_LINK=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/named_slot_map.o" "libs/signals/src/named_slot_map.cpp"
> 
> gcc.link.dll bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_signals.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_signals.so.1.46.1" -Wl,-h -Wl,libboost_signals.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/trackable.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/connection.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/named_slot_map.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/signal_base.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/slot.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_signals.so.1.46.1
> 
>     cp "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_signals.so.1.46.1"  "stage/lib/libboost_signals.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_signals.so
> 
>     ln -f -s 'libboost_signals.so.1.46.1' 'stage/lib/libboost_signals.so'
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/compiler_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/compiler_log_formatter.o" "libs/test/src/compiler_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/execution_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/execution_monitor.o" "libs/test/src/execution_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o" "libs/test/src/compiler_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "libs/test/src/execution_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o" "libs/test/src/plain_report_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_reporter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_reporter.o" "libs/test/src/results_reporter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o" "libs/test/src/progress_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/debug.o" "libs/test/src/debug.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_collector.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_collector.o" "libs/test/src/results_collector.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/test_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/test_main.o" "libs/test/src/test_main.cpp"
> 
> gcc.link.dll bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_prg_exec_monitor.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_prg_exec_monitor.so.1.46.1" -Wl,-h -Wl,libboost_prg_exec_monitor.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpp_main.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_prg_exec_monitor.so.1.46.1
> 
>     cp "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_prg_exec_monitor.so.1.46.1"  "stage/lib/libboost_prg_exec_monitor.so.1.46.1"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/debug.o" "libs/test/src/debug.cpp"
> 
> ln-UNIX stage/lib/libboost_prg_exec_monitor.so
> 
>     ln -f -s 'libboost_prg_exec_monitor.so.1.46.1' 'stage/lib/libboost_prg_exec_monitor.so'
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o" "libs/test/src/unit_test_log.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o" "libs/test/src/unit_test_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/framework.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/framework.o" "libs/test/src/framework.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o" "libs/test/src/unit_test_suite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/interaction_based.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/interaction_based.o" "libs/test/src/interaction_based.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o" "libs/test/src/unit_test_main.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exception_safety.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exception_safety.o" "libs/test/src/exception_safety.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/plain_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/plain_report_formatter.o" "libs/test/src/plain_report_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/results_reporter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/results_reporter.o" "libs/test/src/results_reporter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/test_tools.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/test_tools.o" "libs/test/src/test_tools.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/progress_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/progress_monitor.o" "libs/test/src/progress_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/results_collector.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/results_collector.o" "libs/test/src/results_collector.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/framework.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/framework.o" "libs/test/src/framework.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_monitor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_monitor.o" "libs/test/src/unit_test_monitor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_log.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_log.o" "libs/test/src/unit_test_log.cpp"
> 
> common.mkdir bin.v2/libs/thread
> 
>         mkdir -p "bin.v2/libs/thread"
>     
> common.mkdir bin.v2/libs/thread/build
> 
>         mkdir -p "bin.v2/libs/thread/build"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread"
>     
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_suite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_suite.o" "libs/test/src/unit_test_suite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread/once.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread/once.o" "libs/thread/src/pthread/once.cpp"
> 
> common.mkdir bin.v2/libs/wave
> 
>         mkdir -p "bin.v2/libs/wave"
>     
> common.mkdir bin.v2/libs/wave/build
> 
>         mkdir -p "bin.v2/libs/wave/build"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_main.o" "libs/test/src/unit_test_main.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_report_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_report_formatter.o" "libs/test/src/xml_report_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/logged_expectations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/logged_expectations.o" "libs/test/src/logged_expectations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_wgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_wgrammar.o" "libs/serialization/src/xml_wgrammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_log_formatter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_log_formatter.o" "libs/test/src/xml_log_formatter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/test_tools.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/test_tools.o" "libs/test/src/test_tools.cpp"
> 
> gcc.link.dll bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_wserialization.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_wserialization.so.1.46.1" -Wl,-h -Wl,libboost_wserialization.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_wiprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/basic_text_woprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/text_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_wgrammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/codecvt_null.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_wserialization.so.1.46.1
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_wserialization.so.1.46.1"  "stage/lib/libboost_wserialization.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_wserialization.so
> 
>     ln -f -s 'libboost_wserialization.so.1.46.1' 'stage/lib/libboost_wserialization.so'
> 
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread/thread.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
> 
> In file included from ./boost/thread/condition_variable.hpp:16:0,
>                  from ./boost/thread/pthread/shared_mutex.hpp:13,
>                  from ./boost/thread/shared_mutex.hpp:16,
>                  from ./boost/thread/detail/thread_group.hpp:9,
>                  from ./boost/thread/thread.hpp:24,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/pthread/condition_variable.hpp: In member function 'void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)':
> ./boost/thread/pthread/condition_variable.hpp:53:19: warning: unused variable 'res'
> gcc.link.dll bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_thread.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_thread.so.1.46.1" -Wl,-h -Wl,libboost_thread.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread/thread.o" "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/pthread/once.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_thread.so.1.46.1
> 
>     cp "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_thread.so.1.46.1"  "stage/lib/libboost_thread.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_thread.so
> 
>     ln -f -s 'libboost_thread.so.1.46.1' 'stage/lib/libboost_thread.so'
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/token_ids.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/token_ids.o" "libs/wave/src/token_ids.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wave_config_constant.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wave_config_constant.o" "libs/wave/src/wave_config_constant.cpp"
> 
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer_str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer_str.o" "libs/wave/src/instantiate_re2c_lexer_str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex/aq.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex/aq.o" "libs/wave/src/cpplexer/re2clex/aq.cpp"
> 
> common.mkdir bin.v2/libs/date_time
> 
>         mkdir -p "bin.v2/libs/date_time"
>     
> common.mkdir bin.v2/libs/date_time/build
> 
>         mkdir -p "bin.v2/libs/date_time/build"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_defined_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_defined_grammar.o" "libs/wave/src/instantiate_defined_grammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer.o" "libs/wave/src/instantiate_re2c_lexer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/greg_weekday.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
> 
> common.mkdir bin.v2/libs/filesystem
> 
>         mkdir -p "bin.v2/libs/filesystem"
>     
> common.mkdir bin.v2/libs/filesystem/build
> 
>         mkdir -p "bin.v2/libs/filesystem/build"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2"
>     
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/date_generators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
> 
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_path.o" "libs/filesystem/v2/src/v2_path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_operations.o" "libs/filesystem/v2/src/v2_operations.cpp"
> 
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src"
>     
> ...on 500th target...
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_predef_macros.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_predef_macros.o" "libs/wave/src/instantiate_predef_macros.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/greg_month.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_portability.o" "libs/filesystem/v2/src/v2_portability.cpp"
> 
> gcc.link.dll bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_date_time.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_date_time.so.1.46.1" -Wl,-h -Wl,libboost_date_time.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/greg_month.o" "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/greg_weekday.o" "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/gregorian/date_generators.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/windows_file_codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/windows_file_codecvt.o" "libs/filesystem/v3/src/windows_file_codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_literalgrs.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_literalgrs.o" "libs/wave/src/instantiate_cpp_literalgrs.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/codecvt_error_category.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/codecvt_error_category.o" "libs/filesystem/v3/src/codecvt_error_category.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/portability.o" "libs/filesystem/v3/src/portability.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/path.o" "libs/filesystem/v3/src/path.cpp"
> 
> common.mkdir bin.v2/libs/system
> 
>         mkdir -p "bin.v2/libs/system"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_grammar.o" "libs/wave/src/instantiate_cpp_grammar.cpp"
> 
> common.copy stage/lib/libboost_date_time.so.1.46.1
> 
>     cp "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_date_time.so.1.46.1"  "stage/lib/libboost_date_time.so.1.46.1"
> 
> common.mkdir bin.v2/libs/system/build
> 
>         mkdir -p "bin.v2/libs/system/build"
>     
> ln-UNIX stage/lib/libboost_date_time.so
> 
>     ln -f -s 'libboost_date_time.so.1.46.1' 'stage/lib/libboost_date_time.so'
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/path_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/path_traits.o" "libs/filesystem/v3/src/path_traits.cpp"
> 
> common.mkdir bin.v2/libs/system/build/gcc-4.5.2
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.5.2"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.5.2/release
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.5.2/release"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on"
>     
> common.mkdir bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian
> 
>         mkdir -p "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/utf8_codecvt_facet.o" "libs/filesystem/v3/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/date_generators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/date_generators.o" "libs/date_time/src/gregorian/date_generators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_weekday.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_weekday.o" "libs/date_time/src/gregorian/greg_weekday.cpp"
> 
> common.mkdir bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src"
>     
> common.mkdir bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o" "libs/test/src/unit_test_parameters.cpp"
> 
> RmTemps bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a(clean)
> 
>     rm -f "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a" 
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/unique_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/unique_path.o" "libs/filesystem/v3/src/unique_path.cpp"
> 
> gcc.archive bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/framework.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_collector.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_reporter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/test_main.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/test_tools.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o"
>     "/usr/bin/ranlib" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a"
> 
> common.copy stage/lib/libboost_test_exec_monitor.a
> 
>     cp "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_test_exec_monitor.a"  "stage/lib/libboost_test_exec_monitor.a"
> 
> gcc.compile.c++ bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/error_code.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
> 
> gcc.link.dll bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_system.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_system.so.1.46.1" -Wl,-h -Wl,libboost_system.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/error_code.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_system.so.1.46.1
> 
>     cp "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_system.so.1.46.1"  "stage/lib/libboost_system.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_system.so
> 
>     ln -f -s 'libboost_system.so.1.46.1' 'stage/lib/libboost_system.so'
> 
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3"
>     
> common.mkdir bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src
> 
>         mkdir -p "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_exprgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_exprgrammar.o" "libs/wave/src/instantiate_cpp_exprgrammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/error_code.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/error_code.o" "libs/system/src/error_code.cpp"
> 
> RmTemps bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_system.a(clean)
> 
>     rm -f "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_system.a" 
> 
> gcc.archive bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_system.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_system.a" "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/error_code.o"
>     "/usr/bin/ranlib" "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_system.a"
> 
> common.copy stage/lib/libboost_system.a
> 
>     cp "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_system.a"  "stage/lib/libboost_system.a"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_portability.o" "libs/filesystem/v2/src/v2_portability.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/windows_file_codecvt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/windows_file_codecvt.o" "libs/filesystem/v3/src/windows_file_codecvt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_path.o" "libs/filesystem/v2/src/v2_path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/codecvt_error_category.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/codecvt_error_category.o" "libs/filesystem/v3/src/codecvt_error_category.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/operations.o" "libs/filesystem/v3/src/operations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/path_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/path_traits.o" "libs/filesystem/v3/src/path_traits.cpp"
> 
> gcc.link.dll bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_filesystem.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_filesystem.so.1.46.1" -Wl,-h -Wl,libboost_filesystem.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_operations.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_path.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v2/src/v2_portability.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/operations.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/path.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/portability.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/windows_file_codecvt.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/codecvt_error_category.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/path_traits.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/unique_path.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/v3/src/utf8_codecvt_facet.o" "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_system.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_filesystem.so.1.46.1
> 
>     cp "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_filesystem.so.1.46.1"  "stage/lib/libboost_filesystem.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_filesystem.so
> 
>     ln -f -s 'libboost_filesystem.so.1.46.1' 'stage/lib/libboost_filesystem.so'
> 
> common.mkdir bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/portability.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/portability.o" "libs/filesystem/v3/src/portability.cpp"
> 
> common.mkdir bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_operations.o" "libs/filesystem/v2/src/v2_operations.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/utf8_codecvt_facet.o" "libs/filesystem/v3/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/path.o" "libs/filesystem/v3/src/path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/unique_path.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/unique_path.o" "libs/filesystem/v3/src/unique_path.cpp"
> 
> gcc.compile.c++ bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_month.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_DATE_TIME_STATIC_LINK -DDATE_TIME_INLINE -DNDEBUG  -I"." -c -o "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp"
> 
> RmTemps bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a(clean)
> 
>     rm -f "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a" 
> 
> gcc.archive bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a" "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_month.o" "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/greg_weekday.o" "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gregorian/date_generators.o"
>     "/usr/bin/ranlib" "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a"
> 
> common.copy stage/lib/libboost_date_time.a
> 
>     cp "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_date_time.a"  "stage/lib/libboost_date_time.a"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpp_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpp_regex_traits.o" "libs/regex/build/../src/cpp_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/c_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/c_regex_traits.o" "libs/regex/build/../src/c_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_debug.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_debug.o" "libs/regex/build/../src/regex_debug.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_raw_buffer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_raw_buffer.o" "libs/regex/build/../src/regex_raw_buffer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_traits_defaults.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_traits_defaults.o" "libs/regex/build/../src/regex_traits_defaults.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/static_mutex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/static_mutex.o" "libs/regex/build/../src/static_mutex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_parameters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_parameters.o" "libs/test/src/unit_test_parameters.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/w32_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/w32_regex_traits.o" "libs/regex/build/../src/w32_regex_traits.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex.o" "libs/regex/build/../src/regex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/operations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/operations.o" "libs/filesystem/v3/src/operations.cpp"
> 
> RmTemps bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a(clean)
> 
>     rm -f "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a" 
> 
> gcc.archive bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_operations.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_path.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v2/src/v2_portability.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/operations.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/path.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/portability.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/windows_file_codecvt.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/codecvt_error_category.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/path_traits.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/unique_path.o" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/v3/src/utf8_codecvt_facet.o"
>     "/usr/bin/ranlib" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a"
> 
> common.copy stage/lib/libboost_filesystem.a
> 
>     cp "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_filesystem.a"  "stage/lib/libboost_filesystem.a"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fileiter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fileiter.o" "libs/regex/build/../src/fileiter.cpp"
> 
> gcc.link.dll bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_unit_test_framework.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_unit_test_framework.so.1.46.1" -Wl,-h -Wl,libboost_unit_test_framework.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/compiler_log_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exception_safety.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/framework.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/interaction_based.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/logged_expectations.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/plain_report_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/progress_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/results_collector.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/results_reporter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/test_tools.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_log.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_main.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_parameters.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/unit_test_suite.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_log_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/xml_report_formatter.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_unit_test_framework.so.1.46.1
> 
>     cp "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_unit_test_framework.so.1.46.1"  "stage/lib/libboost_unit_test_framework.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_unit_test_framework.so
> 
>     ln -f -s 'libboost_unit_test_framework.so.1.46.1' 'stage/lib/libboost_unit_test_framework.so'
> 
> common.mkdir bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/usinstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/usinstances.o" "libs/regex/build/../src/usinstances.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wc_regex_traits.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wc_regex_traits.o" "libs/regex/build/../src/wc_regex_traits.cpp"
> 
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex/cpp_re.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -w -g -pthread -fPIC  -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex/cpp_re.o" "libs/wave/src/cpplexer/re2clex/cpp_re.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.link.dll bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_wave.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_wave.so.1.46.1" -Wl,-h -Wl,libboost_wave.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_exprgrammar.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_grammar.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_cpp_literalgrs.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_defined_grammar.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_predef_macros.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/instantiate_re2c_lexer_str.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/token_ids.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wave_config_constant.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex/aq.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/cpplexer/re2clex/cpp_re.o" "bin.v2/libs/date_time/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_date_time.so.1.46.1" "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_thread.so.1.46.1" "bin.v2/libs/filesystem/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_filesystem.so.1.46.1" "bin.v2/libs/system/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_system.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> common.copy stage/lib/libboost_wave.so.1.46.1
> 
>     cp "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_wave.so.1.46.1"  "stage/lib/libboost_wave.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_wave.so
> 
>     ln -f -s 'libboost_wave.so.1.46.1' 'stage/lib/libboost_wave.so'
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> ...on 600th target...
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/posix_api.o" "libs/regex/build/../src/posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wide_posix_api.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wide_posix_api.o" "libs/regex/build/../src/wide_posix_api.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/icu.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/icu.o" "libs/regex/build/../src/icu.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instances.o" "libs/regex/build/../src/instances.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cregex.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cregex.o" "libs/regex/build/../src/cregex.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/graphml.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/graphml.o" "libs/graph/src/graphml.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> gcc.compile.c++ bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/winstances.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -c -o "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/winstances.o" "libs/regex/build/../src/winstances.cpp"
> 
> RmTemps bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a(clean)
> 
>     rm -f "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a" 
> 
> gcc.archive bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/c_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpp_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cregex.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fileiter.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/icu.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instances.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/posix_api.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_debug.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_raw_buffer.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/regex_traits_defaults.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/static_mutex.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/w32_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wc_regex_traits.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wide_posix_api.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/winstances.o" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/usinstances.o"
>     "/usr/bin/ranlib" "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a"
> 
> common.copy stage/lib/libboost_regex.a
> 
>     cp "bin.v2/libs/regex/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_regex.a"  "stage/lib/libboost_regex.a"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/read_graphviz_new.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_HAS_ICU=1 -DNDEBUG  -I"." -I"/usr/include" -I"libs/graph/src" -c -o "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/read_graphviz_new.o" "libs/graph/src/read_graphviz_new.cpp"
> 
> RmTemps bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a(clean)
> 
>     rm -f "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a" 
> 
> gcc.archive bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a" "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/read_graphviz_new.o" "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/graphml.o"
>     "/usr/bin/ranlib" "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a"
> 
> common.copy stage/lib/libboost_graph.a
> 
>     cp "bin.v2/libs/graph/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph.a"  "stage/lib/libboost_graph.a"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tag_allocator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tag_allocator.o" "libs/graph_parallel/src/tag_allocator.cpp"
> 
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/..
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/.."
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src"
>     
> common.mkdir bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1
> 
>         mkdir -p "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1"
>     
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/zlib.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/zlib.o" "libs/iostreams/src/zlib.cpp"
> 
> common.mkdir bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/bzip2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/has_long_double_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/math/config/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/has_long_double_support.o" "libs/math/config/has_long_double_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gzip.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gzip.o" "libs/iostreams/src/gzip.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> RmTemps bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a" 
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/timer.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a"
> 
> common.copy stage/lib/libboost_mpi.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi.a"  "stage/lib/libboost_mpi.a"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/file_descriptor.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/file_descriptor.o" "libs/iostreams/src/file_descriptor.cpp"
> 
> gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mapped_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG  -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mapped_file.o" "libs/iostreams/src/mapped_file.cpp"
> 
> RmTemps bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a(clean)
> 
>     rm -f "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a" 
> 
> gcc.archive bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/file_descriptor.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mapped_file.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/zlib.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/gzip.o" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/bzip2.o"
>     "/usr/bin/ranlib" "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a"
> 
> common.copy stage/lib/libboost_iostreams.a
> 
>     cp "bin.v2/libs/iostreams/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_iostreams.a"  "stage/lib/libboost_iostreams.a"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> RmTemps bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a(clean)
> 
>     rm -f "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a" 
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.archive bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/shared_ptr_helper.o"
>     "/usr/bin/ranlib" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter"
>     
> common.copy stage/lib/libboost_serialization.a
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_serialization.a"  "stage/lib/libboost_serialization.a"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> gcc.compile.c++.pch bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1/pch.hpp.gch
> 
>     "g++" -x c++-header -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1/pch.hpp.gch" "libs/math/build/../src/tr1/pch.hpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> libs/python/src/object/life_support.cpp: In function 'PyObject* boost::python::objects::make_nurse_and_patient(PyObject*, PyObject*)':
> libs/python/src/object/life_support.cpp:94:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/life_support.cpp:96:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerre.o" "libs/math/build/../src/tr1/assoc_laguerre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> ...on 700th target...
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendre.o" "libs/math/build/../src/tr1/assoc_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1.o" "libs/math/build/../src/tr1/comp_ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/beta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/beta.o" "libs/math/build/../src/tr1/beta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2.o" "libs/math/build/../src/tr1/comp_ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3.o" "libs/math/build/../src/tr1/comp_ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> libs/python/src/object/enum.cpp: In function 'boost::python::api::object boost::python::objects::<unnamed>::new_enum_type(const char*, const char*)':
> libs/python/src/object/enum.cpp:150:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1.o" "libs/math/build/../src/tr1/ellint_1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> libs/python/src/object/class.cpp: In function 'int boost::python::property_init(PyObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp: In function 'PyObject* boost::python::objects::static_data()':
> libs/python/src/object/class.cpp:211:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_metatype()':
> libs/python/src/object/class.cpp:319:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_type()':
> libs/python/src/object/class.cpp:473:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2.o" "libs/math/build/../src/tr1/ellint_2.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3.o" "libs/math/build/../src/tr1/ellint_3.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermite.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermite.o" "libs/math/build/../src/tr1/hermite.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> libs/python/src/object/function.cpp: In constructor 'boost::python::objects::function::function(const boost::python::objects::py_function&, const boost::python::detail::keyword*, unsigned int)':
> libs/python/src/object/function.cpp:108:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/function.cpp:110:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendre.o" "libs/math/build/../src/tr1/legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerre.o" "libs/math/build/../src/tr1/laguerre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendre.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendre.o" "libs/math/build/../src/tr1/sph_legendre.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_k.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_k.o" "libs/math/build/../src/tr1/cyl_bessel_k.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_i.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_i.o" "libs/math/build/../src/tr1/cyl_bessel_i.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumann.o" "libs/math/build/../src/tr1/cyl_neumann.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerref.o" "libs/math/build/../src/tr1/assoc_laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_j.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_j.o" "libs/math/build/../src/tr1/cyl_bessel_j.cpp"
> 
> gcc.compile.c++ bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_process_group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_GRAPH_NO_LIB=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -I"libs/graph_parallel/src" -c -o "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_process_group.o" "libs/graph_parallel/src/mpi_process_group.cpp"
> 
> RmTemps bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a(clean)
> 
>     rm -f "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a" 
> 
> gcc.archive bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a" "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/mpi_process_group.o" "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tag_allocator.o"
>     "/usr/bin/ranlib" "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expint.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expint.o" "libs/math/build/../src/tr1/expint.cpp"
> 
> common.copy stage/lib/libboost_graph_parallel.a
> 
>     cp "bin.v2/libs/graph_parallel/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_graph_parallel.a"  "stage/lib/libboost_graph_parallel.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1f.o" "libs/math/build/../src/tr1/comp_ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/betaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/betaf.o" "libs/math/build/../src/tr1/betaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2f.o" "libs/math/build/../src/tr1/comp_ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendref.o" "libs/math/build/../src/tr1/assoc_legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3f.o" "libs/math/build/../src/tr1/comp_ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1f.o" "libs/math/build/../src/tr1/ellint_1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2f.o" "libs/math/build/../src/tr1/ellint_2f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermitef.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermitef.o" "libs/math/build/../src/tr1/hermitef.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zeta.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zeta.o" "libs/math/build/../src/tr1/riemann_zeta.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerref.o" "libs/math/build/../src/tr1/laguerref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendref.o" "libs/math/build/../src/tr1/legendref.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3f.o" "libs/math/build/../src/tr1/ellint_3f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_bessel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_bessel.o" "libs/math/build/../src/tr1/sph_bessel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumann.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumann.o" "libs/math/build/../src/tr1/sph_neumann.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a" 
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendref.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendref.o" "libs/math/build/../src/tr1/sph_legendref.cpp"
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/beta.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_i.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_j.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_k.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumann.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expint.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermite.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zeta.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_bessel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendre.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumann.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a"
> 
> common.copy stage/lib/libboost_math_tr1.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1.a"  "stage/lib/libboost_math_tr1.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerrel.o" "libs/math/build/../src/tr1/assoc_laguerrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendrel.o" "libs/math/build/../src/tr1/assoc_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expintf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expintf.o" "libs/math/build/../src/tr1/expintf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kf.o" "libs/math/build/../src/tr1/cyl_bessel_kf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/betal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/betal.o" "libs/math/build/../src/tr1/betal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1l.o" "libs/math/build/../src/tr1/comp_ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumannf.o" "libs/math/build/../src/tr1/cyl_neumannf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jf.o" "libs/math/build/../src/tr1/cyl_bessel_jf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2l.o" "libs/math/build/../src/tr1/comp_ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3l.o" "libs/math/build/../src/tr1/comp_ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_if.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_if.o" "libs/math/build/../src/tr1/cyl_bessel_if.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1l.o" "libs/math/build/../src/tr1/ellint_1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2l.o" "libs/math/build/../src/tr1/ellint_2l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3l.o" "libs/math/build/../src/tr1/ellint_3l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermitel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermitel.o" "libs/math/build/../src/tr1/hermitel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zetaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zetaf.o" "libs/math/build/../src/tr1/riemann_zetaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerrel.o" "libs/math/build/../src/tr1/laguerrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendrel.o" "libs/math/build/../src/tr1/legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_besself.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_besself.o" "libs/math/build/../src/tr1/sph_besself.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumannf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumannf.o" "libs/math/build/../src/tr1/sph_neumannf.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/betaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_if.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumannf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expintf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermitef.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zetaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_besself.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendref.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumannf.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a"
> 
> common.copy stage/lib/libboost_math_tr1f.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1f.a"  "stage/lib/libboost_math_tr1f.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendrel.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendrel.o" "libs/math/build/../src/tr1/sph_legendrel.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acosh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acosh.o" "libs/math/build/../src/tr1/acosh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanh.o" "libs/math/build/../src/tr1/atanh.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kl.o" "libs/math/build/../src/tr1/cyl_bessel_kl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysign.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysign.o" "libs/math/build/../src/tr1/copysign.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expintl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expintl.o" "libs/math/build/../src/tr1/expintl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumannl.o" "libs/math/build/../src/tr1/cyl_neumannl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_il.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_il.o" "libs/math/build/../src/tr1/cyl_bessel_il.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfc.o" "libs/math/build/../src/tr1/erfc.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jl.o" "libs/math/build/../src/tr1/cyl_bessel_jl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erf.o" "libs/math/build/../src/tr1/erf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1.o" "libs/math/build/../src/tr1/expm1.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmin.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmin.o" "libs/math/build/../src/tr1/fmin.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmax.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmax.o" "libs/math/build/../src/tr1/fmax.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrt.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrt.o" "libs/math/build/../src/tr1/cbrt.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypot.o" "libs/math/build/../src/tr1/hypot.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llround.o" "libs/math/build/../src/tr1/llround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1p.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1p.o" "libs/math/build/../src/tr1/log1p.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassify.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassify.o" "libs/math/build/../src/tr1/fpclassify.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lround.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lround.o" "libs/math/build/../src/tr1/lround.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgamma.o" "libs/math/build/../src/tr1/lgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zetal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zetal.o" "libs/math/build/../src/tr1/riemann_zetal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafter.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafter.o" "libs/math/build/../src/tr1/nextafter.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/trunc.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/trunc.o" "libs/math/build/../src/tr1/trunc.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_bessell.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_bessell.o" "libs/math/build/../src/tr1/sph_bessell.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/round.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/round.o" "libs/math/build/../src/tr1/round.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttoward.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttoward.o" "libs/math/build/../src/tr1/nexttoward.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acoshf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acoshf.o" "libs/math/build/../src/tr1/acoshf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgamma.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgamma.o" "libs/math/build/../src/tr1/tgamma.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanhf.o" "libs/math/build/../src/tr1/atanhf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmaxf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmaxf.o" "libs/math/build/../src/tr1/fmaxf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfcf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfcf.o" "libs/math/build/../src/tr1/erfcf.cpp"
> 
> ...on 800th target...
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysignf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysignf.o" "libs/math/build/../src/tr1/copysignf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erff.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erff.o" "libs/math/build/../src/tr1/erff.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1f.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1f.o" "libs/math/build/../src/tr1/expm1f.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fminf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fminf.o" "libs/math/build/../src/tr1/fminf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinh.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinh.o" "libs/math/build/../src/tr1/asinh.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acosh.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinh.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanh.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrt.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysign.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfc.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmax.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmin.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassify.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypot.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgamma.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llround.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1p.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lround.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafter.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttoward.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/round.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgamma.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/trunc.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a"
> 
> common.copy stage/lib/libboost_math_c99.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99.a"  "stage/lib/libboost_math_c99.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumannl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumannl.o" "libs/math/build/../src/tr1/sph_neumannl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassifyf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassifyf.o" "libs/math/build/../src/tr1/fpclassifyf.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a" 
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llroundf.o" "libs/math/build/../src/tr1/llroundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1pf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1pf.o" "libs/math/build/../src/tr1/log1pf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypotf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypotf.o" "libs/math/build/../src/tr1/hypotf.cpp"
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_laguerrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/assoc_legendrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/betal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_1l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_2l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/comp_ellint_3l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_il.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_jl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_bessel_kl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cyl_neumannl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_1l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_2l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/ellint_3l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expintl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hermitel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/laguerrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/legendrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/riemann_zetal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_bessell.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_legendrel.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/sph_neumannl.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgammaf.o" "libs/math/build/../src/tr1/lgammaf.cpp"
> 
> common.copy stage/lib/libboost_math_tr1l.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_tr1l.a"  "stage/lib/libboost_math_tr1l.a"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lroundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lroundf.o" "libs/math/build/../src/tr1/lroundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/roundf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/roundf.o" "libs/math/build/../src/tr1/roundf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttowardf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttowardf.o" "libs/math/build/../src/tr1/nexttowardf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/truncf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/truncf.o" "libs/math/build/../src/tr1/truncf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgammaf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgammaf.o" "libs/math/build/../src/tr1/tgammaf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafterf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafterf.o" "libs/math/build/../src/tr1/nextafterf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acoshl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acoshl.o" "libs/math/build/../src/tr1/acoshl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrtf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrtf.o" "libs/math/build/../src/tr1/cbrtf.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanhl.o" "libs/math/build/../src/tr1/atanhl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysignl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysignl.o" "libs/math/build/../src/tr1/copysignl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1l.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1l.o" "libs/math/build/../src/tr1/expm1l.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfcl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfcl.o" "libs/math/build/../src/tr1/erfcl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmaxl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmaxl.o" "libs/math/build/../src/tr1/fmaxl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfl.o" "libs/math/build/../src/tr1/erfl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassifyl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassifyl.o" "libs/math/build/../src/tr1/fpclassifyl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fminl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fminl.o" "libs/math/build/../src/tr1/fminl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypotl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypotl.o" "libs/math/build/../src/tr1/hypotl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llroundl.o" "libs/math/build/../src/tr1/llroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1pl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1pl.o" "libs/math/build/../src/tr1/log1pl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgammal.o" "libs/math/build/../src/tr1/lgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttowardl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttowardl.o" "libs/math/build/../src/tr1/nexttowardl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lroundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lroundl.o" "libs/math/build/../src/tr1/lroundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafterl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafterl.o" "libs/math/build/../src/tr1/nextafterl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/roundl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/roundl.o" "libs/math/build/../src/tr1/roundl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgammal.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgammal.o" "libs/math/build/../src/tr1/tgammal.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/truncl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/truncl.o" "libs/math/build/../src/tr1/truncl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrtl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrtl.o" "libs/math/build/../src/tr1/cbrtl.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinhf.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinhf.o" "libs/math/build/../src/tr1/asinhf.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a" 
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acoshf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinhf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanhf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrtf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysignf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfcf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erff.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1f.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmaxf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fminf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassifyf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypotf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgammaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llroundf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1pf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lroundf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafterf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttowardf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/roundf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgammaf.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/truncf.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a"
> 
> common.copy stage/lib/libboost_math_c99f.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99f.a"  "stage/lib/libboost_math_c99f.a"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp:369:13: warning: 'boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc' defined but not used
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> common.mkdir bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinhl.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fvisibility=hidden -Winvalid-pch -DBOOST_ALL_NO_LIB=1 -DBOOST_BUILD_PCH_ENABLED -DNDEBUG -I"bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/../src/tr1" -I"." -I"libs/math/src/tr1" -c -o "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinhl.o" "libs/math/build/../src/tr1/asinhl.cpp"
> 
> RmTemps bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a(clean)
> 
>     rm -f "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a" 
> 
> gcc.archive bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/acoshl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/asinhl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/atanhl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cbrtl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/copysignl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfcl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/erfl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/expm1l.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fmaxl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fminl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/fpclassifyl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/hypotl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lgammal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/llroundl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/log1pl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/lroundl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nextafterl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/nexttowardl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/roundl.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tgammal.o" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/truncl.o"
>     "/usr/bin/ranlib" "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> common.copy stage/lib/libboost_math_c99l.a
> 
>     cp "bin.v2/libs/math/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_math_c99l.a"  "stage/lib/libboost_math_c99l.a"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/positional_options.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/positional_options.o" "libs/program_options/src/positional_options.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "libs/program_options/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/convert.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/convert.o" "libs/program_options/src/convert.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/config_file.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/config_file.o" "libs/program_options/src/config_file.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/winmain.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/winmain.o" "libs/program_options/src/winmain.cpp"
> 
> common.mkdir bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/random_device.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/random_device.o" "libs/random/src/random_device.cpp"
> 
> RmTemps bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_random.a(clean)
> 
>     rm -f "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_random.a" 
> 
> gcc.archive bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_random.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_random.a" "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/random_device.o"
>     "/usr/bin/ranlib" "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_random.a"
> 
> common.copy stage/lib/libboost_random.a
> 
>     cp "bin.v2/libs/random/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_random.a"  "stage/lib/libboost_random.a"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_wiprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_wiprimitive.o" "libs/serialization/src/basic_text_wiprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/value_semantic.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/value_semantic.o" "libs/program_options/src/value_semantic.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/variables_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/variables_map.o" "libs/program_options/src/variables_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "libs/serialization/src/utf8_codecvt_facet.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> RmTemps bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python.a(clean)
> 
>     rm -f "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python.a" 
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_woprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_woprimitive.o" "libs/serialization/src/basic_text_woprimitive.cpp"
> 
> gcc.archive bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python.a" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function_doc_signature.o"
>     "/usr/bin/ranlib" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python.a"
> 
> common.copy stage/lib/libboost_python.a
> 
>     cp "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python.a"  "stage/lib/libboost_python.a"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.5" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python2.5/pyconfig.h:970:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.5/pyconfig.h:982:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> RmTemps bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a" 
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/python/serialize.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a"
> 
> common.copy stage/lib/libboost_mpi_python.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python.a"  "stage/lib/libboost_mpi_python.a"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/split.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/split.o" "libs/program_options/src/split.cpp"
> 
> common.mkdir bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/codecvt_null.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/codecvt_null.o" "libs/serialization/src/codecvt_null.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_woarchive.o" "libs/serialization/src/text_woarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_wiarchive.o" "libs/serialization/src/text_wiarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/options_description.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/options_description.o" "libs/program_options/src/options_description.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_woarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_woarchive.o" "libs/serialization/src/xml_woarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cmdline.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cmdline.o" "libs/program_options/src/cmdline.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:18,
>                  from ./boost/function/function1.hpp:11,
>                  from ./boost/program_options/value_semantic.hpp:13,
>                  from ./boost/program_options/options_description.hpp:13,
>                  from ./boost/program_options/detail/cmdline.hpp:14,
>                  from libs/program_options/src/cmdline.cpp:11:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function1<R, T1>::assign_to(Functor) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >, R = std::vector<boost::program_options::basic_option<char> >, T0 = std::vector<std::basic_string<char> >&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function1<R, T1>::function1(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<std::vector<boost::program_options::basic_option<char> >, boost::_mfi::mf1<std::vector<boost::program_options::basic_option<char> >, boost::program_options::detail::cmdline, std::vector<std::basic_string<char> >&>, boost::_bi::list2<boost::_bi::value<boost::program_options::detail::cmdline*>, boost::arg<1> > >, R = std::vector<boost::program_options::basic_option<char> >, T0 = std::vector<std::basic_string<char> >&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> libs/program_options/src/cmdline.cpp:220:74:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ...on 900th target...
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/connection.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/connection.o" "libs/signals/src/connection.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/trackable.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/trackable.o" "libs/signals/src/trackable.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/slot.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/slot.o" "libs/signals/src/slot.cpp"
> 
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> common.mkdir bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread
> 
>         mkdir -p "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread"
>     
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpp_main.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpp_main.o" "libs/test/src/cpp_main.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_wiarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_wiarchive.o" "libs/serialization/src/xml_wiarchive.cpp"
> 
> RmTemps bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a(clean)
> 
>     rm -f "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a" 
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/signal_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/signal_base.o" "libs/signals/src/signal_base.cpp"
> 
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static"
>     
> gcc.archive bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpp_main.o"
>     "/usr/bin/ranlib" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a"
> 
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi"
>     
> common.copy stage/lib/libboost_prg_exec_monitor.a
> 
>     cp "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_prg_exec_monitor.a"  "stage/lib/libboost_prg_exec_monitor.a"
> 
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread/once.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread/once.o" "libs/thread/src/pthread/once.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/interaction_based.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/interaction_based.o" "libs/test/src/interaction_based.cpp"
> 
> gcc.compile.c++ bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/named_slot_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_SIGNALS_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/named_slot_map.o" "libs/signals/src/named_slot_map.cpp"
> 
> RmTemps bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a(clean)
> 
>     rm -f "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a" 
> 
> gcc.archive bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/trackable.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/connection.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/named_slot_map.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/signal_base.o" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/slot.o"
>     "/usr/bin/ranlib" "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a"
> 
> common.copy stage/lib/libboost_signals.a
> 
>     cp "bin.v2/libs/signals/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_signals.a"  "stage/lib/libboost_signals.a"
> 
> gcc.compile.c++ bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/parsers.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/parsers.o" "libs/program_options/src/parsers.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:18,
>                  from ./boost/function/function1.hpp:11,
>                  from ./boost/program_options/value_semantic.hpp:13,
>                  from ./boost/program_options/options_description.hpp:13,
>                  from ./boost/program_options/detail/cmdline.hpp:14,
>                  from ./boost/program_options/parsers.hpp:12,
>                  from libs/program_options/src/parsers.cpp:11:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::program_options::detail::prefix_name_mapper]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::program_options::detail::prefix_name_mapper, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::program_options::detail::prefix_name_mapper]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::program_options::detail::prefix_name_mapper]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function1<R, T1>::assign_to(Functor) [with Functor = boost::program_options::detail::prefix_name_mapper, R = std::basic_string<char>, T0 = std::basic_string<char>]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function1<R, T1>::function1(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::program_options::detail::prefix_name_mapper, R = std::basic_string<char>, T0 = std::basic_string<char>, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> libs/program_options/src/parsers.cpp:233:74:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> RmTemps bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a(clean)
> 
>     rm -f "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a" 
> 
> gcc.archive bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cmdline.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/config_file.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/options_description.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/parsers.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/variables_map.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/value_semantic.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/positional_options.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/convert.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/winmain.o" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/split.o"
>     "/usr/bin/ranlib" "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a"
> 
> common.copy stage/lib/libboost_program_options.a
> 
>     cp "bin.v2/libs/program_options/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_program_options.a"  "stage/lib/libboost_program_options.a"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exception_safety.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exception_safety.o" "libs/test/src/exception_safety.cpp"
> 
> gcc.compile.c++ bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/logged_expectations.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/logged_expectations.o" "libs/test/src/logged_expectations.cpp"
> 
> RmTemps bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a(clean)
> 
>     rm -f "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a" 
> 
> gcc.archive bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/compiler_log_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/debug.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exception_safety.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/execution_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/framework.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/interaction_based.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/logged_expectations.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/plain_report_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/progress_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_collector.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/results_reporter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/test_tools.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_log.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_main.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_monitor.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_parameters.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/unit_test_suite.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_log_formatter.o" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_report_formatter.o"
>     "/usr/bin/ranlib" "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a"
> 
> common.copy stage/lib/libboost_unit_test_framework.a
> 
>     cp "bin.v2/libs/test/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_unit_test_framework.a"  "stage/lib/libboost_unit_test_framework.a"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/token_ids.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/token_ids.o" "libs/wave/src/token_ids.cpp"
> 
> gcc.compile.c++ bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread/thread.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -Wno-long-long -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DNDEBUG  -I"." -c -o "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread/thread.o" "libs/thread/src/pthread/thread.cpp"
> 
> In file included from ./boost/thread/condition_variable.hpp:16:0,
>                  from ./boost/thread/pthread/shared_mutex.hpp:13,
>                  from ./boost/thread/shared_mutex.hpp:16,
>                  from ./boost/thread/detail/thread_group.hpp:9,
>                  from ./boost/thread/thread.hpp:24,
>                  from libs/thread/src/pthread/thread.cpp:10:
> ./boost/thread/pthread/condition_variable.hpp: In member function 'void boost::condition_variable::wait(boost::unique_lock<boost::mutex>&)':
> ./boost/thread/pthread/condition_variable.hpp:53:19: warning: unused variable 'res'
> RmTemps bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_thread.a(clean)
> 
>     rm -f "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_thread.a" 
> 
> gcc.archive bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_thread.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_thread.a" "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread/thread.o" "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/pthread/once.o"
>     "/usr/bin/ranlib" "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_thread.a"
> 
> common.copy stage/lib/libboost_thread.a
> 
>     cp "bin.v2/libs/thread/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_thread.a"  "stage/lib/libboost_thread.a"
> 
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer"
>     
> common.mkdir bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex
> 
>         mkdir -p "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex"
>     
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wave_config_constant.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wave_config_constant.o" "libs/wave/src/wave_config_constant.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/aq.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/aq.o" "libs/wave/src/cpplexer/re2clex/aq.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_defined_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_defined_grammar.o" "libs/wave/src/instantiate_defined_grammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer.o" "libs/wave/src/instantiate_re2c_lexer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_wgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_wgrammar.o" "libs/serialization/src/xml_wgrammar.cpp"
> 
> RmTemps bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a(clean)
> 
>     rm -f "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a" 
> 
> gcc.archive bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_wiprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/basic_text_woprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/text_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/utf8_codecvt_facet.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_wgrammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_wiarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/xml_woarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/codecvt_null.o"
>     "/usr/bin/ranlib" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a"
> 
> common.copy stage/lib/libboost_wserialization.a
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wserialization.a"  "stage/lib/libboost_wserialization.a"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer_str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer_str.o" "libs/wave/src/instantiate_re2c_lexer_str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_literalgrs.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_literalgrs.o" "libs/wave/src/instantiate_cpp_literalgrs.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_predef_macros.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_predef_macros.o" "libs/wave/src/instantiate_predef_macros.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_grammar.o" "libs/wave/src/instantiate_cpp_grammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_exprgrammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_exprgrammar.o" "libs/wave/src/instantiate_cpp_exprgrammar.cpp"
> 
> gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/cpp_re.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -w -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/cpp_re.o" "libs/wave/src/cpplexer/re2clex/cpp_re.cpp"
> 
> RmTemps bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wave.a(clean)
> 
>     rm -f "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wave.a" 
> 
> gcc.archive bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wave.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wave.a" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_exprgrammar.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_grammar.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_cpp_literalgrs.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_defined_grammar.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_predef_macros.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/instantiate_re2c_lexer_str.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/token_ids.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wave_config_constant.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/aq.o" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/cpplexer/re2clex/cpp_re.o"
>     "/usr/bin/ranlib" "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wave.a"
> 
> common.copy stage/lib/libboost_wave.a
> 
>     cp "bin.v2/libs/wave/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_wave.a"  "stage/lib/libboost_wave.a"
> 
> ...updated 943 targets...
> 
> 
> The Boost C++ Libraries were successfully built!
>           
> The following directory should be added to compiler include paths:
>           
>     /build/user-boost1.46_1.46.1-3-amd64-a6zZrb/boost1.46-1.46.1
>       
> The following directory should be added to linker library paths:
>       
>     /build/user-boost1.46_1.46.1-3-amd64-a6zZrb/boost1.46-1.46.1/stage/lib
> 
> for pyver in 2.6 2.5 3.2; do \
> 	 	pyid=$(echo $pyver | tr -d .); \
> 		echo "Building Boost.Python for python version $pyver"; \
> 	 	/build/user-boost1.46_1.46.1-3-amd64-a6zZrb/boost1.46-1.46.1/bjam -j10 -d2  --layout=system --ignore-site-config --user-config=/build/user-boost1.46_1.46.1-3-amd64-a6zZrb/boost1.46-1.46.1/user-config.jam debug-symbols=on --with-python --with-mpi --python-buildid=py$pyid python=$pyver; \
> 	 	mv stage/lib/mpi.so stage/lib/mpi-py$pyid.so; \
> 	done
> Building Boost.Python for python version 2.6
> 
> Building the Boost C++ Libraries.
> 
> 
> 
> Component configuration:
> 
>     - date_time                : not building
>     - filesystem               : not building
>     - graph                    : not building
>     - graph_parallel           : not building
>     - iostreams                : not building
>     - math                     : not building
>     - mpi                      : building
>     - program_options          : not building
>     - python                   : building
>     - random                   : not building
>     - regex                    : not building
>     - serialization            : not building
>     - signals                  : not building
>     - system                   : not building
>     - test                     : not building
>     - thread                   : not building
>     - wave                     : not building
> 
> ...patience...
> ...patience...
> ...found 6657 targets...
> ...updating 278 targets...
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> libs/python/src/object/life_support.cpp: In function 'PyObject* boost::python::objects::make_nurse_and_patient(PyObject*, PyObject*)':
> libs/python/src/object/life_support.cpp:94:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/life_support.cpp:96:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> libs/python/src/object/class.cpp: In function 'int boost::python::property_init(PyObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp: In function 'PyObject* boost::python::objects::static_data()':
> libs/python/src/object/class.cpp:211:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_metatype()':
> libs/python/src/object/class.cpp:319:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_type()':
> libs/python/src/object/class.cpp:473:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp:369:13: warning: 'boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc' defined but not used
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> libs/python/src/object/enum.cpp: In function 'boost::python::api::object boost::python::objects::<unnamed>::new_enum_type(const char*, const char*)':
> libs/python/src/object/enum.cpp:150:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> libs/python/src/object/function.cpp: In constructor 'boost::python::objects::function::function(const boost::python::objects::py_function&, const boost::python::detail::keyword*, unsigned int)':
> libs/python/src/object/function.cpp:108:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/function.cpp:110:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/long.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/long.o" "libs/python/src/long.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/list.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/list.o" "libs/python/src/list.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/numeric.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/numeric.o" "libs/python/src/numeric.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp: In static member function 'static std::wstring boost::python::converter::<unnamed>::wstring_rvalue_from_python::extract(PyObject*)':
> libs/python/src/converter/builtin_converters.cpp:436:32: error: cannot convert 'PyUnicodeObject*' to 'PyObject*' for argument '1' to 'Py_ssize_t PyUnicodeUCS4_AsWideChar(PyObject*, wchar_t*, Py_ssize_t)'
> ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o...
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> RmTemps bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_python-py26.a(clean)
> 
>     rm -f "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_python-py26.a" 
> 
> gcc.archive bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_python-py26.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_python-py26.a" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/object/function_doc_signature.o"
>     "/usr/bin/ranlib" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_python-py26.a"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> common.copy stage/lib/libboost_python-py26.a
> 
>     cp "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_python-py26.a"  "stage/lib/libboost_python-py26.a"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> libs/python/src/object/class.cpp: In function 'int boost::python::property_init(PyObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> ...on 100th target...
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a...
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> RmTemps bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi.a" 
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi.a" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/timer.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi.a"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> common.copy stage/lib/libboost_mpi.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi.a"  "stage/lib/libboost_mpi.a"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python2.6/pyconfig.h:1031:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.6/pyconfig.h:1040:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> RmTemps bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi_python-py26.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi_python-py26.a" 
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> libs/python/src/object/life_support.cpp: In function 'PyObject* boost::python::objects::make_nurse_and_patient(PyObject*, PyObject*)':
> libs/python/src/object/life_support.cpp:94:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/life_support.cpp:96:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.archive bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi_python-py26.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi_python-py26.a" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/python/serialize.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi_python-py26.a"
> 
> common.copy stage/lib/libboost_mpi_python-py26.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_mpi_python-py26.a"  "stage/lib/libboost_mpi_python-py26.a"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> libs/python/src/object/class.cpp: In function 'int boost::python::property_init(PyObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp: In function 'PyObject* boost::python::objects::static_data()':
> libs/python/src/object/class.cpp:211:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_metatype()':
> libs/python/src/object/class.cpp:319:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/class.cpp: In function 'boost::python::type_handle boost::python::objects::class_type()':
> libs/python/src/object/class.cpp:473:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp:369:13: warning: 'boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc' defined but not used
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> libs/python/src/object/enum.cpp: In function 'boost::python::api::object boost::python::objects::<unnamed>::new_enum_type(const char*, const char*)':
> libs/python/src/object/enum.cpp:150:11: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> libs/python/src/object/function.cpp: In constructor 'boost::python::objects::function::function(const boost::python::objects::py_function&, const boost::python::detail::keyword*, unsigned int)':
> libs/python/src/object/function.cpp:108:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> libs/python/src/object/function.cpp:110:9: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python2.6" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> gcc.link.dll bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_python-py26.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_python-py26.so.1.46.1" -Wl,-h -Wl,libboost_python-py26.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/object/function_doc_signature.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread 
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> common.copy stage/lib/libboost_python-py26.so.1.46.1
> 
>     cp "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_python-py26.so.1.46.1"  "stage/lib/libboost_python-py26.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_python-py26.so
> 
>     ln -f -s 'libboost_python-py26.so.1.46.1' 'stage/lib/libboost_python-py26.so'
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> RmTemps bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_serialization.a(clean)
> 
>     rm -f "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_serialization.a" 
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.archive bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_serialization.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_serialization.a" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/shared_ptr_helper.o"
>     "/usr/bin/ranlib" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_serialization.a"
> 
> common.copy stage/lib/libboost_serialization.a
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-2.6/threading-multi/libboost_serialization.a"  "stage/lib/libboost_serialization.a"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python2.6/pyconfig.h:1031:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.6/pyconfig.h:1040:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/documentation.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/documentation.o" "libs/mpi/src/python/documentation.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> ...on 200th target...
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_exception.o" "libs/mpi/src/python/py_exception.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/args_fwd.hpp:10,
>                  from ./boost/python/args.hpp:10,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_exception.cpp:15:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function2<R, T1, T2>::assign_to(Functor) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function2<R, T1, T2>::function2(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/python/exception_translator.hpp:20:5:   instantiated from 'void boost::python::register_exception_translator(Translate, boost::type<Target>*) [with ExceptionType = boost::mpi::exception, Translate = boost::mpi::python::translate_exception<boost::mpi::exception>]'
> libs/mpi/src/python/utility.hpp:28:5:   instantiated from 'static void boost::mpi::python::translate_exception<E>::declare(boost::python::api::object) [with E = boost::mpi::exception]'
> libs/mpi/src/python/py_exception.cpp:51:35:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/module.o" "libs/mpi/src/python/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/datatypes.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/datatypes.o" "libs/mpi/src/python/datatypes.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> /usr/include/python2.6/pyconfig.h:1031:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.6/pyconfig.h:1040:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/converter/arg_to_python_base.hpp:7,
>                  from ./boost/python/converter/arg_to_python.hpp:14,
>                  from ./boost/python/call.hpp:15,
>                  from ./boost/python/object_core.hpp:14,
>                  from ./boost/python/object.hpp:9,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<long int>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = long int, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = long int, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = long int, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:21:43:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<long int>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = long int, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = long int, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = long int, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:21:43:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = bool, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = bool, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = bool, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:23:42:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = bool, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = bool, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = bool, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:23:42:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = double, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = double, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = double, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:24:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = double, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = double, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = double, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:24:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_environment.o" "libs/mpi/src/python/py_environment.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_environment.cpp:17:
> /usr/include/python2.6/pyconfig.h:1031:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.6/pyconfig.h:1040:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/status.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/status.o" "libs/mpi/src/python/status.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_request.o" "libs/mpi/src/python/py_request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_timer.o" "libs/mpi/src/python/py_timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/skeleton_and_content.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/skeleton_and_content.o" "libs/mpi/src/python/skeleton_and_content.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/args_fwd.hpp:10,
>                  from ./boost/python/args.hpp:10,
>                  from ./boost/python.hpp:11,
>                  from ./boost/mpi/python/skeleton_and_content.hpp:15,
>                  from libs/mpi/src/python/skeleton_and_content.cpp:13:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function2<R, T1, T2>::assign_to(Functor) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function2<R, T1, T2>::function2(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/python/exception_translator.hpp:20:5:   instantiated from 'void boost::python::register_exception_translator(Translate, boost::type<Target>*) [with ExceptionType = boost::mpi::python::object_without_skeleton, Translate = boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton>]'
> libs/mpi/src/python/utility.hpp:28:5:   instantiated from 'static void boost::mpi::python::translate_exception<E>::declare(boost::python::api::object) [with E = boost::mpi::python::object_without_skeleton]'
> libs/mpi/src/python/skeleton_and_content.cpp:147:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/collectives.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/collectives.o" "libs/mpi/src/python/collectives.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_communicator.o" "libs/mpi/src/python/py_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter"
>     
> common.mkdir bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object
> 
>         mkdir -p "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/dict.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/dict.o" "libs/python/src/dict.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/from_python.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/tuple.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/tuple.o" "libs/python/src/tuple.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/type_id.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/registry.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/registry.o" "libs/python/src/converter/registry.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_nonblocking.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python2.6" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_nonblocking.o" "libs/mpi/src/python/py_nonblocking.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_nonblocking.cpp:21:
> /usr/include/python2.6/pyconfig.h:1031:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python2.6/pyconfig.h:1040:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/life_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/life_support.o" "libs/python/src/object/life_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/slice.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/slice.o" "libs/python/src/slice.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/str.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/str.o" "libs/python/src/str.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/enum.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/enum.o" "libs/python/src/object/enum.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/errors.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/errors.o" "libs/python/src/errors.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/arg_to_python_base.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp: In static member function 'static std::wstring boost::python::converter::<unnamed>::wstring_rvalue_from_python::extract(PyObject*)':
> libs/python/src/converter/builtin_converters.cpp:436:32: error: cannot convert 'PyUnicodeObject*' to 'PyObject*' for argument '1' to 'Py_ssize_t PyUnicodeUCS4_AsWideChar(PyObject*, wchar_t*, Py_ssize_t)'
> ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o...
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/module.o" "libs/python/src/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/stl_iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/iterator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/iterator.o" "libs/python/src/object/iterator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/pickle_support.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/class.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/class.o" "libs/python/src/object/class.cpp"
> 
> libs/python/src/object/class.cpp: In function 'int boost::python::property_init(PyObject*, PyObject*, PyObject*)':
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to 'char*'
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/function.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/function.o" "libs/python/src/object/function.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object_operators.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object_operators.o" "libs/python/src/object_operators.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object_protocol.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object_protocol.o" "libs/python/src/object_protocol.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/import.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/import.o" "libs/python/src/import.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/wrapper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/wrapper.o" "libs/python/src/wrapper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/exec.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/exec.o" "libs/python/src/exec.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/inheritance.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/function_doc_signature.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
> 
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python3.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python3.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python3.so.1.46.1...
> ...skipped <pstage/lib>libboost_python3.so for lack of <pstage/lib>libboost_python3.so.1.46.1...
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> gcc.link.dll bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_serialization.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_serialization.so.1.46.1" -Wl,-h -Wl,libboost_serialization.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/shared_ptr_helper.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_serialization.so.1.46.1
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_serialization.so.1.46.1"  "stage/lib/libboost_serialization.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_serialization.so
> 
>     ln -f -s 'libboost_serialization.so.1.46.1' 'stage/lib/libboost_serialization.so'
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi.so.1.46.1
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi.so.1.46.1" -Wl,-h -Wl,libboost_mpi.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/timer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_serialization.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_mpi.so.1.46.1
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi.so.1.46.1"  "stage/lib/libboost_mpi.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_mpi.so
> 
>     ln -f -s 'libboost_mpi.so.1.46.1' 'stage/lib/libboost_mpi.so'
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi_python-py26.so.1.46.1
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi_python-py26.so.1.46.1" -Wl,-h -Wl,libboost_mpi_python-py26.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/serialize.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi.so.1.46.1" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_serialization.so.1.46.1" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_python-py26.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_mpi_python-py26.so.1.46.1
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi_python-py26.so.1.46.1"  "stage/lib/libboost_mpi_python-py26.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_mpi_python-py26.so
> 
>     ln -f -s 'libboost_mpi_python-py26.so.1.46.1' 'stage/lib/libboost_mpi_python-py26.so'
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi.so
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi.so" -Wl,-h -Wl,mpi.so -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/collectives.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/datatypes.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/documentation.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_nonblocking.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/module.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/skeleton_and_content.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/status.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/python/py_timer.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi_python-py26.so.1.46.1" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_mpi.so.1.46.1" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_serialization.so.1.46.1" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/libboost_python-py26.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/mpi.so
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-2.6/threading-multi/mpi.so"  "stage/lib/mpi.so"
> 
> ...failed updating 2 targets...
> ...skipped 6 targets...
> ...updated 270 targets...
> Building Boost.Python for python version 2.5
> 
> Building the Boost C++ Libraries.
> 
> 
> 
> Component configuration:
> 
>     - date_time                : not building
>     - filesystem               : not building
>     - graph                    : not building
>     - graph_parallel           : not building
>     - iostreams                : not building
>     - math                     : not building
>     - mpi                      : building
>     - program_options          : not building
>     - python                   : building
>     - random                   : not building
>     - regex                    : not building
>     - serialization            : not building
>     - signals                  : not building
>     - system                   : not building
>     - test                     : not building
>     - thread                   : not building
>     - wave                     : not building
> 
> ...patience...
> ...patience...
> ...found 6635 targets...
> ...updating 22 targets...
> RmTemps bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python-py25.a(clean)
> 
>     rm -f "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python-py25.a" 
> 
> RmTemps bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python-py25.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python-py25.a" 
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python-py25.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python-py25.a" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/python/serialize.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python-py25.a"
> 
> common.copy stage/lib/libboost_mpi_python-py25.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_mpi_python-py25.a"  "stage/lib/libboost_mpi_python-py25.a"
> 
> gcc.archive bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python-py25.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python-py25.a" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/object/function_doc_signature.o"
>     "/usr/bin/ranlib" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python-py25.a"
> 
> common.copy stage/lib/libboost_python-py25.a
> 
>     cp "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/threading-multi/libboost_python-py25.a"  "stage/lib/libboost_python-py25.a"
> 
> gcc.link.dll bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python-py25.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python-py25.so.1.46.1" -Wl,-h -Wl,libboost_python-py25.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/numeric.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/list.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/long.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/dict.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/tuple.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/str.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/slice.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/from_python.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/registry.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/type_id.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/enum.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/class.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/inheritance.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/life_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/pickle_support.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/errors.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/module.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/builtin_converters.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/converter/arg_to_python_base.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/stl_iterator.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_protocol.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object_operators.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/wrapper.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/import.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/exec.o" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/object/function_doc_signature.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_python-py25.so.1.46.1
> 
>     cp "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python-py25.so.1.46.1"  "stage/lib/libboost_python-py25.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_python-py25.so
> 
>     ln -f -s 'libboost_python-py25.so.1.46.1' 'stage/lib/libboost_python-py25.so'
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python-py25.so.1.46.1
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python-py25.so.1.46.1" -Wl,-h -Wl,libboost_mpi_python-py25.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/serialize.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python-py25.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> common.copy stage/lib/libboost_mpi_python-py25.so.1.46.1
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python-py25.so.1.46.1"  "stage/lib/libboost_mpi_python-py25.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_mpi_python-py25.so
> 
>     ln -f -s 'libboost_mpi_python-py25.so.1.46.1' 'stage/lib/libboost_mpi_python-py25.so'
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp: In static member function 'static std::wstring boost::python::converter::<unnamed>::wstring_rvalue_from_python::extract(PyObject*)':
> libs/python/src/converter/builtin_converters.cpp:436:32: error: cannot convert 'PyUnicodeObject*' to 'PyObject*' for argument '1' to 'Py_ssize_t PyUnicodeUCS4_AsWideChar(PyObject*, wchar_t*, Py_ssize_t)'
> ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o...
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp: In static member function 'static std::wstring boost::python::converter::<unnamed>::wstring_rvalue_from_python::extract(PyObject*)':
> libs/python/src/converter/builtin_converters.cpp:436:32: error: cannot convert 'PyUnicodeObject*' to 'PyObject*' for argument '1' to 'Py_ssize_t PyUnicodeUCS4_AsWideChar(PyObject*, wchar_t*, Py_ssize_t)'
> ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a...
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi.so
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi.so" -Wl,-h -Wl,mpi.so -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/collectives.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/datatypes.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/documentation.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_nonblocking.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/module.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/skeleton_and_content.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/status.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/python/py_timer.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi_python-py25.so.1.46.1" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_mpi.so.1.46.1" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_serialization.so.1.46.1" "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/libboost_python-py25.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lutil -lpthread -ldl -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python3.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python3.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python3.so.1.46.1...
> ...skipped <pstage/lib>libboost_python3.so for lack of <pstage/lib>libboost_python3.so.1.46.1...
> common.copy stage/lib/mpi.so
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/threading-multi/mpi.so"  "stage/lib/mpi.so"
> 
> ...failed updating 2 targets...
> ...skipped 6 targets...
> ...updated 14 targets...
> Building Boost.Python for python version 3.2
> 
> Building the Boost C++ Libraries.
> 
> 
> 
> Component configuration:
> 
>     - date_time                : not building
>     - filesystem               : not building
>     - graph                    : not building
>     - graph_parallel           : not building
>     - iostreams                : not building
>     - math                     : not building
>     - mpi                      : building
>     - program_options          : not building
>     - python                   : building
>     - random                   : not building
>     - regex                    : not building
>     - serialization            : not building
>     - signals                  : not building
>     - system                   : not building
>     - test                     : not building
>     - thread                   : not building
>     - wave                     : not building
> 
> ...patience...
> ...patience...
> ...found 5171 targets...
> ...updating 152 targets...
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2"
>     
> common.mkdir bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi
> 
>         mkdir -p "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi"
>     
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp: In static member function 'static std::wstring boost::python::converter::<unnamed>::wstring_rvalue_from_python::extract(PyObject*)':
> libs/python/src/converter/builtin_converters.cpp:436:32: error: cannot convert 'PyUnicodeObject*' to 'PyObject*' for argument '1' to 'Py_ssize_t PyUnicodeUCS4_AsWideChar(PyObject*, wchar_t*, Py_ssize_t)'
> ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/converter/builtin_converters.o...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python-py32.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python-py32.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python-py32.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python-py32.a...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a(clean) for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python3.a for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi>libboost_python3.a...
> gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/usr/include/python3.2" -c -o "bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
> 
> libs/python/src/converter/builtin_converters.cpp: In static member function 'static std::wstring boost::python::converter::<unnamed>::wstring_rvalue_from_python::extract(PyObject*)':
> libs/python/src/converter/builtin_converters.cpp:436:32: error: cannot convert 'PyUnicodeObject*' to 'PyObject*' for argument '1' to 'Py_ssize_t PyUnicodeUCS4_AsWideChar(PyObject*, wchar_t*, Py_ssize_t)'
> ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/converter/builtin_converters.o...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python-py32.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python-py32.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python-py32.so.1.46.1...
> ...skipped <pstage/lib>libboost_python-py32.so for lack of <pstage/lib>libboost_python-py32.so.1.46.1...
> ...skipped <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python3.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>converter/builtin_converters.o...
> ...skipped <pstage/lib>libboost_python3.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python3.so.1.46.1...
> ...skipped <pstage/lib>libboost_python3.so for lack of <pstage/lib>libboost_python3.so.1.46.1...
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/broadcast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/broadcast.o" "libs/mpi/src/broadcast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> common.mkdir bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/python
> 
>         mkdir -p "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/python"
>     
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python3.2/pyconfig.h:1170:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python3.2/pyconfig.h:1192:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/computation_tree.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/computation_tree.o" "libs/mpi/src/computation_tree.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/exception.o" "libs/mpi/src/exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> RmTemps bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi.a" 
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/content_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/content_oarchive.o" "libs/mpi/src/content_oarchive.cpp"
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi.a" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/timer.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi.a"
> 
> common.copy stage/lib/libboost_mpi.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi.a"  "stage/lib/libboost_mpi.a"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/environment.o" "libs/mpi/src/environment.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/mpi_datatype_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/mpi_datatype_oarchive.o" "libs/mpi/src/mpi_datatype_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/communicator.o" "libs/mpi/src/communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/graph_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/graph_communicator.o" "libs/mpi/src/graph_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/mpi_datatype_cache.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/mpi_datatype_cache.o" "libs/mpi/src/mpi_datatype_cache.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/intercommunicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/intercommunicator.o" "libs/mpi/src/intercommunicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/group.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/group.o" "libs/mpi/src/group.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_oarchive.o" "libs/mpi/src/packed_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_iarchive.o" "libs/mpi/src/packed_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_skeleton_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_skeleton_iarchive.o" "libs/mpi/src/packed_skeleton_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/documentation.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/documentation.o" "libs/mpi/src/python/documentation.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/python/serialize.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_PYTHON_SOURCE=1 -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/python/serialize.o" "libs/mpi/src/python/serialize.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/serialize.cpp:13:
> /usr/include/python3.2/pyconfig.h:1170:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python3.2/pyconfig.h:1192:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> RmTemps bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi_python-py32.a(clean)
> 
>     rm -f "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi_python-py32.a" 
> 
> gcc.archive bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi_python-py32.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi_python-py32.a" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/python/serialize.o"
>     "/usr/bin/ranlib" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi_python-py32.a"
> 
> common.copy stage/lib/libboost_mpi_python-py32.a
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_mpi_python-py32.a"  "stage/lib/libboost_mpi_python-py32.a"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/timer.o" "libs/mpi/src/timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_skeleton_oarchive.o" "libs/mpi/src/packed_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/point_to_point.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/point_to_point.o" "libs/mpi/src/point_to_point.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/request.o" "libs/mpi/src/request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_skeleton_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_SOURCE=1 -DNDEBUG  -I"." -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_skeleton_oarchive.o" "libs/mpi/src/text_skeleton_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/datatypes.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/datatypes.o" "libs/mpi/src/python/datatypes.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/ssize_t.hpp:9,
>                  from ./boost/python/object.hpp:8,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> /usr/include/python3.2/pyconfig.h:1170:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python3.2/pyconfig.h:1192:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/converter/arg_to_python_base.hpp:7,
>                  from ./boost/python/converter/arg_to_python.hpp:14,
>                  from ./boost/python/call.hpp:15,
>                  from ./boost/python/object_core.hpp:14,
>                  from ./boost/python/object.hpp:9,
>                  from ./boost/mpi/python/serialize.hpp:25,
>                  from libs/mpi/src/python/datatypes.cpp:13:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<bool>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = bool, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = bool, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = bool, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:23:42:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<bool>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = bool, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = bool, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = bool, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:23:42:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_saver<double>, R = void, T0 = boost::mpi::packed_oarchive&, T1 = const boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = double, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = double, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = double, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:24:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function3<R, T1, T2, T3>::assign_to(Functor) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function3<R, T1, T2, T3>::function3(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::python::detail::direct_serialization_table<boost::mpi::packed_iarchive, boost::mpi::packed_oarchive>::default_loader<double>, R = void, T0 = boost::mpi::packed_iarchive&, T1 = boost::python::api::object&, T2 = const unsigned int, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/mpi/python/serialize.hpp:276:7:   instantiated from 'void boost::python::detail::direct_serialization_table<IArchiver, OArchiver>::register_type(const T&, PyTypeObject*) [with T = double, IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:389:3:   instantiated from 'void boost::python::register_serialized(const T&, PyTypeObject*) [with IArchiver = boost::mpi::packed_iarchive, OArchiver = boost::mpi::packed_oarchive, T = double, PyTypeObject = _typeobject]'
> ./boost/mpi/python/serialize.hpp:534:3:   instantiated from 'void boost::mpi::python::register_serialized(const T&, PyTypeObject*) [with T = double, PyTypeObject = _typeobject]'
> libs/mpi/src/python/datatypes.cpp:24:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_exception.o" "libs/mpi/src/python/py_exception.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/args_fwd.hpp:10,
>                  from ./boost/python/args.hpp:10,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_exception.cpp:15:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function2<R, T1, T2>::assign_to(Functor) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function2<R, T1, T2>::function2(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::exception, boost::mpi::python::translate_exception<boost::mpi::exception> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::exception> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/python/exception_translator.hpp:20:5:   instantiated from 'void boost::python::register_exception_translator(Translate, boost::type<Target>*) [with ExceptionType = boost::mpi::exception, Translate = boost::mpi::python::translate_exception<boost::mpi::exception>]'
> libs/mpi/src/python/utility.hpp:28:5:   instantiated from 'static void boost::mpi::python::translate_exception<E>::declare(boost::python::api::object) [with E = boost::mpi::exception]'
> libs/mpi/src/python/py_exception.cpp:51:35:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_archive.o" "libs/serialization/src/basic_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/status.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/status.o" "libs/mpi/src/python/status.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_request.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_request.o" "libs/mpi/src/python/py_request.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_iserializer.o" "libs/serialization/src/basic_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/module.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/module.o" "libs/mpi/src/python/module.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_oserializer.o" "libs/serialization/src/basic_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_oarchive.o" "libs/serialization/src/basic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_environment.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_environment.o" "libs/mpi/src/python/py_environment.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_environment.cpp:17:
> /usr/include/python3.2/pyconfig.h:1170:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python3.2/pyconfig.h:1192:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_iarchive.o" "libs/serialization/src/basic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/collectives.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/collectives.o" "libs/mpi/src/python/collectives.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> ...on 100th target...
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_timer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_timer.o" "libs/mpi/src/python/py_timer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_communicator.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_communicator.o" "libs/mpi/src/python/py_communicator.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_pointer_iserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_pointer_iserializer.o" "libs/serialization/src/basic_pointer_iserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_pointer_oserializer.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_pointer_oserializer.o" "libs/serialization/src/basic_pointer_oserializer.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/skeleton_and_content.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/skeleton_and_content.o" "libs/mpi/src/python/skeleton_and_content.cpp"
> 
> In file included from ./boost/function/detail/prologue.hpp:17:0,
>                  from ./boost/function/function_template.hpp:13,
>                  from ./boost/function/detail/maybe_include.hpp:13,
>                  from ./boost/function/function0.hpp:11,
>                  from ./boost/python/errors.hpp:13,
>                  from ./boost/python/handle.hpp:11,
>                  from ./boost/python/args_fwd.hpp:10,
>                  from ./boost/python/args.hpp:10,
>                  from ./boost/python.hpp:11,
>                  from ./boost/mpi/python/skeleton_and_content.hpp:15,
>                  from libs/mpi/src/python/skeleton_and_content.cpp:13:
> ./boost/function/function_base.hpp: In static member function 'static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]':
> ./boost/function/function_base.hpp:360:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, mpl_::true_ = mpl_::bool_<true>]'
> ./boost/function/function_base.hpp:406:11:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]'
> ./boost/function/function_base.hpp:434:13:   instantiated from 'static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >]'
> ./boost/function/function_template.hpp:913:60:   instantiated from 'void boost::function2<R, T1, T2>::assign_to(Functor) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&]'
> ./boost/function/function_template.hpp:722:7:   instantiated from 'boost::function2<R, T1, T2>::function2(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = boost::_bi::bind_t<bool, boost::python::detail::translate_exception<boost::mpi::python::object_without_skeleton, boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> >, boost::_bi::list3<boost::arg<1>, boost::arg<2>, boost::_bi::value<boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton> > > >, R = bool, T0 = const boost::python::detail::exception_handler&, T1 = const boost::function0<void>&, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]'
> ./boost/python/exception_translator.hpp:20:5:   instantiated from 'void boost::python::register_exception_translator(Translate, boost::type<Target>*) [with ExceptionType = boost::mpi::python::object_without_skeleton, Translate = boost::mpi::python::translate_exception<boost::mpi::python::object_without_skeleton>]'
> libs/mpi/src/python/utility.hpp:28:5:   instantiated from 'static void boost::mpi::python::translate_exception<E>::declare(boost::python::api::object) [with E = boost::mpi::python::object_without_skeleton]'
> libs/mpi/src/python/skeleton_and_content.cpp:147:49:   instantiated from here
> ./boost/function/function_base.hpp:321:15: warning: dereferencing type-punned pointer will break strict-aliasing rules
> ./boost/function/function_base.hpp:325:13: warning: dereferencing type-punned pointer will break strict-aliasing rules
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_xml_archive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_xml_archive.o" "libs/serialization/src/basic_xml_archive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_serializer_map.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_serializer_map.o" "libs/serialization/src/basic_serializer_map.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_text_iprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_text_iprimitive.o" "libs/serialization/src/basic_text_iprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info_no_rtti.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info_no_rtti.o" "libs/serialization/src/extended_type_info_no_rtti.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info.o" "libs/serialization/src/extended_type_info.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info_typeid.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info_typeid.o" "libs/serialization/src/extended_type_info_typeid.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/stl_port.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/stl_port.o" "libs/serialization/src/stl_port.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_text_oprimitive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_text_oprimitive.o" "libs/serialization/src/basic_text_oprimitive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/binary_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/binary_oarchive.o" "libs/serialization/src/binary_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/polymorphic_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/polymorphic_iarchive.o" "libs/serialization/src/polymorphic_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/polymorphic_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/polymorphic_oarchive.o" "libs/serialization/src/polymorphic_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/void_cast.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/void_cast.o" "libs/serialization/src/void_cast.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/archive_exception.o" "libs/serialization/src/archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_archive_exception.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_archive_exception.o" "libs/serialization/src/xml_archive_exception.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/binary_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/binary_iarchive.o" "libs/serialization/src/binary_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_oarchive.o" "libs/serialization/src/text_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_iarchive.o" "libs/serialization/src/text_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/shared_ptr_helper.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/shared_ptr_helper.o" "libs/serialization/src/shared_ptr_helper.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_oarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_oarchive.o" "libs/serialization/src/xml_oarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_nonblocking.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_MPI_DYN_LINK=1 -DBOOST_MPI_PYTHON_DYN_LINK=1 -DBOOST_PYTHON_DYN_LINK=1 -DNDEBUG  -I"." -I"/usr/include/python3.2" -I"/usr/lib/openmpi/include" -I"/usr/lib/openmpi/include/openmpi" -c -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/python/py_nonblocking.o" "libs/mpi/src/python/py_nonblocking.cpp"
> 
> In file included from ./boost/python/detail/wrap_python.hpp:50:0,
>                  from ./boost/python/detail/prefix.hpp:13,
>                  from ./boost/python/args.hpp:8,
>                  from ./boost/python.hpp:11,
>                  from libs/mpi/src/python/py_nonblocking.cpp:21:
> /usr/include/python3.2/pyconfig.h:1170:0: warning: "_POSIX_C_SOURCE" redefined
> /usr/include/features.h:158:0: note: this is the location of the previous definition
> /usr/include/python3.2/pyconfig.h:1192:0: warning: "_XOPEN_SOURCE" redefined
> /usr/include/features.h:160:0: note: this is the location of the previous definition
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_iarchive.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_iarchive.o" "libs/serialization/src/xml_iarchive.cpp"
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread -fPIC  -DBOOST_ALL_NO_LIB=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> gcc.link.dll bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/libboost_serialization.so.1.46.1
> 
>     "g++"   -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/libboost_serialization.so.1.46.1" -Wl,-h -Wl,libboost_serialization.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/shared_ptr_helper.o"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -g -pthread 
> 
> common.copy stage/lib/libboost_serialization.so.1.46.1
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/libboost_serialization.so.1.46.1"  "stage/lib/libboost_serialization.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_serialization.so
> 
>     ln -f -s 'libboost_serialization.so.1.46.1' 'stage/lib/libboost_serialization.so'
> 
> gcc.link.dll bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/libboost_mpi.so.1.46.1
> 
>     "g++" -L"/usr/lib/openmpi/lib"  -o "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/libboost_mpi.so.1.46.1" -Wl,-h -Wl,libboost_mpi.so.1.46.1 -shared -Wl,--start-group "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/broadcast.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/computation_tree.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/content_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/environment.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/exception.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/graph_communicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/group.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/intercommunicator.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/mpi_datatype_cache.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/mpi_datatype_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_skeleton_iarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/packed_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/point_to_point.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/request.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/text_skeleton_oarchive.o" "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/timer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/libboost_serialization.so.1.46.1"  -Wl,-Bstatic  -Wl,-Bdynamic -ldl -lm -lmpi -lmpi_cxx -lnsl -lopen-pal -lopen-rte -lutil -lrt -Wl,--end-group -g -pthread -Wl,--export-dynamic
> 
> ...skipped <pbin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_mpi_python-py32.so.1.46.1 for lack of <pbin.v2/libs/python/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_python-py32.so.1.46.1...
> ...skipped <pstage/lib>libboost_mpi_python-py32.so.1.46.1 for lack of <pbin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_mpi_python-py32.so.1.46.1...
> ...skipped <pstage/lib>libboost_mpi_python-py32.so for lack of <pstage/lib>libboost_mpi_python-py32.so.1.46.1...
> ...skipped <pbin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>mpi.so for lack of <pbin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>libboost_mpi_python-py32.so.1.46.1...
> ...skipped <pstage/lib>mpi.so for lack of <pbin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi>mpi.so...
> common.copy stage/lib/libboost_mpi.so.1.46.1
> 
>     cp "bin.v2/libs/mpi/build/gcc-4.5.2/release/debug-symbols-on/python-3.2/threading-multi/libboost_mpi.so.1.46.1"  "stage/lib/libboost_mpi.so.1.46.1"
> 
> ln-UNIX stage/lib/libboost_mpi.so
> 
>     ln -f -s 'libboost_mpi.so.1.46.1' 'stage/lib/libboost_mpi.so'
> 
> gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_grammar.o
> 
>     "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -g -pthread  -DBOOST_ALL_NO_LIB=1 -DNDEBUG  -I"." -c -o "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_grammar.o" "libs/serialization/src/xml_grammar.cpp"
> 
> RmTemps bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_serialization.a(clean)
> 
>     rm -f "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_serialization.a" 
> 
> gcc.archive bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_serialization.a
> 
>     "/usr/bin/ar"  rc "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_serialization.a" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_pointer_iserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_pointer_oserializer.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_serializer_map.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_text_iprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_text_oprimitive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/basic_xml_archive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/binary_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/binary_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info_typeid.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/extended_type_info_no_rtti.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/polymorphic_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/polymorphic_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/stl_port.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/text_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/void_cast.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_grammar.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_iarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_oarchive.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/xml_archive_exception.o" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/shared_ptr_helper.o"
>     "/usr/bin/ranlib" "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_serialization.a"
> 
> common.copy stage/lib/libboost_serialization.a
> 
>     cp "bin.v2/libs/serialization/build/gcc-4.5.2/release/debug-symbols-on/link-static/python-3.2/threading-multi/libboost_serialization.a"  "stage/lib/libboost_serialization.a"
> 
> ...failed updating 2 targets...
> ...skipped 17 targets...
> ...updated 133 targets...
> mv: cannot stat `stage/lib/mpi.so': No such file or directory
> make: *** [build-stamp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/04/08/boost1.46_1.46.1-3_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |





More information about the pkg-boost-devel mailing list