After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669475 - jhbuild gui doesn't work
jhbuild gui doesn't work
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-02-06 13:33 UTC by Marcin Wojdyr
Modified: 2012-02-06 13:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcin Wojdyr 2012-02-06 13:33:31 UTC
When I press Start I get:

Traceback (most recent call last):
  • File "/home/wojdyr/fresh/bzr/devtools/ccp4-jhbuild/jhbuild/frontends/gtkui.py", line 296 in on_build_cb
    self.build()
  • File "/home/wojdyr/fresh/bzr/devtools/ccp4-jhbuild/jhbuild/frontends/gtkui.py", line 337 in build
    self.rc = buildscript.BuildScript.build(self)
  • File "/home/wojdyr/fresh/bzr/devtools/ccp4-jhbuild/jhbuild/frontends/buildscript.py", line 148 in build
    self.start_phase(module.name, phase)
TypeError: start_phase() takes exactly 1 argument (3 given)

Comment 1 Frederic Peters 2012-02-06 13:45:01 UTC
Thanks for your report, this has now been fixed.

commit 04a7d04f155ecb6492584679a9adfeb5355573a5
Author: Frédéric Péters <fpeters@0d.be>
Date:   Mon Feb 6 14:43:39 2012 +0100

    Fix jhbuild gui (moduleset loading & start_phase signature)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669475