Jhbuild: AttributeError when building modules
Rafael Wild <[email protected]>
| Newsgroups | gmane.comp.gnome.love |
|---|---|
| Message-ID | <CAHReom68jcR=Lmux+Fo=6vAjguBt2ONyD7mv27RsBkD-Dt78ug@mail.gmail.com> |
Hi.
I am at Ubuntu 12.04.
I am new to develop Gnome. I followed the guides on jhbuild at
http://developer.gnome.org and http://live.gnome.org.
Inside .jhbuildrc I selected:
moduleset = 'gnome-apps-3.4'
If I run
$ jhbuild sanitycheck
it goes ok.
But when I ask it to build:
$jhbuild build evince
it fails (see output at the bottom of the message). If I skip
'intltool' and 'rarian' at .jhbuildrc, then it fails later, when
configuring icon-naming-utils.
What should I do?
Rafael.
_______________________________________________________
$ jhbuild build evince
*** Checking out gnome-common *** [1/36]
git remote set-url origin git://git.gnome.org/gnome-common
git remote update origin
Fetching origin
git pull --rebase
Current branch master is up to date.
*** Skipping gnome-common (package and dependencies not updated) *** [1/36]
*** Checking out intltool *** [2/36]
*** Configuring intltool *** [2/36]
Traceback (most recent call last):
File "/home/alnahar/.local/bin/jhbuild", line 32, in <module>
jhbuild.main.main(sys.argv[1:])
File "/home/alnahar/.local/lib/python2.7/site-packages/jhbuild/main.py",
line 147, in main
rc = jhbuild.commands.run(command, config, args, help=lambda:
print_help(parser))
File "/home/alnahar/.local/lib/python2.7/site-packages/jhbuild/commands/__init__.py",
line 129, in run
return cmd.execute(config, args, help)
File "/home/alnahar/.local/lib/python2.7/site-packages/jhbuild/commands/__init__.py",
line 52, in execute
return self.run(config, options, args, help)
File "/home/alnahar/.local/lib/python2.7/site-packages/jhbuild/commands/base.py",
line 240, in run
return build.build()
File "/home/alnahar/.local/lib/python2.7/site-packages/jhbuild/frontends/buildscript.py",
line 162, in build
error, altphases = module.run_phase(self, phase)
File "/home/alnahar/.local/lib/python2.7/site-packages/jhbuild/modtypes/__init__.py",
line 355, in run_phase
method(buildscript)
File "/home/alnahar/.local/lib/python2.7/site-packages/jhbuild/modtypes/autotools.py",
line 138, in do_configure
autogenargs = self.autogenargs + ' ' + self.config.module_autogenargs.get(
AttributeError: 'AutogenModule' object has no attribute 'config'
_______________________________________________________