Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176175 - sci-mathematics/rkward-0.4.7 compile fails without kde-config installed
Summary: sci-mathematics/rkward-0.4.7 compile fails without kde-config installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-26 22:22 UTC by Andre
Modified: 2007-04-27 10:09 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre 2007-04-26 22:22:45 UTC
Compiling sci-mathematics/rkward-0.4.7 exits on unsuccessful check for 
kde-config. It does not tie in any kde components.

I'm not into KDE, but I guess it should depend on kde-base.

Tweaking it to not depend on kde-config would be nicer for me :-)


Reproducible: Always

Steps to Reproduce:
1. emerge =sci-mathematics/rkward-0.4.7


Actual Results:  
The ebuld exits unsucessfully.

Expected Results:  
It ought to compile -- or tie in the package providing kde-config as dependency.
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2007-04-26 23:02:29 UTC
Hi Andre,

Thanks for your bug-report. According to the README rkward
requires

- KDE-libraries and headers (>= 3.x) (http://www.kde.org)
- Qt-libraries and headers (>= 3.x) (http://www.trolltech.com)
- R and headers (http://www.r-project.org)
- PHP with commandline-interface (http://www.php.net)

Hence it looks to me we need to depend at least on kde-libs
which should pull in qt3 as well. I've cc'd Sébastien since he
committed the package and might know more.

Thanks,
Markus

Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2007-04-26 23:42:44 UTC
Andre: Something is wrong with your system. kde-config is part of kdelibs.


btw.:  "rm -f ${D}/usr/lib/..." should probably be $(get_libdir), right!?
Comment 3 Andre 2007-04-27 08:08:23 UTC
No, my system is fine (AFAIK), my guess was wrong.

I don't have any KDE components. That is why I stumbled over this error in the first place. And I cannot do an equery b, obviously. 

I tried another machine now and kde-config is in kdelibs, right enough.

Sorry for any confusion,

Andre 
Comment 4 Sébastien Fabbro (RETIRED) gentoo-dev 2007-04-27 08:39:28 UTC
> btw.:  "rm -f ${D}/usr/lib/..." should probably be $(get_libdir), right!?

right. done.

> I tried another machine now and kde-config is in kdelibs, right enough.

closing as invalid then. thanks.
Comment 5 Andre 2007-04-27 09:02:13 UTC
No, this bug is not invalid.

kdelibs ought to be a dependency of the ebuild.

It is not tied in, and as a consequence, the 
emerge fails as described. 

Best, Andre
Comment 6 Sébastien Fabbro (RETIRED) gentoo-dev 2007-04-27 10:09:09 UTC
Andre, you were right, and I just recently got into kde. I completely dismissed the need-kde xx, trusting both science and sunrise overlays ebuilds. It should be fixed by now.