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 583006 - AttributeError: 'MetaModule' object has no attribute 'do_checkout'
AttributeError: 'MetaModule' object has no attribute 'do_checkout'
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
2.27.x
Other Solaris
: Normal major
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2009-05-18 02:44 UTC by James Andrewartha
Modified: 2009-05-18 06:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Andrewartha 2009-05-18 02:44:08 UTC
jhbuild build -t libgnomeui builds libgnomeui, then has this traceback in
meta-gnome-devel-platform-upcoming-deprecations:
Traceback (most recent call last):
  • File "/space/buildbot/bin/jhbuild", line 28 in <module>
    jhbuild.main.main(sys.argv[1:])
  • File "/space/buildbot/checkout/gnome2/jhbuild/jhbuild/main.py", line 148 in main
    rc = jhbuild.commands.run(command, config, args)
  • File "/space/buildbot/checkout/gnome2/jhbuild/jhbuild/commands/__init__.py", line 78 in run
    return cmd.execute(config, args)
  • File "/space/buildbot/checkout/gnome2/jhbuild/jhbuild/commands/__init__.py", line 44 in execute
    return self.run(config, options, args)
  • File "/space/buildbot/checkout/gnome2/jhbuild/jhbuild/commands/base.py", line 339 in run
    return build.build()
  • File "/space/buildbot/checkout/gnome2/jhbuild/jhbuild/frontends/buildscript.py", line 123 in build
    error, altphases = module.run_phase(self, phase)
  • File "/space/buildbot/checkout/gnome2/jhbuild/jhbuild/modtypes/__init__.py", line 160 in run_phase
    method = getattr(self, 'do_' + phase)
AttributeError: 'MetaModule' object has no attribute 'do_checkout'

Comment 1 Frederic Peters 2009-05-18 06:17:05 UTC
Thanks for the report, a stupid oversight of my part, I just fixed it.

commit f22ab9fee91d54404bf1846621943fa49439eaf6
Author: Frédéric Péters <fpeters@0d.be>
Date:   Mon May 18 08:15:15 2009 +0200

    [buildscript] recompute phases for each module (GNOME #583006)