The gnomemeeting ebuild 0.96.0 failed to compile (see below for dump). The solution was to remove offending line from xdap.h. However, others has reported no problem with compiling. USE flags? Mine are: USE="3dnow alsa -apm acpi avi bonobo cdr crypt cups dga directfb dvd encode evo fbcon gb gif gnome gphoto2 gtk imap java jpeg kerberos ldap leim mobx mmx mozilla mpeg mule ncurses oggvorbis opengl -oss pam pdflib plotutils png qt quicktime readline scanner sdl spell tcktk tiff truetype X xmms xv zlib ssl" > In file included from ils.h:43, > from gnomemeeting.cpp:40: > ../lib/xdap/xdap.h:38: declaration of `int strcasecmp(const char*, const > char*) > ' throws different exceptions > /usr/include/string.h:273: than previous declaration `int > strcasecmp(const > char*, const char*) throw ()' > /usr/include/linux/ixjuser.h:45: warning: `char ixjuser_h_rcsid[54]' > defined > but not used > make[2]: *** [gnomemeeting.o] Error 1 > make[2]: Leaving directory > `/var/tmp/portage/gnomemeeting-0.96.0/work/gnomemeeting-0.96.0/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/gnomemeeting-0.96.0/work/gnomemeeting-0.96.0' > make: *** [all-recursive-am] Error 2
whats your 'emerge info' ?
My emerge info: bash-2.05a# ACCEPT_KEYWORDS="~x86" emerge info Portage 2.0.46-r9 (default-x86-1.4, gcc-3.2, glibc-2.2.5-r7) ================================================================= System uname: 2.4.20-rc1 i686 AMD Athlon(tm) XP 1800+ GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/kde/3/share/config:/usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 kde libg++ mikmod nls qtmt xml2 gtkhtml gdbm berkdb slang arts tetex aalib svga tcltk guile gpm tcpd libwww perl python esd imlib motif 3dnow alsa -apm acpi avi bonobo cdr crypt cups dga directfb dvd encode evo fbcon gb gif gnome gphoto2 gtk imap java jpeg kerberos ldap leim mobx mmx mozilla mpeg mule ncurses oggvorbis opengl -oss pam pdflib plotutils png qt quicktime readline scanner sdl spell tcktk tiff truetype X xmms xv zlib ssl" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=athlon-xp -O3 -pipe" CXXFLAGS="-march=athlon-xp -O3 -pipe" ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
I just got it to compile, but I had to do the following: unmerge pwlib, even if its current ver, and rebuild it. unmerge openh323, and compile it without ssl support: USE="-ssl $USE" openh323 AFter this , gnomemeeting 0.96.0 compiled.
.. However, it segfaults upon start every single time now.. sigh.
were you able to get a backtrace of the crash or have you tried the new gnomemeeting-0.96.1
Looks like i do have the same problems. See bug 18319. What do i have to do to create such a backtrace?
can either Todd or Joe have a look at bug #18319 and see if it helps?
I unmerged both pwlib and openh323 before reemerging gnomemeeting (and therefore the new verions of pwlib and openh), so I didn't see the problems in 18319. Also, I believe that the problem seen in this bug (14762) is fixed in GM-0.96.1
thanks for the confirmation Todd.