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 750972 - building fails on AX_REQUIRE_DEFINED
building fails on AX_REQUIRE_DEFINED
Status: RESOLVED DUPLICATE of bug 751492
Product: libgee
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: libgee-maint
libgee-maint
Depends on:
Blocks:
 
 
Reported: 2015-06-15 07:10 UTC by Marek Chalupa
Modified: 2015-07-02 00:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
m4: add missing AX_REQUIRE_DEFINED (1.81 KB, patch)
2015-06-25 09:22 UTC, Christoph Reiter (lazka)
none Details | Review

Description Marek Chalupa 2015-06-15 07:10:36 UTC
When building (using jhbuild), the configure fails with this error:

./configure: line 12053: syntax error near unexpected token `GOBJECT_INTROSPECTION_CHECK'
./configure: line 12053: `AX_REQUIRE_DEFINED(GOBJECT_INTROSPECTION_CHECK)'

It works after copying ax_require_defined.m4 [1] to m4/ folder

[1] http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_require_defined.m4
Comment 1 Luca Bruno 2015-06-20 12:25:36 UTC
Confirming.
Comment 2 Christoph Reiter (lazka) 2015-06-25 09:22:37 UTC
Created attachment 306078 [details] [review]
m4: add missing AX_REQUIRE_DEFINED
Comment 3 Christoph Reiter (lazka) 2015-06-25 11:09:23 UTC
Comment on attachment 306078 [details] [review]
m4: add missing AX_REQUIRE_DEFINED

Turns out to be a jhbuild bug. jhbuild should install the m4-common from the bootstrap moduleset but doesn't.

This should fix it: jhbuild -m bootstrap buildone m4-common
Comment 4 Maciej (Matthew) Piechotka 2015-06-28 18:10:00 UTC
Sorry for delay.

(In reply to Christoph Reiter (lazka) from comment #3)
> Comment on attachment 306078 [details] [review] [review]
> m4: add missing AX_REQUIRE_DEFINED
> 
> Turns out to be a jhbuild bug. jhbuild should install the m4-common from the
> bootstrap moduleset but doesn't.
> 
> This should fix it: jhbuild -m bootstrap buildone m4-common

Should it be moved to jhbuild then?
Comment 5 Christoph Reiter (lazka) 2015-06-28 21:24:21 UTC
Yeah, the jhbuild bug is bug 751492
Comment 6 Maciej (Matthew) Piechotka 2015-07-02 00:25:07 UTC

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