Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572276 - mpv-9999 fails because example config was renamed
Summary: mpv-9999 fails because example config was renamed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-18 14:26 UTC by Jiří Helebrant
Modified: 2016-01-18 14:33 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 Jiří Helebrant 2016-01-18 14:26:53 UTC
Emerging mpv-9999 results in:

/usr/bin/install: cannot stat ‘etc/example.conf’: No such file or directory
!!! dodoc: etc/example.conf does not exist
 * ERROR: media-video/mpv-9999::gentoo failed (install phase):
 *   dodoc failed
 * 


Seems to be caused by this commit from 2016-01-11: https://github.com/mpv-player/mpv/commit/30fd858e5e7fdec58da8c89b1aa3614d624891bd


It works after changing the filename in mpv-9999.ebuild:

< DOCS+=( README.md etc/example.conf etc/input.conf )
---
> DOCS+=( README.md etc/mpv.conf etc/input.conf )

Reproducible: Always

Steps to Reproduce:
1. emerge =mpv-9999
Comment 1 Jiří Helebrant 2016-01-18 14:33:01 UTC
Nevermind, it was fixed while i was submitting this bugreport (by removing these example configs altogether and leaving only Readme in DOCS): https://github.com/gentoo/gentoo/commit/8d842d62c78337e81299bb1ab08e1cfccbcfba97