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 310106 - Compilation of GStreamer 0.9 CVS fails on FC4
Compilation of GStreamer 0.9 CVS fails on FC4
Status: RESOLVED DUPLICATE of bug 172815
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: NONE
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-12 10:12 UTC by Christian Fredrik Kalager Schaller
Modified: 2005-08-29 15:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Christian Fredrik Kalager Schaller 2005-07-12 10:12:58 UTC
Please describe the problem:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-common -g
-Wall -Werror -DGST_DISABLE_DEPRECATED -mpreferred-stack-boundary=2
-I/usr/include/valgrind -I/usr/include/valgrind/x86
-I/usr/include/valgrind/linux -I/usr/include/valgrind/x86-linux -I../.. -O2 -g
-pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -MT libgstparse_la-lex._gst_parse_yy.lo -MD -MP -MF
.deps/libgstparse_la-lex._gst_parse_yy.Tpo -c lex._gst_parse_yy.c  -fPIC -DPIC
-o .libs/libgstparse_la-lex._gst_parse_yy.o
cc1: warnings being treated as errors
lex._gst_parse_yy.c: In function '_gst_parse_yylex':
parse.l:144: warning: ignoring return value of 'fwrite', declared with attribute
warn_unused_result
make[4]: *** [libgstparse_la-lex._gst_parse_yy.lo] Error 1
make[4]: Leaving directory `/home/cschalle/RPMS/BUILD/gstreamer-0.9.1.1/gst/parse'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cschalle/RPMS/BUILD/gstreamer-0.9.1.1/gst'
make[2]: *** [all] Error 2


Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Andy Wingo 2005-07-16 16:09:08 UTC

*** This bug has been marked as a duplicate of 172815 ***