GNOME Bugzilla – Bug 317763
gnome-doc-utils depends on glib
Last modified: 2005-10-24 06:13:29 UTC
Please describe the problem: From scratch, jhbuild build gnome-doc-utils fails to configure because it depends on glib but it has not been built automatically. This is only a minor problem because one would not usually want to just build gnome-doc-utils. Building a more useful set of modules happens to build glib before gnome-doc-utils anyway. Steps to reproduce: 1. Have moduleset = 'gnome-2.12' in your .jhbuildrc 2. jhbuild build gnome-doc-utils Actual results: gnome-doc-utils configuration will fail complaining that it needs at least glib-2.2.0 Expected results: Does this happen every time? Yes Other information: Suggest to add <dep package="glib" /> to <cvsmodule id="gnome-doc-utils"> in (at least) gnome-2.12.modules
Fixed in CVS. Thanks for the bug report.