From koffice Wed Jul 13 00:00:10 2005 From: Dennis Veatch Date: Wed, 13 Jul 2005 00:00:10 +0000 To: koffice Subject: [Bug 109010] New: libkarboncommon.so.0.0.0 of koffice is broken Message-Id: <20050713020008.109010.dveatch () woh ! rr ! com> X-MARC-Message: https://marc.info/?l=koffice&m=112123449631410 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=109010 Summary: libkarboncommon.so.0.0.0 of koffice is broken Product: koffice Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: koffice kde org ReportedBy: dveatch woh rr com Version: unknown (using KDE 3.4.1, compiled sources) Compiler: gcc version 3.3.3 OS: Linux (i686) release 2.6.12.2 I'm using a source based distro (Lunar-Linux) and koffice compiles fine. One of the functions of lunar-linux is the ability to check for broken symlinks, find missing or broken executables and broken or missing libraries. During those checks it reports ; + Running sanity checks for module "koffice" /opt/lunar/kde/3/lib/libkarboncommon.so.0.0.0 of koffice is broken. libdotneato.so.0 => not found + Running sanity checks for module "koffice" /opt/lunar/kde/3/lib/libkarboncommon.so.0.0.0 of koffice is broken. libdotneato.so.0 => not found + Attempting to recompile "koffice" Which the recompile completes without error but it will still report not being able to find libdotneato. I have tried removing/reinstall of graphviz and koffice several times to no avail. I am using the following environment variables for the koffice ./configure ; export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3 ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \ --with-qt-dir=${QT_PREFIX:-$QTDIR} \ --disable-debug \ --enable-final \ --enable-fast-malloc=full \ --with-xinerama \ $OPTS && And the libraries in question for graphviz lives here ; /usr/lib/graphviz/libdotneato.la /usr/lib/graphviz/libdotneato.so /usr/lib/graphviz/libdotneato.so.0 /usr/lib/graphviz/libdotneato.so.0.0.0 /usr/lib/graphviz/pkgconfig/libdotneato.pc At this point I am not sure what else to do. Perhaps a pointer or two would be of help. Thanks. ____________________________________ koffice mailing list koffice@kde.org To unsubscribe please visit: https://mail.kde.org/mailman/listinfo/koffice