Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74228 - gnomemeeting 1.0 fails to compile
Summary: gnomemeeting 1.0 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Stefan Knoblich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-12 12:50 UTC by Peter `MathFox' Roozemaal
Modified: 2005-02-15 15:32 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 Peter `MathFox' Roozemaal 2004-12-12 12:50:23 UTC
Recompilation (emerge --newuse world) of net-im/gnomemeeting-1.00 fails with the following messages:

make[2]: Entering directory `/var/tmp/portage/gnomemeeting-1.00/work/gnomemeeting-1.00/src'
x86_64-pc-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 -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 `;' before '*' token
make[2]: *** [callbacks.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnomemeeting-1.00/work/gnomemeeting-1.00/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnomemeeting-1.00/work/gnomemeeting-1.00'
make: *** [all-recursive-am] Error 2

!!! ERROR: net-im/gnomemeeting-1.00 failed.

There is some offending code in /usr/include/linux/ixjuser.h:

typedef struct {
        int elements_used;
        IXJ_CADENCE_TERM termination;
        IXJ_CADENCE_ELEMENT __user *ce;
} IXJ_CADENCE;

the __user qualifier could be the problem.

I'm running sys-kernel/gentoo-dev-sources-2.6.9-r9 with sys-kernel/linux26-headers-2.6.8.1-r1
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2005-02-15 15:32:33 UTC
that's an openh323 bug and is already fixed