I just emerged koffice-meta-1.5_beta1 (upgrading from 1.4.2), and all components but Krita emerges. Krita, however, fails with: /usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" kis_wdg_options_tiff.cc.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_kis_wdg_options_tiff,g" | /usr/bin/perl -pe "s,: QWizard\(,: KWizard(,g" >> kis_wdg_options_tiff.cc ;\ rm -f kis_wdg_options_tiff.cc.temp ;\ if test "$ret" = 0; then echo '#include "kis_wdg_options_tiff.moc"' >> kis_wdg_options_tiff.cc; else rm -f kis_wdg_options_tiff.cc ; exit $ret ; fi kis_tiff_converter.cc:24:18: error: lcms.h: No such file or directory /bin/sh ../../../libtool --silent --mode=compile --tag=CXX x86_64-pc-linux-gnu-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/kopalette -I../../../lib/kopalette -I../../../krita -I../../../krita/core -I../../../krita/sdk -I../../../krita/core/tiles -I../../../krita/kritacolor -I../../../krita/ui -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/kopalette -I../../../lib/kopalette -I../../../lib/interfaces -I../../../lib/kopainter -I../../../lib/kopainter -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -I/usr/kde/3.5/include -DQT_THREAD_SUPPORT -D_REENTRANT -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 -march=k8 -O2 -pipe -fomit-frame-pointer -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 -fexceptions -c -o kis_wdg_options_tiff.lo `test -f 'kis_wdg_options_tiff.cc' || echo './'`kis_wdg_options_tiff.cc kis_dlg_options_tiff.cpp: In member function 'KisTIFFOptions KisDlgOptionsTIFF::options()': kis_dlg_options_tiff.cpp:90: warning: 'options$compressionType' may be used uninitialized in this function kis_tiff_converter.cc:294: warning: unused parameter 'profile' make[4]: *** [kis_tiff_converter.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory `/var/tmp/portage/krita-1.5_beta1/work/krita-1.5_beta1/filters/krita/tiff' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/var/tmp/portage/krita-1.5_beta1/work/krita-1.5_beta1/filters/krita' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/krita-1.5_beta1/work/krita-1.5_beta1/filters' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/krita-1.5_beta1/work/krita-1.5_beta1' make: *** [all] Error 2 !!! ERROR: app-office/krita-1.5_beta1 failed. Call stack: ebuild.sh, line 1894: Called dyn_compile ebuild.sh, line 941: Called src_compile krita-1.5_beta1.ebuild, line 50: Called kde-meta_src_compile kde-meta.eclass, line 400: Called kde_src_compile kde.eclass, line 104: Called kde_src_compile 'compile' kde.eclass, line 221: Called kde_src_compile 'all' 'myconf' 'configure' !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, and the call stack if relevant. I'm running amd64, mostly stable (not ~amd64), but with kde 3.5.1 and gcc 4.0.2
Okay this was because of the version of lcms you were using (current stable amd64), that installs lcms.h in a non-standard location. I've bumped the dependency on 1.14-r1 that installs it in the right location.