Opened 12 years ago

Last modified 12 years ago

#4298 new Bugs

boost build mpi fails to compile with CC: Sun C++ 5.9 SunOS_sparc Patch 124863-23 2010/04/13

Reported by: nikolov.javor@… Owned by: Douglas Gregor
Milestone: Boost 1.43.0 Component: mpi
Version: Boost 1.43.0 Severity: Problem
Keywords: Cc:

Description

I'm trying to compile boost on Solaris SPARC 10 with latest Sun Studio compiler and mpi support and the mpi component fails. First error is: "libs/mpi/src/python/py_communicator.cpp", line 48: Error: Overloading ambiguity between "boost::python::make_tuple<boost::python::api::object, boost::mpi::st atus>(const boost::python::api::object&, const boost::mpi::status&)" and "boost::tuples::make_tuple<boost::python::api::object, boost::mpi::status>(const boos t::python::api::object&, const boost::mpi::status&)".

More detailed log will be attached.

C++ Compiler: $ CC -V CC: Sun C++ 5.9 SunOS_sparc Patch 124863-23 2010/04/13

Open MPI implementation: Oracle HPC ClusterTools 8.2.1c

boost build is performed as per recommended instructions with mpi enabled: ./bjam --with-mpi and with "using mpi ;" in user-config.jam

Attachments (1)

boost-build.log (160.9 KB ) - added by nikolov.javor@… 12 years ago.
output of ./bjam --with-mpi --debug-building -d+2

Download all attachments as: .zip

Change History (2)

by nikolov.javor@…, 12 years ago

Attachment: boost-build.log added

output of ./bjam --with-mpi --debug-building -d+2

comment:1 by Steven Watanabe, 12 years ago

Component: Building Boostmpi
Owner: set to Douglas Gregor
Note: See TracTickets for help on using tickets.