/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

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


CategoryJhbuildIssues

Projects/Jhbuild/Issues/waf (last edited 2013-11-25 16:29:22 by WilliamJonMcCann)