Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702042 - media-video/rav1e - QA Notice: the following files are outside of the prefix: /usr/bin/rav1e
Summary: media-video/rav1e - QA Notice: the following files are outside of the prefix:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-05 15:47 UTC by gerion
Modified: 2019-12-06 20:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gerion 2019-12-05 15:47:31 UTC
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
Comment 1 gerion 2019-12-06 19:47:11 UTC
Problem of eclass.

See https://bugs.gentoo.org/702168
Comment 2 Larry the Git Cow gentoo-dev 2019-12-06 20:04:09 UTC
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(-)