Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33825 - inherit kde breaks emerge ymessenger in the ymessenger ebuild
Summary: inherit kde breaks emerge ymessenger in the ymessenger ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 07:03 UTC by Georgi Georgiev
Modified: 2003-11-22 01:00 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 Georgi Georgiev 2003-11-19 07:03:41 UTC
I know the reason for the problem I am having. I have /kde-base in /etc/portage/rsync_exclude and I also have RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes

The ymessenger ebuild starts with "inherit kde rpm" and this is what happens on my system

root@lion root # emerge -pv ymessenger

These are the packages that I would merge, in order:

Calculating dependencies \
emerge: there are no masked or unmasked ebuilds to satisfy "~kde-base/kde-env-3".

!!! Error calculating dependencies. Please correct.

I guess the ymessenger would be better off like this:

--- ymessenger-1.0.4.1.ebuild   2003-10-02 10:12:13.000000000 +0900
+++ ymessenger-1.0.4.1-r1.ebuild        2003-11-20 00:02:51.000000000 +0900
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /home/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-1.0.4.1.ebuild,v 1.2 2003/10/02 00:51:17 seemant Exp $
 
-inherit kde rpm
+inherit kde-functions rpm
 
 IUSE="kde gnome"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-11-19 12:37:44 UTC
inheriting kde-functions makes it work, then?
Comment 2 Georgi Georgiev 2003-11-19 17:36:03 UTC
Yes. The only thing the ebuild needs the inhertiance for is the variable $KDEDIR. And the variable *is* set in kde-functions.eclass.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-11-22 01:00:54 UTC
thanks Georgi