Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34885 - missing kde-functions
Summary: missing kde-functions
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-02 05:33 UTC by Peter Simons
Modified: 2003-12-03 02:39 UTC (History)
0 users

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 Peter Simons 2003-12-02 05:33:11 UTC
I have excluded the kde-* hierarchy from rsync via the rsync_excludes config
file. Now, whenever I "emerge rsync", I get lot's of errors like this one:

 > /!!! eclass 'kde-functions' in 'x11-themes/qinx-0.6' does not exist:

Is there a good way to fix his error _without_ needing to track the whole KDE
stuff? And, more importantly, is this error serious, or is this just a warning I
can ignore?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2003-12-02 08:20:53 UTC
your rsync mask is incorrect, it is also catching the eclasses (named like kde-*)

try kde-base/*
Comment 2 Peter Simons 2003-12-03 02:39:04 UTC
Changing that did indeed fix the errors. Thanks!