The wasabi-0.2.1 ebuild attempts to chown the wasabi config file to 'wasabi:root' before creating the wasabi user. This results in the configuration file not being installed in /etc/wasabi. Also, (just as I was about to submit this bug), I realized that because of the below error, it does not finish installing wasabi completely (specifically, the docs that should go in /usr/share/doc/wasabi-0.2.1 are not installed). Reproducible: Always Steps to Reproduce: 1. emerge wasabi (reproducable only if wasabi user isn't already created) Actual Results: Ebuild emerges successfully. However, prior to this, the following errors are recieved: [ -f /usr/tmp/portage/wasabi-0.2.1/image//etc/wasabi/wasabi.conf ] || \ install -o wasabi -g root -m 0640 -D wasabi.conf /usr/tmp/portage/wasabi-0.2.1/image//etc/wasabi/wasabi.conf install: invalid user `wasabi' make: *** [install] Error 1 chown: `wasabi:root': invalid user Expected Results: Existence of a default configuration file. Documentation in /usr/share/doc.
Thanks for the report. wasabi-0.2.1-r1.ebuild will be soon available on cvs addressing this issue, please reopen the bug if there are any further issues.