It gives the following error (can't find a way to get messages in English, emerge does not honor LC_ALL=en_US, but this is a different bug) powerpc-unknown-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I../src -I../lib -I../lib/widgets -I../lib/xdap -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libxml2 -I/usr/include/libgnome-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/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/ptlib -I/usr/include/ptclib -I/usr/include/openh323 -I/usr/include/SDL -D_REENTRANT -DHAS_SDL -I/usr/include -DPTRACING -DNDEBUG -Wall -Os -g -DP_USE_PRAGMA -ffunction-sections -fdata-sections -D_REENTRANT -DGNOMEMEETING_IMAGES=\""/usr/share/pixmaps/"\" -DGNOMEMEETING_SOUNDS=\""/usr/share/sounds/gnomemeeting/"\" -DSCHEMA_AGE=47 -DDATADIR=\""/usr/share"\" -O2 -mcpu=7450 -maltivec -mabi=altivec -pipe -c callbacks.cpp In file included from /usr/include/openh323/ixjlid.h:260, from endpoint.h:48, from gnomemeeting.h:43, from callbacks.cpp:44: /usr/include/linux/ixjuser.h:353: error: expected `;' antes del elemento '*' make[2]: *** [callbacks.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/gnomemeeting-1.0.2-r1/work/gnomemeeting-1.0.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnomemeeting-1.0.2-r1/work/gnomemeeting-1.0.2' make: *** [all-recursive-am] Error 2 "antes del elemento" means "before element" Reproducible: Always Steps to Reproduce: 1. my applicable use flags are -debug +ipv6 +sdl +ssl 2. the file where the errors occur belongs to sys-kernel/linux26-headers, included by a file in net-libs/openh323 3. Actual Results: error posted above
http://lists.digium.com/pipermail/asterisk-users/2004-August/059263.html says putting a "," between __user and *ce in /usr/include/linux/ixjuser.h will make it compile. Te offending file is in sys-kernel/linux26-headers I'm building to check.
It solved it, so this patch should be sent to the linux26-headers people, and the bug reassigned to them. It is related with some telephony hardware that gnomemeeting compiles support for.
openh323 bug, already fixed (see /usr/portage/net-libs/openh323/files/openh323-1.13.2-ixjuser.diff)