gobby fails to emerge. See attached capture to compiles output. Reproducible: Always Steps to Reproduce: 1. 2. 3. Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r3, 2.6.15-rc1 i686) ================================================================= System uname: 2.6.15-rc1 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz Gentoo Base System version 1.12.0_pre10 dev-lang/python: 2.3.5-r2, 2.4.2 sys-apps/sandbox: 1.2.13 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.5.20-r1 virtual/os-headers: 2.6.11-r3 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -mcpu=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -mcpu=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks noclean nostrip sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/u/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X acl acpi alsa apache2 apm arts audiofile avi bash-completion bitmap-fonts browserplugin bzip2 cdr crypt cscope cups curl dba dvd dvdr eds emboss encode esd ethereal exif expat fam ffmpeg flac foomaticdb fortran gd gdbm gif glut gmp gnome gphoto2 gpm gstreamer gtk gtk2 idn imagemagick imlib ipv6 jack java joystick jpeg junit kde lcms ldap libg++ libwww mad mikmod mng motif mozilla mp3 mpeg mysql ncurses nls objc ogg oggvorbis opengl oss pam pcre pdflib perl png postgres python qt quicktime readline samba sasl sdl speex spell sqlite ssl tcpd threads tiff truetype truetype-fonts type1-fonts udev usb vorbis win32codecs xine xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Created attachment 73251 [details] trace of gobby compile failing.
Quoting upstream developer on obby ml: "this is a known problem with the rc1 version using gcc-3.3. The compiler seems to want to make a copy (or at least to access the copy constructor) from user_table which it should not. You may either use gcc-3.4 or remove line 687 of server_buffer.hpp and change the next one to const obby::user* user = basic_buffer<selector_type>::m_user_table.find( name, user::flags::NONE, user::flags::CONNECTED); This fix will also be included in the next release candidate. " I could not test this as i have no gcc 3.3 machines. Please try and report.
Upgrade your gcc. 3.3.x is not supported any more. http://www.gentoo.org/doc/en/gcc-upgrading.xml