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 723080 - Totem fails to build in jhbuild due to missing appdata-xml.m4
Totem fails to build in jhbuild due to missing appdata-xml.m4
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2014-01-27 10:01 UTC by Emanuele Aina
Modified: 2014-01-29 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
3.12: Make totem depend on appdata-tools to use appdata-xml.m4 (944 bytes, patch)
2014-01-27 10:01 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2014-01-27 10:01:23 UTC
Totem currently fails to build with the following error during configure:

Checking for required M4 macros...
  appdata-xml.m4 not found

Since it now uses appdata-xml.m4, totem requires appdata-tools to be installed
to build. This patch adds the dependency in the gnome-suites-core-3.12 moduleset.
Comment 1 Emanuele Aina 2014-01-27 10:01:25 UTC
Created attachment 267280 [details] [review]
3.12: Make totem depend on appdata-tools to use appdata-xml.m4

Totem now uses appdata-xml.m4, thus needs appdata-tools to be installed
to build.
Comment 2 Frederic Peters 2014-01-29 11:04:26 UTC
Attachment 267280 [details] pushed as b2bf23c - 3.12: Make totem depend on appdata-tools to use appdata-xml.m4