media-video/rav1e is currently not installable in prefix as files are outside of prefix: ``` >>> Completed installing media-video/rav1e-9999 into /srv/scratch/entrup/gentoo/var/tmp/portage/media-video/rav1e-9999/image * Final size of build directory: 869972 KiB (849.5 MiB) * Final size of installed tree: 40912 KiB ( 39.9 MiB) * QA Notice: the following files are outside of the prefix: * /usr * /usr/bin * /usr/bin/rav1e * ERROR: media-video/rav1e-9999::gentoo failed: * Aborting due to QA concerns: there are files installed outside the prefix * * Call stack: * misc-functions.sh, line 586: Called install_qa_check * misc-functions.sh, line 132: Called source 'install_symlink_html_docs' * 05prefix, line 114: Called install_qa_check_prefix * 05prefix, line 27: Called die * The specific snippet of code: * die "Aborting due to QA concerns: there are files installed outside the prefix" * * If you need support, post the output of `emerge --info '=media-video/rav1e-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/rav1e-9999::gentoo'`. * The complete build log is located at '/srv/scratch/entrup/gentoo/var/tmp/portage/media-video/rav1e-9999/temp/build.log'. * The ebuild environment file is located at '/srv/scratch/entrup/gentoo/var/tmp/portage/media-video/rav1e-9999/temp/environment'. * Working directory: '/srv/scratch/entrup/gentoo/var/tmp/portage/media-video/rav1e-9999/image/srv/scratch/entrup/gentoo' * S: '/srv/scratch/entrup/gentoo/var/tmp/portage/media-video/rav1e-9999/work/rav1e-9999' !!! post install failed; exiting. ``` Reproducible: Always Steps to Reproduce: 1. emerge rav1e
Problem of eclass. See https://bugs.gentoo.org/702168
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee4123a38e4a84f0f74530054477b4336b1fcb0 commit 2ee4123a38e4a84f0f74530054477b4336b1fcb0 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2019-12-06 19:51:34 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2019-12-06 20:04:00 +0000 cargo.eclass: fix cargo_src_install() on prefix Closes: https://bugs.gentoo.org/702168 Closes: https://bugs.gentoo.org/702042 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> eclass/cargo.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)