ionice is part of util-linux-ng. Check your installation. Regards, Jean Le mardi 06 novembre 2012 à 15:56 +0800, Hongyi Zhao a écrit : > Hi all, > > I've post a message on this type of issue. Now, I meet it again, sigh;-( > > See the following code: > > -------------- > werner@debian-asus:~$ jhbuild -f jhbuildrc-gnome3 build -a --nodeps yelp-xsl > ------------------- > > Then I meet the following errors: > > ------------- > [snipped] > *** Configuring yelp-xsl *** [7/7] > ./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 *** [7/7] > > [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 > ----------------- > > 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') > --------------------- > > Any hints on this issue? Thanks in advance. > > Regards > _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list