Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148394 - media-fonts/dejavu: COPYRIGHT does not exist - need to fix font.eclass ?
Summary: media-fonts/dejavu: COPYRIGHT does not exist - need to fix font.eclass ?
Status: VERIFIED DUPLICATE of bug 144804
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 09:50 UTC by Xavier Maillard
Modified: 2006-09-20 11:58 UTC (History)
0 users

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


Attachments
Install DOCS if user define ones (font.eclass.diff,356 bytes, patch)
2006-09-20 10:00 UTC, Xavier Maillard
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Maillard 2006-09-20 09:50:20 UTC
When emerging media-fonts/dejavu, there is a small error:

>>> Install dejavu-2.10 into /var/tmp/portage/dejavu-2.10/image/ category media-fonts
 * Creating fontconfig cache ...
dodoc: COPYRIGHT does not exist


It seems that font.eclass is not doing the good job.
Enclosed is a patch that fixes this warning.
Comment 1 Xavier Maillard 2006-09-20 10:00:13 UTC
Created attachment 97555 [details, diff]
Install DOCS if user define ones

This patch check for DOCS value and if not nil, it calls dodoc.

This would avoid copy error when (default/common) files do not exist.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-20 10:39:13 UTC
If it exists, it gets installed, otherwise it doesn't get installed. No problem here.



*** This bug has been marked as a duplicate of 144804 ***
Comment 3 Xavier Maillard 2006-09-20 11:58:12 UTC
(In reply to comment #2)
> If it exists, it gets installed, otherwise it doesn't get installed. No problem
> here.

You are right, this is done through dodoc. I did not interpreted the "error message" correctly. Sorry.

I am closing this bug