Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 60310

Summary: net-im/gnomemeeting-1.00 failed with gcc 3.4.1
Product: Gentoo Linux Reporter: Robert Gogolok <robertgogolok>
Component: New packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED NEEDINFO    
Severity: normal CC: gnome
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Robert Gogolok 2004-08-14 04:35:23 UTC
When I try to emerge net-im/gnomemeeting-1.00, I get the following compilation error:

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 sound_handling.cpp
sound_handling.cpp: In member function `virtual void GMAudioTester::Main()':
sound_handling.cpp:583: error: using typedef-name `GtkDialogFlags' after `enum'
make[2]: *** [sound_handling.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.
!!! Function src_compile, Line 68, Exitcode 2
!!! (no error message)

What about removing the enum in sound_handling.cpp:583 ?

If one solves that, the next error is:
videograbber.cpp: In member function `virtual void GMVideoTester::Main()':
videograbber.cpp:572: error: using typedef-name `GtkDialogFlags' after `enum'
make: *** [videograbber.o] Error 1


So also removing enum in that line?


Reproducible: Always
Steps to Reproduce:
1.emerge net-im/gnomemeeting-1.00
2.
3.

Actual Results:  
compliation error 


Portage 2.0.50-r9 (gcc34-amd64-2004.1, gcc-3.4.1, glibc-2.3.4.20040619-r1, 
2.6.8-rc2) 
================================================================= 
System uname: 2.6.8-rc2 x86_64 4 
Gentoo Base System version 1.5.2 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5-r1 
ACCEPT_KEYWORDS="amd64 ~amd64" 
AUTOCLEAN="yes" 
CFLAGS="-O2" 
CHOST="x86_64-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache" 
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/home/gogo/local_portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X alsa amd64 apache2 apm arts avi berkdb cdr crypt dvd emacs encode esd 
f77 foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib jpeg kde ldap 
libg++ libwww mikmod motif mozilla moznocompose moznoirc moznomail mpeg 
multilib ncurses nls oggvorbis opengl oss pam pdflib perl png postgres python 
qt quicktime readline ruby sdl slang smime spell ssl tcpd truetype xml2 xmms 
xv zlib"
Comment 1 foser (RETIRED) gentoo-dev 2004-08-17 05:43:01 UTC
try 1.0.2
Comment 2 Robert Gogolok 2004-08-17 10:47:24 UTC
1.0.2 worked now for me, thx.
Comment 3 George L. Emigh 2004-08-29 14:29:44 UTC
While 1.0.2 will run, it *poofs* as in goes away or locks up when connecting to netmeeting.

Currently no other details, sorry.

George

Comment 4 Simon Stelling (RETIRED) gentoo-dev 2005-01-31 08:34:41 UTC
please reopen with more info