Builing scribus-9999 from the kde-testing overlay fails during src_install at: doicon "${S}/scribus/icons/scribus.png" || die "doicon failed" This failure is do to the "icons" directory being located at the root of "${S}/" and not under "${S}/scribus/". Changing the line to read: doicon "${S}/icons/scribus.png" || die "doicon failed" allows src_install to complete properly and allows the installation to finish. Notes: this is when running the install under paludis, so perhaps this is a bug caused by differences in behavior between paludis and portage. Reproducible: Always Steps to Reproduce:
Thanks for reporting your test results, assigning to kde team.
Thanks, should now be fixed in overlay