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 598314 - error in gst-plugins-ugly
error in gst-plugins-ugly
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-13 18:54 UTC by sreerenj
Modified: 2009-11-24 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2009-10-13 18:54:19 UTC
When i tried to install gst-plugins-ugly (took from git just few minutes before), i got the follwing errors

CC    gstasfdemux.o
cc1: warnings being treated as errors
gstasfdemux.c: In function 'gst_asf_demux_process_ext_content_desc':
gstasfdemux.c:2258: warning: 'pic_type' may be used uninitialized in this function
gstasfdemux.c:2257: warning: 'img_data_len' may be used uninitialized in this function
gstasfdemux.c:2256: warning: 'img_data' may be used uninitialized in this function
make[3]: *** [libgstasf_la-gstasfdemux.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Comment 1 Edward Hervey 2009-10-14 09:10:27 UTC
These are just warnings, if you get latest git (and re-autogen.sh) it will build properly.

Also, what system/distro are you on ?
Comment 2 sreerenj 2009-10-14 14:18:29 UTC
make ERROR_CFLAGS=''  corrected all things!
thanks to the developers..
Comment 3 Edward Hervey 2009-10-14 14:26:30 UTC
sree, could you answer the questions ?

You've just done manually what the fix in git now does.
Comment 4 sreerenj 2009-10-14 19:54:39 UTC
i am using fedora 8
Comment 5 Tim-Philipp Müller 2009-11-24 18:04:45 UTC
These variables are initialised now it seems, closing as OBSOLETE. Thanks for the bug report.