Depuis quelques jours j'essaye, sans succes, d'installer Koffice. Voici l'erreur que me renvoi "emerge koffice" :
Code: Select all
/bin/sh ../../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=athlon-xp -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DHAVE_KNEWSTUFF -o libmswordimport.la -rpath /usr/lib/kde3 -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/kde/3.4/lib -R /usr/qt/3/lib -R /usr/lib mswordimport.lo document.lo conversion.lo texthandler.lo tablehandler.lo graphicshandler.lo ../../../lib/kofficeui/libkofficeui.la ../../../lib/kofficecore/libkofficecore.la ../../../lib/store/libkstore.la -L/usr/lib -lwv2 -lgsf-1 -lgobject-2.0 -lxml2 -lz -lm -lglib-2.0
.libs/mswordimport.o: In function `MSWordImport::convert(QCString const&, QCString const&)':
mswordimport.cpp:(.text+0x9fe): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage'
mswordimport.cpp:(.text+0xdfb): undefined reference to `__gnu_cxx::__exchange_and_add(int volatile*, int)'
collect2: ld returned 1 exit status
make[4]: *** [libmswordimport.la] Erreur 1
make[4]: Leaving directory `/var/tmp/portage/koffice-1.4.2-r2/work/koffice-1.4.2/filters/kword/msword'
make[3]: *** [all-recursive] Erreur 1
make[3]: Leaving directory `/var/tmp/portage/koffice-1.4.2-r2/work/koffice-1.4.2/filters/kword'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/var/tmp/portage/koffice-1.4.2-r2/work/koffice-1.4.2/filters'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/koffice-1.4.2-r2/work/koffice-1.4.2'
make: *** [all] Erreur 2
!!! ERROR: app-office/koffice-1.4.2-r2 failed.
!!! Function kde_src_compile, Line 173, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.
Code: Select all
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="x acpi alsa avi cdr cups dvd -eds -gnome -gtk icq java jpeg kde mpeg msn ncurses oggvorbis opengl png qt scanner svg usb userlocales wmf"
LINGUAS="fr fr_FR"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ http://mirror.uni-c.dk/pub/gentoo/ http://gentoo.ngi.it"
Merci

