Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675820 - media-gfx/scrot-0.8_p13-r1: PREFIX install failure
Summary: media-gfx/scrot-0.8_p13-r1: PREFIX install failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-01-19 03:20 UTC by Susan Wilson
Modified: 2019-01-27 06:21 UTC (History)
1 user (show)

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


Attachments
build.log (build-fail.log,12.97 KB, text/plain)
2019-01-19 03:20 UTC, Susan Wilson
Details
emerge --info (emerge.info,5.49 KB, application/x-info)
2019-01-19 03:20 UTC, Susan Wilson
Details
patch for ebuild (scrot-0.8_p13-r1.ebuild.patch,341 bytes, patch)
2019-01-19 03:21 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-19 03:20:27 UTC
Created attachment 562100 [details]
build.log

Hi,

On gentoo-prefix, scrot installation fails due to
```
 * Call stack:
 *     ebuild.sh, line 124:  Called src_install
 *   environment, line 1941:  Called die
 * The specific snippet of code:
 *       rm -r "${D}"/usr/doc || die;
```
Comment 1 Susan Wilson 2019-01-19 03:20:55 UTC
Created attachment 562102 [details]
emerge --info
Comment 2 Susan Wilson 2019-01-19 03:21:38 UTC
Created attachment 562104 [details, diff]
patch for ebuild

This patch fixes issue
Comment 3 Larry the Git Cow gentoo-dev 2019-01-27 06:21:39 UTC
The bug has been closed via the following commit(s):

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

commit f1257dfe4e73172c311209bfff42c5457719489f
Author:     Benda Xu <heroxbd@gentoo.org>
AuthorDate: 2019-01-27 06:21:01 +0000
Commit:     Benda Xu <heroxbd@gentoo.org>
CommitDate: 2019-01-27 06:21:01 +0000

    media-gfx/scrot: correct Prefix path.
    
    Suggested-By: Susan Wilson
    Closes: https://bugs.gentoo.org/675820
    Closes: https://github.com/gentoo/gentoo/pull/10909
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Benda Xu <heroxbd@gentoo.org>

 media-gfx/scrot/scrot-0.8_p13-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)