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 751491 - m4-common doesn't get installed
m4-common doesn't get installed
Status: RESOLVED DUPLICATE of bug 751492
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2015-06-25 11:31 UTC by Christoph Reiter (lazka)
Modified: 2015-06-25 13:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christoph Reiter (lazka) 2015-06-25 11:31:41 UTC
libgee currently fails to build in jhbuild due to missing AX_REQUIRE_DEFINED (see bug 750972)

AX_REQUIRE_DEFINED should be available in m4-common defined in the bootstrap module, but (1) bootstrap doesn't do anything anymore in trunk (see meta-bootstrap) (2) explicitly installing m4-common installs a too old automake which makes m4-common install fail.

The only workaround atm is removing the too old automake by hand, and call "jhbuild -m bootstrap buildone m4-common"

I don't know much about jhbuild, but ideally anything needed as an implicit dependency of all packages should just be updated when I call "jhbuild build".
Comment 1 Christoph Reiter (lazka) 2015-06-25 13:40:09 UTC

*** This bug has been marked as a duplicate of bug 751492 ***