Muine requires dev-util/mono-tools (monodoc now is provided by this package), otherwise the emerge of muine fails. * * monodoc's GUI documentation browser has been seperated out into a * seperate package. If you want the browser, please emerge mono-tools. * Reproducible: Always Steps to Reproduce:
confirmed, muine calls `monodoc --get-sourcesdir` during make install. It should probably use `pkgconfig monodoc --variable=sourcesdir` instead and this dependency would be unnecessary. mkdir -p /home/tmp/portage/muine-0.8.3/image//`monodoc --get-sourcesdir` /bin/sh: monodoc: command not found install -m 644 ./muine-docs.source \ /home/tmp/portage/muine-0.8.3/image//`monodoc --get-sourcesdir` /bin/sh: monodoc: command not found install -m 644 muine-docs.tree \ /home/tmp/portage/muine-0.8.3/image//`monodoc --get-sourcesdir` /bin/sh: monodoc: command not found install: cannot stat `muine-docs.tree': No such file or directory make[2]: *** [install-data-local] Error 1 make[2]: Leaving directory `/home/tmp/portage/muine-0.8.3/work/muine-0.8.3/doc' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/tmp/portage/muine-0.8.3/work/muine-0.8.3/doc' make: *** [install-recursive] Error 1 !!! ERROR: media-sound/muine-0.8.3 failed. !!! Function gnome2_src_install, Line 65, Exitcode 2 !!! make DESTDIR install failed !!! If you need support, post the topmost build error, NOT this status message.
Fixed in muine-0.8.3-r1. Thanks for the report, marking this FIXED.