Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69189 - kgraphspace need arts
Summary: kgraphspace need arts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 14:37 UTC by Christer Ekholm
Modified: 2004-10-27 15:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kgraphspace-0.3.0_pre1.ebuild (kgraphspace-0.3.0_pre1.ebuild,568 bytes, text/plain)
2004-10-27 15:08 UTC, Simone Gotti (RETIRED)
Details
kgraphspace-0.3.0_pre1-configure.patch (kgraphspace-0.3.0_pre1-configure.patch,3.48 KB, text/plain)
2004-10-27 15:09 UTC, Simone Gotti (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christer Ekholm 2004-10-27 14:37:27 UTC
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 Simone Gotti (RETIRED) gentoo-dev 2004-10-27 15:08:27 UTC
Can you try the attached ebuild and patch? Thanks!
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-10-27 15:08:54 UTC
Created attachment 42724 [details]
kgraphspace-0.3.0_pre1.ebuild
Comment 3 Simone Gotti (RETIRED) gentoo-dev 2004-10-27 15:09:17 UTC
Created attachment 42725 [details]
kgraphspace-0.3.0_pre1-configure.patch
Comment 4 Christer Ekholm 2004-10-27 15:25:57 UTC
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 Simone Gotti (RETIRED) gentoo-dev 2004-10-27 15:35:10 UTC
Good! Committed in CVS. 

Thanks for reporting and testing.