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 767374 - Can't build on x86
Can't build on x86
Status: RESOLVED DUPLICATE of bug 765036
Product: totem
Classification: Core
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-06-07 18:46 UTC by Luca Bruno
Modified: 2016-06-08 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix totem build on x86 (509 bytes, patch)
2016-06-07 19:20 UTC, Luca Bruno
none Details | Review

Description Luca Bruno 2016-06-07 18:46:33 UTC
Totem 3.20.1 can't build on x86 linux:

bacon-video-widget.c:2337:18: error: format '%li' expects argument of type 'long int', but argument 9 has type 'gint64 {aka long long int}' [-Werror=format=]
       GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop);

bacon-video-widget.c:2337:18: error: format '%li' expects argument of type 'long int', but argument 10 has type 'gint64 {aka long long int}' [-Werror=format=]
       GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop);
Comment 1 Luca Bruno 2016-06-07 19:20:57 UTC
Created attachment 329327 [details] [review]
fix totem build on x86

Proposed patch using G_GINT64_FORMAT, builds on x86 and amd64 for me.
Comment 2 Bastien Nocera 2016-06-08 10:56:35 UTC
Already fixed in commit 057590c8. You should pick up the fix in your builds.

*** This bug has been marked as a duplicate of bug 765036 ***
Comment 3 Luca Bruno 2016-06-08 11:13:50 UTC
Ok thanks.