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
Description:   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.

------- Comment #1 From Simone Gotti (RETIRED) 2004-10-27 15:08:27 0000 -------
Can you try the attached ebuild and patch? Thanks!

------- Comment #2 From Simone Gotti (RETIRED) 2004-10-27 15:08:54 0000 -------
Created an attachment (id=42724) [details]
kgraphspace-0.3.0_pre1.ebuild

------- Comment #3 From Simone Gotti (RETIRED) 2004-10-27 15:09:17 0000 -------
Created an attachment (id=42725) [details]
kgraphspace-0.3.0_pre1-configure.patch

------- Comment #4 From Christer Ekholm 2004-10-27 15:25:57 0000 -------
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 .]

------- Comment #5 From Simone Gotti (RETIRED) 2004-10-27 15:35:10 0000 -------
Good! Committed in CVS. 

Thanks for reporting and testing.