After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345927 - Dependent module "Xrender" not found
Dependent module "Xrender" not found
Status: RESOLVED DUPLICATE of bug 345907
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Linux
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-06-26 03:07 UTC by Theppitak Karoonboonyanan
Modified: 2006-06-26 03:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Theppitak Karoonboonyanan 2006-06-26 03:07:52 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.
Comment 1 James Henstridge 2006-06-26 03:22:33 UTC
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 ***