jhbuild bootstrap: can't install waf



Hi.

I downloaded jhbuild:
$ svn co http://svn.gnome.org/svn/jhbuild/trunk jhbuild

and installed it. I created a .jhbuildrc from sample and changed these
lines:
moduleset = 'gnome-2.24'
modules = [ 'evince' ]

Then I tried to bootstrap it:
$ jhbuild bootstrap

It begins to download and compile a lot of things, but then it stops
when installing "waf":

*** Installing waf *** [13/14]
make   install
./waf-light install --strip --prefix=/opt/gnome2
------> Executing code from the top-level wscript <-----
-> preparing waf
Traceback (most recent call last):
  File "./waf-light", line 139, in ?
    Scripting.prepare()
  File "/home/gno/checkout/gnome2/waf-1.3.2/wafadmin/Scripting.py", line
292, in prepare
    if fun: fun()
  File "/home/gno/checkout/gnome2/waf-1.3.2/wscript", line 285, in init
    create_waf()
  File "/home/gno/checkout/gnome2/waf-1.3.2/wscript", line 118, in
create_waf
    tar = tarfile.open('%s.tar.%s' % (mw, zipType), "w:%s" % zipType)
  File "/opt/gnome2/lib/python2.4/tarfile.py", line 901, in open
    return func(name, filemode, fileobj)
  File "/opt/gnome2/lib/python2.4/tarfile.py", line 990, in bz2open
    raise CompressionError, "bz2 module is not available"
tarfile.CompressionError: bz2 module is not available
make: ** [install] Erro 1
*** error during stage install of waf: ########## Error running make
install *** [13/14]


Does someone know something about this?

Thanks

Rafael.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]