[gstreamer-bugs] [Bug 349623] New: Build failure due to "discards qualifiers from pointer target type"

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Aug 1 22:16:48 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=349623
 GStreamer | gst-python | Ver: HEAD CVS

           Summary: Build failure due to "discards qualifiers from pointer
                    target type"
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: elle.uca at libero.it
         QAContact: johan at gnome.org
     GNOME version: 2.15/2.16
   GNOME milestone: Unspecified


Please describe the problem:
Here is a log of my `jhbuild buildone gst-python`

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/gnome2/include/python2.4
-I/opt/gnome2/include/pygtk-2.0 -I/opt/gnome2/include/glib-2.0
-I/opt/gnome2/lib/glib-2.0/include -pthread
-I/opt/gnome2/include/gstreamer-0.10 -I/opt/gnome2/include/glib-2.0
-I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/libxml2 -Wall -Werror
-fno-strict-aliasing -g -O2 -lz -MT _gst_la-gst.lo -MD -MP -MF
.deps/_gst_la-gst.Tpo -c gst.c  -fPIC -DPIC -o .libs/_gst_la-gst.o
cc1: warnings being treated as errors
gst.c: In function 'pygst_add_constants':
gst.c:21899: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21900: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21901: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21902: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21903: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21904: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21906: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21907: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21908: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21909: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21910: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21911: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21912: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
gst.c:21913: warning: passing argument 2 of 'PyModule_AddIntConstant' discards
qualifiers from pointer target type
make[3]: *** [_gst_la-gst.lo] Error 1
make[3]: Leaving directory `/home/luca/cvs/gnome2/gst-python/gst'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/luca/cvs/gnome2/gst-python/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/luca/cvs/gnome2/gst-python'
make: *** [all] Error 2


Steps to reproduce:
1. 
2. 
3. 


Actual results:
Warnings stop the build

Expected results:
Fix warnings :-)

Does this happen every time?


Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list