"jhbuild -f jhbuildrc-gnome3 buildone gtk+" failed again and again.



Hi all,

I try to compile gtk+ with the buildone option, but failed with the following error:

------------------
werner@debian-asus:~$ jhbuild -f jhbuildrc-gnome3 buildone gtk+
*** Checking out gtk+ *** [1/1]
git remote set-url origin git://git.gnome.org/gtk+
git remote update origin
Fetching origin
*** Configuring gtk+ *** [1/1]
./autogen.sh --prefix /opt/jhbuild/gnome --libdir '/opt/jhbuild/gnome/lib64' --disable-maintainer-mode --disable-static --disable-gtk-doc
ionice: execvp failed: No such file or directory
*** Error during phase configure of gtk+: ########## Error running ./autogen.sh --prefix /opt/jhbuild/gnome --libdir '/opt/jhbuild/gnome/lib64' --disable-maintainer-mode --disable-static --disable-gtk-doc *** [1/1]

  [1] Rerun phase configure
  [2] Ignore error and continue to build
  [3] Give up on module
  [4] Start shell
  [5] Reload configuration
  [6] Go to phase "wipe directory and start over"
  [7] Go to phase "clean"
  [8] Go to phase "distclean"
choice:
--------------------

Then, I tried with the following command:

----------
werner@debian-asus:~$ jhbuild -f jhbuildrc-gnome3 build --nodeps gtk+
------------

This time, I failed with the following errors:

---------------
*** Configuring yelp-xsl *** [8/43]
./autogen.sh --prefix /opt/jhbuild/gnome --libdir '/opt/jhbuild/gnome/lib64' --disable-maintainer-mode --disable-static --disable-gtk-doc
ionice: execvp failed: No such file or directory
*** Error during phase configure of yelp-xsl: ########## Error running ./autogen.sh --prefix /opt/jhbuild/gnome --libdir '/opt/jhbuild/gnome/lib64' --disable-maintainer-mode --disable-static --disable-gtk-doc *** [8/43]

  [1] Rerun phase configure
  [2] Ignore error and continue to build
  [3] Give up on module
  [4] Start shell
  [5] Reload configuration
  [6] Go to phase "wipe directory and start over"
  [7] Go to phase "clean"
  [8] Go to phase "distclean"
choice: ^CInterrupted

-----------------

So, I suspect whether it is possible for compiling gtk+ with jhbuild or not. Could you please give me some hints on this issue?

Regards

ps.

Below is the content of the config file jhbuildrc-gnome3:

---------------
# -*- mode: python -*-
# -*- coding: utf-8 -*-
import os
import sys

checkoutroot = os.path.expanduser('/opt/jhbuild/checkout/gnome')
prefix = os.path.expanduser('/opt/jhbuild/gnome')

autogenargs='--disable-maintainer-mode --disable-static --disable-gtk-doc'

addpath('PKG_CONFIG_PATH', '/usr/lib/pkgconfig')
addpath('PKG_CONFIG_PATH', '/usr/share/pkgconfig')
---------------------


--
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.



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