Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667332 - media-libs/opusfile-0.11 installs files outside of prefix
Summary: media-libs/opusfile-0.11 installs files outside of prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-09-30 04:46 UTC by Susan Wilson
Modified: 2018-10-05 07:43 UTC (History)
2 users (show)

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


Attachments
build log (build.log,23.41 KB, text/x-log)
2018-09-30 04:46 UTC, Susan Wilson
Details
emerge --info (emerge.info,5.13 KB, text/plain)
2018-09-30 04:47 UTC, Susan Wilson
Details
fixed ebuild (opusfile-0.11.ebuild,969 bytes, text/plain)
2018-09-30 04:48 UTC, Susan Wilson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Susan Wilson 2018-09-30 04:46:36 UTC
Created attachment 548292 [details]
build log

Hi,

When emerging opusfile inside of a prefix, during installation phase QA
complains about files being installed outide of prefix:
```
QA Notice: the following files are outside of the prefix:
/usr/share
/usr/share/doc
/usr/share/doc/opusfile-0.11
/usr/share/doc/opusfile-0.11/README.md
/usr/share/doc/opusfile-0.11/COPYING
/usr/share/doc/opusfile-0.11/AUTHORS
```

I am attaching a fixed ebuild, that correctly installs the doc files.
Comment 1 Susan Wilson 2018-09-30 04:47:42 UTC
Created attachment 548294 [details]
emerge --info
Comment 2 Susan Wilson 2018-09-30 04:48:18 UTC
Created attachment 548296 [details]
fixed ebuild
Comment 3 Larry the Git Cow gentoo-dev 2018-10-05 07:43:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d7a690ed00d2c8457e5f76a07683eb6b465334

commit 50d7a690ed00d2c8457e5f76a07683eb6b465334
Author:     Susan Wilson <susanw@airmail.cc>
AuthorDate: 2018-10-02 05:52:11 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2018-10-05 07:42:34 +0000

    media-libs/opusfile: fix install inside prefix
    
    Closes: https://bugs.gentoo.org/667332
    
    Package-Manager: portage-2.3.50-r3, repoman-2.3.11
    Signed-off-by: Susan Wilson <susanw@airmail.cc>
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 media-libs/opusfile/opusfile-0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)