checking for dcopidl... /usr/kde/3.4/bin/dcopidl checking for dcopidl2cpp... /usr/kde/3.4/bin/dcopidl2cpp checking for mcopidl... not found configure: error: The important program mcopidl was not found! Please check whether you installed aRts correctly. !!! ERROR: x11-misc/klineakconfig-0.9.0_pre2 failed. Call stack: ebuild.sh, line 1526: Called dyn_compile ebuild.sh, line 923: Called src_compile ebuild.sh, line 1236: Called kde_src_compile kde.eclass, line 111: Called kde_src_compile 'all' kde.eclass, line 228: Called kde_src_compile 'myconf' 'configure' 'make' kde.eclass, line 211: Called econf '--with-x' '--enable-mitshm' '--with-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt' '--with-qt-libraries=/usr/qt/3/lib' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--without-arts' '--with-extra-includes=/usr/kde/3.4/include' '--with-extra-libs=/usr/kde/3.4/lib' ebuild.sh, line 527: Called die
I added an arts DEPEND to the ebuild
Can't this be made an RDEPEND instead, so that arts can be easily depcleaned after install?
(In reply to comment #2) > Can't this be made an RDEPEND instead, so that arts can be easily depcleaned > after install? RDEPEND? I guess not... :) @genstef - can you check if sticking mirror://gentoo/kde-admindir-3.5.5.tar.bz2 into SRC_URI and using kde_src_unpack fixes this damned dependency?
Yes, it removes the bogus depend. Thanks jakub & sheldon