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

Bug 70498

Summary: koffice 1.3.4-r1 libltdl.la not found
Product: Gentoo Linux Reporter: Hans-Christian Armingeon <mog.johnny>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hans-Christian Armingeon 2004-11-08 13:19:49 UTC
/usr/qt/3/bin/uic -L /usr/kde/3.3/lib/kde3/plugins/designer -nounload -tr tr2i18n -i latexexportdia.h ./latexexportdia.ui > latexexportdia.cc.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" latexexportdia.cc.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_latexexportdia,g" >> latexexportdia.cc ;\
rm -f latexexportdia.cc.temp ;\
if test "$ret" = 0; then echo '#include "latexexportdia.moc"' >> latexexportdia.cc; else rm -f latexexportdia.cc ; exit $ret ; fi
/bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I. -I../../../../lib/kofficeui -I../../../../lib/kofficeui -I../../../../lib/kofficecore -I../../../../lib/kofficecore -I../../../../lib/store -I../../../../lib/store -I../../../../lib/kwmf -I../../../../lib/kwmf -I../../../../lib/kformula -I../../../../lib/kformula -I/usr/include -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -m32 -O3 -march=athlon-4 -mcpu=athlon-4 -fomit-frame-pointer -funroll-loops -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o latexexportdia.lo `test -f 'latexexportdia.cc' || echo './'`latexexportdia.cc
/bin/sh ../../../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -m32 -O3 -march=athlon-4 -mcpu=athlon-4 -fomit-frame-pointer -funroll-loops -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o libkwordlatexexport.la -rpath /usr/lib/kde3 -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.3/lib  -module -avoid-version -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined  -L/usr/lib -L/usr/X11R6/lib -L/usr/lib/graphviz -lfreetype -lz -L/usr/lib anchor.lo config.lo document.lo element.lo fileheader.lo footnote.lo format.lo formula.lo key.lo kwordlatexexportdia.lo latexexport.lo latexexportIface.lo layout.lo listtable.lo para.lo pixmapFrame.lo table.lo textFrame.lo textformat.lo textzone.lo variableformat.lo variablezone.lo xml2latexparser.lo xmlparser.lo latexexportIface_skel.lo latexexportdia.lo ../../../../lib/kofficeui/libkofficeui.la ../../../../lib/kofficecore/libkofficecore.la ../../../../lib/store/libkstore.la ../../../../lib/kformula/libkformula.la -lMagick -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthread -lm -lpthread
grep: /usr/lib/libltdl.la: No such file or directory
/bin/sed: can't read /usr/lib/libltdl.la: No such file or directory
libtool: link: `/usr/lib/libltdl.la' is not a valid libtool archive
make[5]: *** [libkwordlatexexport.la] Error 1
make[5]: Leaving directory `/var/tmp2/portage/koffice-1.3.4-r1/work/koffice-1.3.4/filters/kword/latex/export'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp2/portage/koffice-1.3.4-r1/work/koffice-1.3.4/filters/kword/latex'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp2/portage/koffice-1.3.4-r1/work/koffice-1.3.4/filters/kword'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp2/portage/koffice-1.3.4-r1/work/koffice-1.3.4/filters'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp2/portage/koffice-1.3.4-r1/work/koffice-1.3.4'
make: *** [all] Error 2

!!! ERROR: app-office/koffice-1.3.4-r1 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.



Which package provides libltdl.la ?

Johnny
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-08 13:28:40 UTC
emerge libtool, imagemagick was the villain

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