There is a wrong mv in the ebuild leading to: mv: cannot stat ‘/home/portage/media-libs/oyranos-0.9.4-r1/image//usr/share/doc/oyranos/*’: No such file or directory I have changed the part in my overlay 'seden' from ---- if use doc ; then mv "${ED}/usr/share/doc/${PN}/*" "${ED}/usr/share/doc/${P}" || die fi rm -rf "${ED}/usr/share/doc/${PN}" || die ---- to ---- if use doc ; then mv "${D}usr/share/doc/${PN}/html" "${D}usr/share/doc/${PF}" || die fi rm -rf "${D}usr/share/doc/${PN}" || die ---- And it now installs fine. Reproducible: Always Steps to Reproduce: 1. USE="doc" emerge =media-libs/oyranos-0.9.4-r1 Actual Results: Install fails with error message. Expected Results: Normal install
Created attachment 373724 [details, diff] Fix install with USE="doc" Fix install with USE="doc"
Damn. Pleae ignore the top part about versionator and MY_PV/MY_P, those are, of course, not needed.
I suggest upgrading to oyranos-0.9.5 - such hacks are gone with that version. ;)