Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669396 - dev-libs/apr-1.6.5 fails to respect EPREFIX
Summary: dev-libs/apr-1.6.5 fails to respect EPREFIX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-10-23 10:33 UTC by Olivier Huber
Modified: 2018-11-26 12:15 UTC (History)
0 users

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


Attachments
ebuild patch (file_669396.txt,473 bytes, patch)
2018-10-23 10:33 UTC, Olivier Huber
Details | Diff
ebuild patch (file_669396.txt,475 bytes, patch)
2018-10-23 10:47 UTC, Olivier Huber
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Huber 2018-10-23 10:33:22 UTC
Created attachment 552504 [details, diff]
ebuild patch

* QA Notice: the following files are outside of the prefix:                                                                                                                                                                                                                  
 * /usr
 * /usr/share
 * /usr/share/apr
 * /usr/share/apr/build
 * /usr/share/apr/build/find_apr.m4
 * /usr/share/apr/build/apr_common.m4
 * /usr/share/apr/build/apr_rules.mk
 * /usr/share/apr/build/make_var_export.awk
 * /usr/share/apr/build/make_exports.awk
 * /usr/share/apr/build/mkdir.sh
 * /usr/share/apr/build/libtool
 * ERROR: dev-libs/apr-1.6.5::gentoo failed:
 *   Aborting due to QA concerns: there are files installed outside the prefix

The attached patch fixes the issue.

$ emerge -vp dev-libs/apr::gentoo

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] dev-libs/apr-1.6.5:1/1.6::gentoo [1.6.5:1/1.6::localrepo] USE="urandom -doc -older-kernels-compatibility (-selinux) -static-libs" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB
Comment 1 Olivier Huber 2018-10-23 10:47:40 UTC
Created attachment 552506 [details, diff]
ebuild patch

Quite var EPREFIX (repoman told me so)
Comment 2 Larry the Git Cow gentoo-dev 2018-11-26 12:15:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fe7001da0d15950d552c636a8e9651125b9a5b

commit 59fe7001da0d15950d552c636a8e9651125b9a5b
Author:     Benda Xu <heroxbd@gentoo.org>
AuthorDate: 2018-11-26 12:14:28 +0000
Commit:     Benda Xu <heroxbd@gentoo.org>
CommitDate: 2018-11-26 12:15:41 +0000

    dev-libs/apr: support Prefix.
    
    Suggested-By: Olivier Huber
    Closes: https://bugs.gentoo.org/669396
    Signed-off-by: Benda Xu <heroxbd@gentoo.org>
    Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-libs/apr/apr-1.6.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)