Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 575416

Summary: app-admin/conky-1.10.1: /usr/bin/install: cannot stat ‘README’: No such file or directory
Product: Gentoo Linux Reporter: David Brooke <david2012brooke>
Component: Current packagesAssignee: Daniel Pielmeier <billie>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Conky build log

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.