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 734450 - almanah has missing dependencies
almanah has missing dependencies
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2014-08-07 19:36 UTC by Gergely POLONKAI
Modified: 2015-05-27 10:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gergely POLONKAI 2014-08-07 19:36:24 UTC
I have tried to build almanah today, and it turned out that its module definition misses some dependencies. There are four I could identify:

* appdata-tools (provides required appdata-xml.m4)
* gtkspell3-3.0.pc
* cryptui-0.0.pc
* gpgme-devel
Comment 1 Philip Withnall 2015-05-27 10:10:13 UTC
Fixed by these two commits, thanks;

commit c98d3bfb021eda14f41368221598e28087abc684
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Wed May 27 11:09:33 2015 +0100

    world: Add dependency on appdata-tools to Almanah
    
    It needs appdata-xml.m4.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734450

 modulesets/gnome-world.modules | 1 +
 1 file changed, 1 insertion(+)

commit 215442fa2b6c7ddb3386d80ccce7a23a4eb7e25a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat May 2 15:44:09 2015 +0100

    world: Update dependencies for Almanah
    
    It has not depended on GConf in a long time, but does depend on libgcr
    and gpgme, and optionally on EDS.

 modulesets/gnome-world.modules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)