[Gstreamer-bugs] [Bug 121773] New - 0.6.3 won't build with gcc 3.3.1

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Sep 8 11:47:34 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=121773

Changed by bugs at leroutier.net.

--- shadow/121773	Mon Sep  8 14:47:34 2003
+++ shadow/121773.tmp.12566	Mon Sep  8 14:47:34 2003
@@ -0,0 +1,60 @@
+Bug#: 121773
+Product: GStreamer
+Version: 0.6.3
+OS: Linux
+OS Details:  2.4.22 #2 Fri Aug 29 17:33:48 CEST 2003 i686 AMD Athlon(tm) XP 2600+ AuthenticAMD GNU/Linux
+Status: NEW   
+Resolution: 
+Severity: major
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: bugs at leroutier.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: 0.6.3 won't build with gcc 3.3.1
+
+under gentoo, emerging new 0.6.3 version, here is the compilation error i
+encountered :
+
+gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE_SOURCE
+-D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -pthread
+-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -Wall -Werror
+-DGST_DISABLE_DEPRECATED -g -I../libs -I../include
+-DG_LOG_DOMAIN=g_log_domain_gstreamer
+-DGST_CACHE_DIR=\"/var/lib/cache/gstreamer-0.6\" -mcpu=athlon-xp -O2 -pipe
+-MT libgstreamer_0.6_la-gstplugin.lo -MD -MP -MF
+.deps/libgstreamer_0.6_la-gstplugin.Tpo -c gstplugin.c  -fPIC -DPIC -o
+.libs/libgstreamer_0.6_la-gstplugin.lo
+gstplugin.c: In function `gst_plugin_load_plugin':
+gstplugin.c:183: warning: dereferencing type-punned pointer will break
+strict-aliasing rules
+make[4]: *** [libgstreamer_0.6_la-gstplugin.lo] Erreur 1
+make[4]: *** Attente des tâches non terminées....
+gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE_SOURCE
+-D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -pthread
+-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -Wall -Werror
+-DGST_DISABLE_DEPRECATED -g -I../libs -I../include
+-DG_LOG_DOMAIN=g_log_domain_gstreamer
+-DGST_CACHE_DIR=\"/var/lib/cache/gstreamer-0.6\" -mcpu=athlon-xp -O2 -pipe
+-MT libgstreamer_0.6_la-gstpad.lo -MD -MP -MF
+.deps/libgstreamer_0.6_la-gstpad.Tpo -c gstpad.c -o
+libgstreamer_0.6_la-gstpad.o >/dev/null 2>&1
+mv -f .libs/libgstreamer_0.6_la-gstpad.lo libgstreamer_0.6_la-gstpad.lo
+make[4]: Leaving directory
+`/var/tmp/portage/gstreamer-0.6.3/work/gstreamer-0.6.3/gst'
+make[3]: *** [all-recursive] Erreur 1
+make[3]: Leaving directory
+`/var/tmp/portage/gstreamer-0.6.3/work/gstreamer-0.6.3/gst'
+make[2]: *** [all] Erreur 2
+make[2]: Leaving directory
+`/var/tmp/portage/gstreamer-0.6.3/work/gstreamer-0.6.3/gst'
+make[1]: *** [all-recursive] Erreur 1
+make[1]: Leaving directory
+`/var/tmp/portage/gstreamer-0.6.3/work/gstreamer-0.6.3'
+make: *** [all] Erreur 2
+
+"warning: dereferencing type-punned pointer will break strict-aliasing
+rules" feels like a bug exposed by gcc 3.3.x only (should have been a
+warning under 3.2.x)




More information about the Gstreamer-bugs mailing list