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 710565 - mutter-wayland fails to build
mutter-wayland fails to build
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: wayland
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-20 20:00 UTC by Magdalen Berns (irc magpie)
Modified: 2013-10-29 13:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build failure (950 bytes, patch)
2013-10-20 20:03 UTC, Magdalen Berns (irc magpie)
reviewed Details | Review
Fix build failure (967 bytes, patch)
2013-10-28 16:29 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2013-10-20 20:00:42 UTC
This fails to build because of no m4 directory so it need to be told to make one and put .m4 files in there.
Comment 1 Magdalen Berns (irc magpie) 2013-10-20 20:03:38 UTC
Created attachment 257779 [details] [review]
Fix build failure
Comment 2 drago01 2013-10-28 16:20:31 UTC
Review of attachment 257779 [details] [review]:

::: Makefile.am
@@ +8,3 @@
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+
+ACLOCAL_AMFLAGS = -I m4

Should be ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Comment 3 Magdalen Berns (irc magpie) 2013-10-28 16:29:29 UTC
Created attachment 258315 [details] [review]
Fix build failure
Comment 4 drago01 2013-10-28 20:54:18 UTC
Review of attachment 258315 [details] [review]:

OK.
Comment 5 David King 2013-10-29 13:05:19 UTC
Comment on attachment 258315 [details] [review]
Fix build failure 

Pushed to master as 6b8959916c70e05d8c3bf072e10b585d9c71c40b.
Comment 6 David King 2013-10-29 13:13:34 UTC
Also pushed to the wayland branch (luckily harmless for master) as commit 918cfdcbdadfa24ee1c8e57b05416307e32d73db.