Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653690 - app-misc/acdctl-1.1-r1 FEATURES="sandbox" fails to install
Summary: app-misc/acdctl-1.1-r1 FEATURES="sandbox" fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal major (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:
Depends on:
Blocks: 648480
  Show dependency tree
 
Reported: 2018-04-21 11:00 UTC by ernsteiswuerfel
Modified: 2018-05-27 11:51 UTC (History)
1 user (show)

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


Attachments
emerge --info (file_653690.txt,5.53 KB, text/plain)
2018-04-21 11:00 UTC, ernsteiswuerfel
Details
build.log (build.log,2.61 KB, text/plain)
2018-04-21 11:01 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2018-04-21 11:00:27 UTC
Created attachment 528134 [details]
emerge --info

Wants to install to /usr/local/bin which fails with FEATURES="sandbox"?

>>> Install acdctl-1.1-r1 into /var/tmp/portage/app-misc/acdctl-1.1-r1/image/ category app-misc
make -j3 -l2 DESTDIR=/var/tmp/portage/app-misc/acdctl-1.1-r1/image/ install 
install -o root -g root -m 755 acdctl /usr/local/sbin
 * ACCESS DENIED:  open_wr:      /usr/local/sbin/acdctl
/usr/bin/install: cannot create regular file '/usr/local/sbin/acdctl': Permission denied
make: *** [Makefile:37: install] Error 1
 * ERROR: app-misc/acdctl-1.1-r1::gentoo failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-misc/acdctl-1.1-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-misc/acdctl-1.1-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-misc/acdctl-1.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-misc/acdctl-1.1-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-misc/acdctl-1.1-r1/work/acdctl-1.1'
 * S: '/var/tmp/portage/app-misc/acdctl-1.1-r1/work/acdctl-1.1'
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-12529.log"
 * 
VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /usr/local/sbin/acdctl
A: /usr/local/sbin/acdctl
R: /usr/local/sbin/acdctl
C: /usr/bin/install -o root -g root -m 755 acdctl /usr/local/sbin 
 * --------------------------------------------------------------------------------
Comment 1 ernsteiswuerfel archtester 2018-04-21 11:01:26 UTC
Created attachment 528136 [details]
build.log
Comment 2 Pacho Ramos gentoo-dev 2018-05-27 11:51:25 UTC
[master ecd8932dde70] app-misc/acdctl: Fix sandbox violation (#653690)
 1 file changed, 2 insertions(+), 2 deletions(-)