Bug 69189 - kgraphspace need arts
|
Bug#:
69189
|
Product: Gentoo Linux
|
Version: 2004.1
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: che@chrekh.se
|
|
Component: KDE
|
|
|
URL:
|
|
Summary: kgraphspace need arts
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-10-27 14:37 0000
|
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!
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.