Ubuntu 无法使用JHBuild生成gnome生成器

Ubuntu 无法使用JHBuild生成gnome生成器,ubuntu,gnome,jhbuild,Ubuntu,Gnome,Jhbuild,我试图使用JHBuild在Ubuntu12.04上构建gnome builder代码,但JHBuild给出了一些错误: 1) 运行jhbuild sanitycheck checkout root (~/jhbuild/checkout) is not writable Could not find DocBook XML DTD V4.1.2 in XML catalog Could not find DocBook XSL Stylesheets in XML catalog 我已尝试安装

我试图使用JHBuild在Ubuntu12.04上构建
gnome builder
代码,但JHBuild给出了一些错误:

1) 运行
jhbuild sanitycheck

checkout root (~/jhbuild/checkout) is not writable
Could not find DocBook XML DTD V4.1.2 in XML catalog
Could not find DocBook XSL Stylesheets in XML catalog
我已尝试安装所有可能的依赖项

2) 另外
jhbuild sysdeps--install
显示:

list of dependencies ..
jhbuild sysdeps: Don't know how to install packages on this system
3) 当我尝试构建它时,如下所示:

jhbuild -m gnome-world build gnome-builder
它表明:

jhbuild build: failed to parse /usr/share/jhbuild/modulesets/gnome-apps-3.20.modules: [Errno 2] No such file or directory: u'/usr/share/jhbuild/modulesets/gnome-apps-3.20.modules'
我已经将示例
jhbuildrc
文件粘贴到home dir中,就像它之前显示的那样

unable to load config file ~/.jhbuildrc not found

我希望你按照手册怎么做。之后

似乎
~/jhbuild/checkout
有问题。跑

mkdir ~/jhbuild/checkout
如果不存在,以及

sudo chmod -R 777 ~/jhbuild/checkout
如有必要,更改任务

如果已经安装了官方的Ubuntu
docbook xml
docbook xsl
软件包,那么通过安装
xmlto

sudo apt-get update
sudo apt-get install xmlto

我希望你按照手册怎么做。之后

似乎
~/jhbuild/checkout
有问题。跑

mkdir ~/jhbuild/checkout
如果不存在,以及

sudo chmod -R 777 ~/jhbuild/checkout
如有必要,更改任务

如果已经安装了官方的Ubuntu
docbook xml
docbook xsl
软件包,那么通过安装
xmlto

sudo apt-get update
sudo apt-get install xmlto

jhbuild并不知道所有的软件包系统。e、 g.在arch linux上,您需要自己安装软件包,使用pkgfile.jhbuild搜索.pc文件并不知道所有软件包系统。e、 g.在arch linux上,您需要自己安装软件包,使用pkgfile搜索.pc文件。