GNOME Bugzilla – Bug 345927
Dependent module "Xrender" not found
Last modified: 2006-06-26 03:22:33 UTC
When invoking latest CVS snapshot of jhbuild with ~/.jhbuildrc choosing "gnome-2.16" moduleset, with "cairo-gtk-engine" module listed, it refuses to run, complaining like this: $ jhbuild update jhbuild update: dependent module "Xrender" not found usage: jhbuild [ -f config ] command [ options ... ] $ The relevant lines in my ~/.jhbuildrc are: # what module set should be used? moduleset = 'gnome-2.16' # either a list of modules to build, or 'all' to build all # modules in the set. modules = [ 'meta-gnome-desktop', 'meta-gnome-proposed', 'gtranslator', 'cairo-gtk-engine' ] It seems a recent replacement of "Xrender" with "libXrender" left "cairo-1-0" dependency on "Xrender" unresolved. Replacing it with "libXrender" does make it work again.
Thank you for the bug report. This appears to be a duplicate of bug 345907. *** This bug has been marked as a duplicate of 345907 ***