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 317763 - gnome-doc-utils depends on glib
gnome-doc-utils depends on glib
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal minor
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2005-10-02 19:52 UTC by Ian Miller
Modified: 2005-10-24 06:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ian Miller 2005-10-02 19:52:12 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
Comment 1 James Henstridge 2005-10-24 06:13:29 UTC
Fixed in CVS.  Thanks for the bug report.