On Tue, Oct 7, 2008 at 2:47 PM, Jim Dory <[EMAIL PROTECTED]> wrote: > I have a problem in the linux distro of gentoo. I've outlined most of > my problems in this thread: > http://forums.gentoo.org/viewtopic-t-710184.html > > But basically there are several programs that fail to install with this error: > > Making all in kipi-plugins > make[3]: Entering directory > `/var/tmp/portage/media-plugins/kipi-plugins-0.1.5/work/kipi-plugins-0.1.5/doc/kipi-plugins' > /usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook > Warning: program compiled against libxml 207 using older 206 > Warning: program compiled against libxml 207 using older 206 > make[3]: *** [index.cache.bz2] Error 1 > make[3]: Leaving directory > `/var/tmp/portage/media-plugins/kipi-plugins-0.1.5/work/kipi-plugins-0.1.5/doc/kipi-plugins' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/var/tmp/portage/media-plugins/kipi-plugins-0.1.5/work/kipi-plugins-0.1.5/doc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/var/tmp/portage/media-plugins/kipi-plugins-0.1.5/work/kipi-plugins-0.1.5' > make: *** [all] Error 2 > * > * ERROR: media-plugins/kipi-plugins-0.1.5 failed. > * Call stack: > * ebuild.sh, line 49: Called src_compile > * environment, line 4069: Called kde_src_compile 'src_compile' > * environment, line 3015: Called kde_src_compile > 'src_compile' 'all' 'myconf' > * environment, line 3011: Called die > * The specific snippet of code: > * emake || die "died running emake, $FUNCNAME:make" > * The die message: > * died running emake, kde_src_compile:make > > I do not know anything about libxml or if it is the problem. I have > several other programs that don't install beyond this particular one. >
For the record, I've fixed this but don't know why it acted as it did. Vmware-vix had installed the older version of libxml-2.6.26 in its own install directory but for some reason some other packages were picking it up instead of the proper one. I uninstalled vmware-vix and things are acting normal again. Thanks for looking. Here's the deal: qfile -v `locate libxml2.so` app-emulation/vmware-vix-1.6.0.116503 (/opt/vmware/server/lib/vmware-vix/lib/libxml2.so.2.6.26) app-emulation/vmware-vix-1.6.0.116503 (/opt/vmware/server/lib/vmware-vix/lib/libxml2.so.2) app-emulation/vmware-vix-1.6.0.116503 (/opt/vmware/server/lib/vmware-vix/lib/VIServer-2.0.0/32bit/libxml2.so.2.6.26) app-emulation/vmware-vix-1.6.0.116503 (/opt/vmware/server/lib/vmware-vix/lib/VIServer-2.0.0/32bit/libxml2.so.2) app-emulation/vmware-vix-1.6.0.116503 (/opt/vmware/server/lib/vmware-vix/lib/libxml2.so) app-emulation/vmware-server-2.0.0.116503 (/opt/vmware/server/lib/lib/libxml2.so.2) app-emulation/vmware-server-2.0.0.116503 (/opt/vmware/server/lib/lib/libxml2.so.2/libxml2.so.2) app-office/openoffice-bin-2.4.1 (/usr/lib/openoffice/program/libxml2.so.2.6.17.1) app-office/openoffice-bin-2.4.1 (/usr/lib/openoffice/program/libxml2.so.2.6.17) app-office/openoffice-bin-2.4.1 (/usr/lib/openoffice/program/libxml2.so.2) app-office/openoffice-bin-2.4.1 (/usr/lib/openoffice/program/libxml2.so) dev-libs/libxml2-2.7.2 (/usr/lib/libxml2.so.2) dev-libs/libxml2-2.7.2 (/usr/lib/libxml2.so.2.7.2) dev-libs/libxml2-2.7.2 (/usr/lib/libxml2.so) cheers, Jim _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
