Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131494 - ermerging xmule fails
Summary: ermerging xmule fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-27 12:14 UTC by Alfonso
Modified: 2006-04-28 13:00 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 Alfonso 2006-04-27 12:14:39 UTC
Linking xmule
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-linux-gnu/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../libwx_gtk2-2.4.so, may conflict with libstdc++.so.6
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../libwx_gtk2-2.4.so: referencia a `vtable for wxFileProto' sin definir
collect2: ld devolvi
Comment 1 Alfonso 2006-04-27 12:14:39 UTC
Linking xmule
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../../i686-pc-linux-gnu/bin/ld: warning: libstdc++.so.5, needed by /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../libwx_gtk2-2.4.so, may conflict with libstdc++.so.6
/usr/lib/gcc/i686-pc-linux-gnu/3.4.5/../../../libwx_gtk2-2.4.so: referencia a `vtable for wxFileProto' sin definir
collect2: ld devolvió el estado de salida 1
make[1]: *** [../xmule] Error 1
make: *** [all] Error 2

I have tried two times. Allways fails at this point.



Portage 2.0.54 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.15-suspend2-r8 i686)
=================================================================
System uname: 2.6.15-suspend2-r8 i686 Mobile AMD Athlon(tm) XP 1500+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
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.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe  -fomit-frame-pointer -finline-functions -fweb -funswitch-loops"
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/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe  -fomit-frame-pointer -finline-functions -fweb -funswitch-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ http://ftp.heanet.ie/pub/gentoo/ http://213.186.33.37/gentoo-distfiles/ ftp://gentoo.inode.at/source/ ftp://ftp.heanet.ie/pub/gentoo/"
LANG="es_ES.UTF-8"
LC_ALL="es_ES.UTF-8"
LINGUAS="es"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X aac aalib acpi alsa apache2 apm audiofile avi bash-completion berkdb bitmap-fonts bonobo bzip2 cdr clamav cli crypt ctype cups curl curlwrappers dbm dbus dri dts dvd dvdr dvdread eds emboss encode esd ethereal exif expat fam ffmpeg flac foomaticdb fortran ftp gdbm gif glut gnome gnomedb gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal howl idn imagemagick imlib inifile innodb ipv6 isdnlog java javascript jpeg junit lcms libcaca libg++ libgda libwww live mad matroska mikmod mime mmx mmxext mng mono motif mozilla mp3 mpeg msn mysql nas ncurses nls nptl nsplugin odbc ogg oggvorbis opengl oscar oss pam pcmcia pcre pdf pdflib perl png ppds pppd python quicktime readline real reflection samba sdl session slang slp snmp speex spell spl sqlite sqlite3 sse ssl tcltk tcpd theora tiff truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis wifi win32codecs wmf xanim xml xml2 xmms xorg xv xvid yahoo zlib linguas_es userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTDIR_OVERLAY
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-04-27 12:21:13 UTC
Please, read the gcc upgrading howto. Having some libs linked against gcc-3.3 and others to gcc-3.4 will produce just breakage. Also - see Bug 123323.

http://www.gentoo.org/doc/en/gcc-upgrading.xml
Comment 3 Alfonso 2006-04-28 13:00:14 UTC
I don't think it's a problem with the upgrade, because I have allready followed those instructions (the slow way, in fact, with emerge -e system, and world,...). I will have a look to the bug 123323...