GNOME Bugzilla – Bug 348821
build failure
Last modified: 2006-08-06 22:46:40 UTC
if i686-pld-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../capplets/common -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/freetype2 -I/usr/include/gconf2 -I/usr/include/orbit-2.0 -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/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/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/gnome-desktop-2.0 -I/usr/include/startup-notification-1.0 -I../../ -DG_LOG_DOMAIN="\"-properties\"" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/evolution-data-server-1.8 -I/usr/include/libbonobo-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gconf2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/libxml2 -O2 -fno-strict-aliasing -fwrapv -march=i686 -mtune=pentium4 -ggdb -Wall -MT gnome-about-me.o -MD -MP -MF ".deps/gnome-about-me.Tpo" -c -o gnome-about-me.o gnome-about-me.c; \ then mv -f ".deps/gnome-about-me.Tpo" ".deps/gnome-about-me.Po"; else rm -f ".deps/gnome-about-me.Tpo"; exit 1; fi gnome-about-me.c: In function 'about_me_load_string_field': gnome-about-me.c:388: warning: assignment discards qualifiers from pointer target type gnome-about-me.c: In function 'about_me_load_photo': gnome-about-me.c:422: error: 'EContactPhoto' has no member named 'length' gnome-about-me.c:422: error: incompatible type for argument 2 of 'e_image_chooser_set_image_data' gnome-about-me.c: In function 'about_me_update_photo': gnome-about-me.c:493: error: incompatible types in assignment gnome-about-me.c:494: error: 'EContactPhoto' has no member named 'length' gnome-about-me.c:501: error: 'EContactPhoto' has no member named 'length' gnome-about-me.c:501: error: incompatible type for argument 1 of 'fwrite' make[3]: *** [gnome-about-me.o] Error 1 e-d-s 1.7.90.1
caused by : http://bugzilla.gnome.org/show_bug.cgi?id=313533
changed version to 2.15.x
Created attachment 69691 [details] [review] fix
Diego, does this look ok to you?
yeah, please commit
I think the patch is not 100% correct, if you create a new EContactPhoto you should set the type for it
Created attachment 69809 [details] [review] patch from the Ubuntu package That's the patch I've used for the Ubuntu package
I've commited the Ubuntu patch to the CVS now, marking as fixed