Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575416 - app-admin/conky-1.10.1: /usr/bin/install: cannot stat ‘README’: No such file or directory
Summary: app-admin/conky-1.10.1: /usr/bin/install: cannot stat ‘README’: No such file ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major with 1 vote (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-23 00:49 UTC by David Brooke
Modified: 2016-03-01 06:45 UTC (History)
0 users

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


Attachments
Conky build log (conky error build,44.80 KB, text/plain)
2016-02-23 00:49 UTC, David Brooke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Brooke 2016-02-23 00:49:08 UTC
Created attachment 426274 [details]
Conky build log

During the install phase conky errors with:
/usr/bin/install: cannot stat ‘README’: No such file or directory
!!! dodoc: README does not exist
 * ERROR: app-admin/conky-1.10.1::gentoo failed (install phase):
 *   dodoc failed
*      dodoc: README does not exist

See build log attachment
Comment 1 David Brooke 2016-02-26 15:55:59 UTC
On advice from another dev, I made this this change to the ebuild and this worked:
- DOCS=( README TODO ChangeLog NEWS AUTHORS )
+ DOCS=( README.md TODO ChangeLog NEWS AUTHORS )
Comment 2 tman 2016-02-26 17:33:17 UTC
(In reply to David Brooke from comment #1)
> On advice from another dev, I made this this change to the ebuild and this
> worked:
> - DOCS=( README TODO ChangeLog NEWS AUTHORS )
> + DOCS=( README.md TODO ChangeLog NEWS AUTHORS )

i can confirm this fix.

please update it in portage tree
Comment 3 Daniel Pielmeier gentoo-dev 2016-02-29 17:23:07 UTC
Fixed in git. Thanks for the report.