Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 141375

Summary: open office can't find libvcl680li.so after uodating to openoffice-2.0.3
Product: Gentoo Linux Reporter: miroslav Cahbrec <midekk>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: tranns2003
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description miroslav Cahbrec 2006-07-22 05:21:21 UTC
miro@unas ~/tmp $ oowriter2
/usr/lib/openoffice/program/soffice.bin: error while loading shared libraries: libvcl680li.so: cannot open shared object file: No such file or directory

ldd /usr/lib/openoffice/program/soffice.bin
        linux-gate.so.1 =>  (0xffffe000)
        libvcl680li.so => not found
        libsvl680li.so => not found
        libsvt680li.so => not found
        libutl680li.so => not found
        libtl680li.so => not found
        libi18nisolang1gcc3.so => not found
        libcomphelp4gcc3.so => not found
        libucbhelper3gcc3.so => not found
        libvos3gcc3.so => not found
        libuno_cppuhelpergcc3.so.3 => not found
        libuno_cppu.so.3 => not found
        libuno_sal.so.3 => not found
        libtk680li.so => not found
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7ec5000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb7ebc000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb7ea3000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7dd7000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7dd3000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7dc1000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7d9e000)
        libstlport_gcc.so => not found
        libstdc++.so.5 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libstdc++.so.5 (0xb7ce3000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7bc8000)
        /lib/ld-linux.so.2 (0xb7ef9000)
        libgcc_s.so.1 => /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/libgcc_s.so.1 (0xb7bc0000)

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.3.6, glibc-2.3.6-r4, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.15
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O5 -march=i686 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O5 -march=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.inode.at/ http://src.gentoo.pl http://gentoo.ynet.sk/pub"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm arts avi berkdb bitmap-fonts cdr cli crypt cups divx4linux dlloader doc dri dvd eds emboss encode esd firefox foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal howl imlib ipv6 isdnlog jpeg kde libg++ libwww logitech-mouse mad mikmod motif mp3 mpeg ncurses nls nptl nvidia ogg opengl pam pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection samba sdl session spell spl sse sse2 ssl tcpd truetype truetype-fonts type1-fonts udev unicode vorbis xml xmms xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-22 05:29:44 UTC
Looks like you've ran out of disk space late in compile/during install. Make sure you have at least 6 gigs free and re-emerge it.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-28 01:54:14 UTC
*** Bug 141964 has been marked as a duplicate of this bug. ***