Boost logo

Boost Testing :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-11-18 06:48:55


Boris Gubenko wrote:

> I'm trying to run boost regression tests on HP-UX machine and am
> getting the "bz2 module is not available" error:
>
> # Unpacking boost tarball ("/...../boost-CVS-HEAD.tar.bz2")...
> # get_tarball failed with message "bz2 module is not available"
>
> I run regression.py script with the following command:
>
> python regression.py --runner="HP-UX aCC6" --toolsets=acc
>
> The version of python is 2.4.2. When building it, I did not specify
> any special options, just 'configure "CC=aCC"' and 'make'.

Did you scan the python build log for anything suspicious concerning the
bz2 module? It comes with python since 2.3, IIRC.

What happens when you fire up python and type "import bz2"?

Markus


Boost-testing list run by mbergal at meta-comm.com