Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
kgraphspace doesn't compile without arts installed, and the ebuild doesn't specify arts as a dependency. Reproducible: Always Steps to Reproduce: Actual Results: ... checking for KDE... libraries /usr/kde/3.3/lib, headers /usr/kde/3.3/include checking for KDE paths... defaults checking for dcopidl... /usr/kde/3.3/bin/dcopidl checking for dcopidl2cpp... /usr/kde/3.3/bin/dcopidl2cpp checking for mcopidl... not found configure: error: The important program mcopidl was not found! Please check whether you installed aRts correctly. Just add DEPEND="kde-base/arts" to the kgraphspace ebuild.
Can you try the attached ebuild and patch? Thanks!
Created an attachment (id=42724) [edit] kgraphspace-0.3.0_pre1.ebuild
Created an attachment (id=42725) [edit] kgraphspace-0.3.0_pre1-configure.patch
That worked for me. I did this: 1) emerge unmerge kgraphspace 2) emerge unmerge arts 3) copy patch and ebuild to my $PORTDIR_OVERLAY 4) emerge kgraphspace Calculating dependencies ...done! >>> emerge (1 of 1) app-misc/kgraphspace-0.3.0_pre1 to / >>> md5 src_uri ;-) kgraphspace-0.3.0-pre1.tar.bz2 >>> Unpacking source... >>> Unpacking kgraphspace-0.3.0-pre1.tar.bz2 to /var/tmp/portage/kgraphspace-0.3.0_pre1/work * Applying kgraphspace-0.3.0_pre1-configure.patch ... [ ok ] >>> Source unpacked. [...] checking for KDE... libraries /usr/kde/3.3/lib, headers /usr/kde/3.3/include checking for KDE paths... defaults checking for dcopidl... /usr/kde/3.3/bin/dcopidl checking for dcopidl2cpp... /usr/kde/3.3/bin/dcopidl2cpp checking for kde-config... /usr/kde/3.3/bin/kde-config [...] [. sucsessful compilation and merge output .]
Good! Committed in CVS. Thanks for reporting and testing.