Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676992 - app-text/pinfo-0.6.10-r6 installs outside of prefix in /etc
Summary: app-text/pinfo-0.6.10-r6 installs outside of prefix in /etc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-01-31 18:00 UTC by Susan Wilson
Modified: 2019-02-01 09:37 UTC (History)
1 user (show)

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


Attachments
build.log (build-fail.log,44.27 KB, text/plain)
2019-01-31 18:01 UTC, Susan Wilson
Details
emerge --info (emerge.info,5.80 KB, text/plain)
2019-01-31 18:01 UTC, Susan Wilson
Details
pinfo patch (pinfo-0.6.10-r6.ebuild.patch,275 bytes, patch)
2019-01-31 18:02 UTC, Susan Wilson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Susan Wilson 2019-01-31 18:00:19 UTC
Hi,

Under gentoo-prefix, `pinfo` package installs config file outside of prefix and
merge fails with
```
 * QA Notice: the following files are outside of the prefix:
 * /etc
 * /etc/pinforc
 * ERROR: app-text/pinfo-0.6.10-r6::gentoo failed:
 *   Aborting due to QA concerns: there are files installed outside the prefix
 *
```


Reproducible: Always

Steps to Reproduce:
1. emerge pinfo under gentoo-prefix
Actual Results:  
merge failed

Expected Results:  
successful merge
Comment 1 Susan Wilson 2019-01-31 18:01:00 UTC
Created attachment 563358 [details]
build.log
Comment 2 Susan Wilson 2019-01-31 18:01:30 UTC
Created attachment 563360 [details]
emerge --info
Comment 3 Susan Wilson 2019-01-31 18:02:29 UTC
Created attachment 563362 [details, diff]
pinfo patch

Patch that fixes given issue
Comment 4 Larry the Git Cow gentoo-dev 2019-02-01 09:37:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e26b979f8c928eee6210c6a637a15b9a5b0b40

commit 30e26b979f8c928eee6210c6a637a15b9a5b0b40
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-02-01 09:36:39 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-02-01 09:37:40 +0000

    app-text/pinfo: Fix installing /etc/pinforc in prefix
    
    Patch by Susan Wilson. Thanks!
    
    Package-Manager: Portage-2.3.59, Repoman-2.3.12
    Fixes: https://bugs.gentoo.org/676992
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 app-text/pinfo/pinfo-0.6.10-r7.ebuild | 60 +++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)