From: John R. <jr...@ce...> - 2011-06-16 22:59:20
|
On Jun 16, 2011, at 2:38 PM, Cliff Sharp wrote: > I am getting the following error with the following command: > > $ jhbuild build meta-gtk-osx-bootstrap > jhbuild build: failed to parse http://raw.github.com/jralls/gtk-osx-build/master/modulesets-stable/gtk-osx.modules: mismatched tag: line 8, column 4 > > I noticed on the web page (https://github.com/jralls/gtk-osx-build) there is not "master" directory... > Could this be the problem??? No, "master" is the git branch. You need that to retrieve files. The problem is the "http://raw.gitub.com"; it needs to be "https://raw.github.com". It's fixed in git now, thanks for reporting it. You can either re-run gtk-osx-build-setup.sh or edit .jhbuildrc (at line 411). Regards, John Ralls |