ebuild checks out source to "/var/tmp/portage/mail-client/neomutt-99999999/work/neomutt-neomutt-99999999"; however, portage looks for source in "/var/tmp/portage/mail-client/neomutt-99999999/work/neomutt-99999999".
Created attachment 674398 [details] emerge build log
Created attachment 674401 [details] output of emerge --info '=mail-client/neomutt-99999999::gentoo'
Created attachment 674404 [details] output of emerge -pqv '=mail-client/neomutt-99999999::gentoo'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff7b7f99b533258eb6c5094de4f415b03fceb53 commit bff7b7f99b533258eb6c5094de4f415b03fceb53 Author: Austin Ray <austin@austinray.io> AuthorDate: 2020-11-23 05:08:02 +0000 Commit: Nicolas Bock <nicolasbock@gentoo.org> CommitDate: 2020-11-23 17:48:36 +0000 mail-client/neomutt: fix live ebuild src dir Commit e4ef3e09eaf dropped the assignment of "S", changing its value from "${WORKDIR}/${PN}-${P}" to the default value of "${WORKDIR}/${P}". However, the live ebuild still checkouts out source code to previous location so portage says the source directory doesn't exist. This commit drops the custom checkout directory and uses the default value provided, which corresponds to the default value of "S". Closes: https://bugs.gentoo.org/756166 Signed-off-by: Austin Ray <austin@austinray.io> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org> mail-client/neomutt/neomutt-99999999.ebuild | 1 - 1 file changed, 1 deletion(-)