Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124789 - Missing eclass koffice-i18n
Summary: Missing eclass koffice-i18n
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 06:06 UTC by Carsten Milkau
Modified: 2006-03-04 03:58 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 Carsten Milkau 2006-03-03 06:06:17 UTC
$ emerge -C koffice-18n-de
No package files given... Grabbing a set. 
 
QA Notice: ECLASS 'koffice-i18n' inherited illegally in app-i18n/koffice-i18n-de-1.2.1 
 
/usr/lib/portage/bin/ebuild.sh: line 1524: /usr/portage/eclass/koffice-i18n.eclass: File or directory not found 
 
!!! ERROR: app-i18n/koffice-i18n-de-1.2.1 failed. 
!!! Function inherit, Line 1525, Exitcode 1 
!!! died sourcing /usr/portage/eclass/koffice-i18n.eclass in inherit() 
!!! If you need support, post the topmost build error, NOT this status message. 
 
!!! FAILED prerm: 1

Steps to reproduce:
* Get a sufficently old portage tree
* emerge koffice-i18n-de
* emerge sync
* emerge -C koffice-i18n-de
Comment 1 Benigno B. Junior (RETIRED) gentoo-dev 2006-03-03 06:22:51 UTC
According to this link: http://dev.gentoo.org/~plasmaroo/devmanual/eclass-writing/

You can see the following: "Eclasses must not be removed from the tree, even if they are no longer used, as this will cause problems for users who have installed packages which used the eclass in question."

This is a clear situation, as you are facing. Well, unfortunately this eclass has been removed and I don't think it's gonna get in again.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2006-03-03 06:25:07 UTC
Uh, old stuff. In this trivial case you can do 

`touch /usr/portage/eclass/koffice-i18n.eclass`

and unmerge as usual. Should you encounter such an issue again, please don't do this blindly, but file a bug again. Thanks.
Comment 3 Carsten Milkau 2006-03-04 03:58:31 UTC
Thank you!