Re: [Gtk-osx-users] jhbuild bootstrap



On Apr 25, 2010, at 2:10 AM, Adrian Cameron Brown wrote:

> Hi,
> 
> 
> bash-3.2$ jhbuild bootstrap
> Traceback (most recent call last):
>  File "/Users/gtk/.local/bin/jhbuild", line 31, in <module>
>    jhbuild.main.main(sys.argv[1:])
>  File "/Users/gtk/Source/jhbuild/jhbuild/main.py", line 148, in main
>    rc = jhbuild.commands.run(command, config, args)
>  File "/Users/gtk/Source/jhbuild/jhbuild/commands/__init__.py", line 78, in run
>    return cmd.execute(config, args)
>  File "/Users/gtk/Source/jhbuild/jhbuild/commands/__init__.py", line 44, in execute
>    return self.run(config, options, args)
>  File "/Users/gtk/Source/jhbuild/jhbuild/commands/bootstrap.py", line 62, in run
>    module_set = jhbuild.moduleset.load(config)
>  File "/Users/gtk/Source/jhbuild/jhbuild/moduleset.py", line 292, in load
>    except xml.parsers.expat.ExpatError, e:
> AttributeError: 'module' object has no attribute 'parsers'
> 

There's something wrong with a module in your moduleset. Jhbuild parses the whole thing for every command, so you'd get the same error regardless of what command you pass to jhbuild. Comment out the "moduleset" line in your .jhbuildrc-custom and try again; if that doesn't clear the error, re-run gtk-osx-build-install.sh. If it does, you'll have to go through all of your modulesets.

Regards,
John Ralls







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