Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51214 - kde-source.class problem with latest kde-common/admin
Summary: kde-source.class problem with latest kde-common/admin
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: 2004-05-16 09:34 UTC by Simone Gotti (RETIRED)
Modified: 2004-07-09 07:32 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 Simone Gotti (RETIRED) gentoo-dev 2004-05-16 09:34:22 UTC
Hi,

I've noticed a strange things compiling kde program from cvs ebuilds in the 
last time, the admin directory is removed when the eclass do an:

[ -f "admin/cvs-clean.pl" ] && make -f admin/Makefile.common cvs-clean

so the ebuild exists with an error on the last instruction because there isn't 
the "admin" dir anymore.

I think that something has changed in the last kde-common/admin and by now the 
cvs-clean instruction remove the admin dir too. 

So like e temporal SOLUTION I've removed this instruction from the eclass and all return to work.

I hope this will be useful.


Reproducible: Always
Steps to Reproduce:
1.use an CVS ebuild that uses the kde-source.eclass
2.
3.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2004-07-09 07:32:12 UTC
For a strange reason, now it works again.