Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14762 - Problem compiling gnomemeeting 0.96.0
Summary: Problem compiling gnomemeeting 0.96.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-29 19:49 UTC by Todd Chisholm
Modified: 2003-04-01 12:46 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 Todd Chisholm 2003-01-29 19:49:59 UTC
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
Comment 1 foser (RETIRED) gentoo-dev 2003-01-31 13:45:30 UTC
whats your 'emerge info' ?
Comment 2 Todd Chisholm 2003-01-31 13:54:48 UTC
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"
Comment 3 FieldySnuts 2003-02-25 22:29:21 UTC
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.
Comment 4 FieldySnuts 2003-02-25 22:34:10 UTC
.. However, it segfaults upon start every single time now.. sigh.
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-03-26 18:02:59 UTC
were you able to get a backtrace of the crash or have you tried the new gnomemeeting-0.96.1 
Comment 6 Kai Schlüter 2003-03-28 15:50:03 UTC
Looks like i do have the same problems. See bug 18319. What do i have to do to 
create such a backtrace? 
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 12:01:50 UTC
can either Todd or Joe have a look at bug #18319 and see if it helps?
Comment 8 Todd Chisholm 2003-04-01 12:32:54 UTC
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
Comment 9 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 12:46:02 UTC
thanks for the confirmation Todd.