Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75533 - gnomemeeting fails to build with gcc 3.4.1
Summary: gnomemeeting fails to build with gcc 3.4.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: Stefan Knoblich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-24 04:59 UTC by Santiago Gala
Modified: 2005-02-15 15:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago Gala 2004-12-24 04:59:04 UTC
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
Comment 1 Santiago Gala 2005-01-08 11:50:18 UTC
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.
Comment 2 Santiago Gala 2005-01-11 02:49:03 UTC
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.
Comment 3 Stefan Knoblich (RETIRED) gentoo-dev 2005-02-15 15:34:54 UTC
openh323 bug, already fixed
(see /usr/portage/net-libs/openh323/files/openh323-1.13.2-ixjuser.diff)