Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113091 - app-editors/gobby-0.3.0_rc1 fails to build
Summary: app-editors/gobby-0.3.0_rc1 fails to build
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-20 08:46 UTC by James
Modified: 2006-05-08 23:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
trace of gobby compile failing. (gobby-fail.txt,14.83 KB, text/plain)
2005-11-20 08:47 UTC, James
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James 2005-11-20 08:46:01 UTC
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
Comment 1 James 2005-11-20 08:47:04 UTC
Created attachment 73251 [details]
trace of gobby compile failing.
Comment 2 Gustavo Felisberto (RETIRED) gentoo-dev 2005-11-20 09:58:21 UTC
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.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-05-08 23:45:38 UTC
Upgrade your gcc. 3.3.x is not supported any more.

http://www.gentoo.org/doc/en/gcc-upgrading.xml