Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492826 - dev-util/strace-4.8 USE=-perl sandbox violation
Summary: dev-util/strace-4.8 USE=-perl sandbox violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 01:55 UTC by Duncan
Modified: 2013-11-29 14:04 UTC (History)
3 users (show)

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 Duncan 2013-11-29 01:55:40 UTC
* ACCESS DENIED:  unlinkat:     /usr/bin/strace-graph

Clearly the Nov 28 USE=perl change in src_install:

        use perl || rm /usr/bin/strace-graph


Shouldn't that be ${ED}/usr/bin/strace-graph ?

Duncan
Comment 1 Duncan 2013-11-29 02:10:22 UTC
Confirmed with a simple ebuild patch adding the ${ED}.

(I have a script that applies ebuild-patches from a tree in /etc/portage/patches.ebuild/ , redigesting as appropriate, just as source-patches in the /etc/portage/patches/ tree are normally applied.  Works quite nicely! =:^)

Duncan
Comment 2 SpanKY gentoo-dev 2013-11-29 14:04:21 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix USE=-perl thinko
http://sources.gentoo.org/dev-util/strace/strace-4.8.ebuild?r1=1.2&r2=1.3
http://sources.gentoo.org/dev-util/strace/strace-9999.ebuild?r1=1.5&r2=1.6