GNOME Bugzilla – Bug 116131
build failure on alpha
Last modified: 2004-12-22 21:47:04 UTC
this is with 0.7.1: http://buildd.debian.org/fetch.php?&pkg=epiphany-browser&ver=0.7.1-1&arch=alpha&stamp=1056732463&file=log&as=raw gcc-3.2 -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare -Werror -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/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -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/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libglade-2.0 -I/usr/include/gnome-vfs-module-2.0 -I/usr/include/eel-2 -I/usr/include/gail-1.0 -DSHARE_DIR=\"/usr/share/epiphany-browser\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -g -Wall -O2 -MT ephy-node.lo -MD -MP -MF .deps/ephy-node.Tpo -c ephy-node.c -fPIC -DPIC -o .libs/ephy-node.o ephy-node.c: In function `callback': ephy-node.c:123: incompatible type for argument 2 of `__builtin_va_copy' ephy-node.c: In function `ephy_node_emit_signal': ephy-node.c:163: cannot convert to a pointer type make[5]: *** [ephy-node.lo] Error 1 make[5]: Leaving directory `/build/buildd/epiphany-browser-0.7.1/lib'
Hm, it seems there are architectures where va_list just cannot be converted to a gpointer. Attached patch might fix it; it compiles but i've not tested if it works :)
Created attachment 17871 [details] [review] just an idea
Created attachment 17876 [details] [review] better patch -- oh, and it seems to actually work, too!
Edd, can you test this patch ?
Patch checked in.