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 116131 - build failure on alpha
build failure on alpha
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Documentation
0.x
Other Linux
: Normal normal
: 1.0
Assigned To: Marco Pesenti Gritti
Dave Bordoley [Not Reading Bug Mail]
Depends on:
Blocks:
 
 
Reported: 2003-06-27 17:16 UTC by Edd Dumbill
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
just an idea (1.53 KB, patch)
2003-06-28 21:42 UTC, Christian Persch
none Details | Review
better patch -- oh, and it seems to actually work, too! (1.59 KB, patch)
2003-06-28 22:49 UTC, Christian Persch
none Details | Review

Description Edd Dumbill 2003-06-27 17:16:22 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'
Comment 1 Christian Persch 2003-06-28 21:41:27 UTC
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 :)
Comment 2 Christian Persch 2003-06-28 21:42:26 UTC
Created attachment 17871 [details] [review]
just an idea
Comment 3 Christian Persch 2003-06-28 22:49:23 UTC
Created attachment 17876 [details] [review]
better patch -- oh, and it seems to actually work, too!
Comment 4 Marco Pesenti Gritti 2003-06-28 23:16:16 UTC
Edd, can you test this patch ?
Comment 5 Christian Persch 2003-07-02 22:17:47 UTC
Patch checked in.