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 334495 - Compile Errors with HEAD
Compile Errors with HEAD
Status: RESOLVED DUPLICATE of bug 332992
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-14 03:06 UTC by Ryan P Skadberg
Modified: 2006-03-14 12:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ryan P Skadberg 2006-03-14 03:06:39 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DG_LOG_DOMAIN=\"RhythmDB\" -I.. -I../lib -I../metadata -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/gnome-vfs-module-2.0 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=generic -fasynchronous-unwind-tables -Wcomment -Wformat -Wnonnull -Wimplicit-int -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wsequence-point -Wreturn-type -Wswitch -Wtrigraphs -Wunused-function -Wunused-label -Wunused-value -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wall -Werror -std=gnu89 -MT rb-refstring.lo -MD -MP -MF .deps/rb-refstring.Tpo -c rb-refstring.c  -fPIC -DPIC -o .libs/rb-refstring.o
cc1: warnings being treated as errors
rb-refstring.c: In function 'rb_refstring_get_folded':
rb-refstring.c:143: warning: dereferencing type-punned pointer will break strict-aliasing rules
rb-refstring.c: In function 'rb_refstring_get_sort_key':
rb-refstring.c:168: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[3]: *** [rb-refstring.lo] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.3.99.cvs200603132158/rhythmdb'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.3.99.cvs200603132158/rhythmdb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/rhythmbox-0.9.3.99.cvs200603132158'
make: *** [all] Error 2
Comment 1 Alex Lancaster 2006-03-14 12:21:22 UTC
This is related to bug #332992 (see comment 7 of that bug).  Looks like the latest patch there may fix this problem.  Closing as duplicate.

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