This page is not a bug tracker. If you run into a problem not listed here, please file a bug. |
List of common errors for the module waf.
Error - tarfile.CompressionError: bz2 module is not available
System details: May 31st, 2008
Stage: Install
You get a traceback that ends with the following:
tarfile.CompressionError: bz2 module is not available make: *** [install] Fel 1 *** error during stage install of waf: ########## Error running make install *** [14/15]
Cause:
Python was installed without bz2 support.
Solution:
Install development headers for libbz2, and rerun jhbuild bootstrap