Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100838 - kde-base/kdelibs-3.4.2 does not compile (libxslt.so: undefined reference to `xmlXPathDebugDumpObject')
Summary: kde-base/kdelibs-3.4.2 does not compile (libxslt.so: undefined reference to `...
Status: RESOLVED DUPLICATE of bug 100833
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: 2005-07-30 14:06 UTC by FieldySnuts
Modified: 2005-07-30 16:16 UTC (History)
0 users

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


Attachments
portage log (4274-kdelibs-3.4.2.log,1011.51 KB, text/plain)
2005-07-30 14:07 UTC, FieldySnuts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FieldySnuts 2005-07-30 14:06:04 UTC
kde-base/kdelibs-3.4.2 fails to compile for me.

This does not seem to be related to, or a dupe of, any of the following bugs:
 bug 86758
 bug 98940
 bug 100663

I will attach my portage log.

The last error is:

/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/../../../../i686-pc-linux-gnu/bin/ld:
warning: libstdc++.so.5, needed by /usr/lib/libfam.so, may conflict with
libstdc++.so.6
/usr/lib/libxslt.so: undefined reference to `xmlXPathDebugDumpObject'
collect2: ld returned 1 exit status
make[2]: *** [meinproc] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/var/tmp/portage/kdelibs-3.4.2/work/kdelibs-3.4.2/kdoctools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.4.2/work/kdelibs-3.4.2'
make: *** [all] Error 2


Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.5-r0, 2.6.11.12-grsec-20050614 i686)
=================================================================
System uname: 2.6.11.12-grsec-20050614 i686 AMD Athlon(TM) XP 1800+
Gentoo Base System version 1.6.9
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16-r1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -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 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache distlocks notitles sandbox sfperms strict"
GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnow X aalib alsa apm avi berkdb bitmap-fonts cdr chroot crypt curl dv
dvd dvdr eds emboss encode fam flac foomaticdb fortran gdbm gif gnome gpm
gstreamer gtk gtk2 guile hal imagemagick imlib java jpeg kde ldap libg++ libwww
mad mikmod mmx motif mozilla mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam
pdflib perl png pwdb python qt quicktime readline samba sdl slang snmp spell
sqlite sse ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts vorbis
xine xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 FieldySnuts 2005-07-30 14:07:14 UTC
Created attachment 64751 [details]
portage log
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-30 15:09:51 UTC
The libxslt issue is the same as in your other bug. The next problem with your
installation is that you have c++ libraries installed mixed compiled with
gcc-3.3 and 3.4. That doesn't work, since the c++ abi differs. You have to
re-emerge these libs when upgrading to gcc-3.4.
Comment 3 FieldySnuts 2005-07-30 15:14:52 UTC
Oh okay, great, thanks for the tips.

When you say "these libraries", what are they called by portage? This way I can
straighten out the other issues you mentioned.

Email directly if you'd like to keep this out of bugs.

Thanks a lot!

Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2005-07-30 16:16:28 UTC
`revdep-rebuild -X libstdc++.so.5` will do it. Just wonder why you run testing,
when you can't get along with such issues yourself.

*** This bug has been marked as a duplicate of 100833 ***