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 724045 - gst-inspect: Compile error at gst-inspect.c:514:15 since 53d8460bfd
gst-inspect: Compile error at gst-inspect.c:514:15 since 53d8460bfd
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal major
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-10 16:02 UTC by U. Artie Eoff
Modified: 2014-02-10 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure log (134.59 KB, text/plain)
2014-02-10 16:03 UTC, U. Artie Eoff
Details

Description U. Artie Eoff 2014-02-10 16:02:23 UTC
Gstreamer fails to compile on 32-bit since commit 53d8460bfd:

gst-inspect.c: In function ‘print_element_properties_info’:
gst-inspect.c:514:15: error: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘GType’ [-Werror=format=]
g_type_name (param->value_type));
^
cc1: all warnings being treated as errors
make[2]: *** [gst_inspect_1.0-gst-inspect.o] Error 1

...it compiles fine on 64-bit.

System
------
OS: Fedora 19 32-bit
Kernel: 3.10.4-300.fc19.i686.PAE
Comment 1 U. Artie Eoff 2014-02-10 16:03:08 UTC
Created attachment 268689 [details]
configure log
Comment 2 Sebastian Dröge (slomo) 2014-02-10 16:08:29 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 723446 ***
Comment 3 Sebastian Dröge (slomo) 2014-02-10 16:10:34 UTC
commit be32ae0252ae4a9301cc4b360b712a9208d3dfcf
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Mon Feb 10 17:09:59 2014 +0100

    gst-inspect: Fix yet another compiler warning
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724045