Source: mutter
Version: 3.20.3-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Tags: upstream patch
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=762407
Since converting to dh, mutter fails to build on what appear to be all
32-bit architectures. I believe the patch attached to upstream bug
https://bugzilla.gnome.org/show_bug.cgi?id=762407 is the correct solution.
S
--- a/src/core/startup-notification.c 2016-06-06 12:13:27.100251933 +0200
+++ a/src/core/startup-notification.c 2016-06-06 12:13:42.554956773 +0200
@@ -418,7 +418,7 @@
elapsed = ctod->now - timestamp;
meta_topic (META_DEBUG_STARTUP,
- "Sequence used %ld ms vs. %d max: %s\n",
+ "Sequence used %" G_GINT64_FORMAT " ms vs. %d max: %s\n",
elapsed, STARTUP_TIMEOUT,
meta_startup_notification_sequence_get_id (sequence));