Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479762 - =dev-lang/yap-6.3.2 USE=R - sandbox violation in C: /usr/bin/install -c real.so /usr/lib64/Yap : /usr/bin/install: cannot create regular file '/usr/lib64/Yap/real.so': Permission denied
Summary: =dev-lang/yap-6.3.2 USE=R - sandbox violation in C: /usr/bin/install -c real....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prolog project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-04 22:45 UTC by Jason Mours
Modified: 2013-08-22 07:54 UTC (History)
0 users

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


Attachments
build.log - Working Compile (yap-6.3.2-build.log,271.81 KB, application/octet-stream)
2013-08-04 22:47 UTC, Jason Mours
Details
build.log - Failed compile [R] (yap-R-6.3.2.build.log,230.53 KB, text/plain)
2013-08-04 22:47 UTC, Jason Mours
Details
Sanbox violation (yap-R-6.3.2.sandbox-17451.log,344 bytes, text/plain)
2013-08-04 22:48 UTC, Jason Mours
Details
emerge-info (yap-6.3.2.emerge-info,17.80 KB, text/plain)
2013-08-04 22:48 UTC, Jason Mours
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mours 2013-08-04 22:45:25 UTC
Adding USE="R" to dev-lang/yap-6.3.2 causes an ACCESS VIOLATION in sandbox [sys-apps/sandbox-2.6-r1] :

make[1]: Entering directory `/var/tmp/portage/dev-lang/yap-6.3.2/work/yap-6.3.2/packages/real'
mkdir -p /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/lib64/Yap
rm -f /var/tmp/portage/dev-lang/yap-6.3.2/image//usr/lib64/Yap/real.so
/usr/lib64/portage/bin/ebuild-helpers/xattr/install -c real.so /usr/lib64/Yap
/usr/bin/install: cannot create regular file '/usr/lib64/Yap/real.so': Permission denied
make[1]: *** [install-ritf] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-lang/yap-6.3.2/work/yap-6.3.2/packages/real'
make: *** [install_unix] Error 2
make: *** Waiting for unfinished jobs....

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/lib64/Yap/real.so
A: /usr/lib64/Yap/real.so
R: /usr/lib64/Yap/real.so
C: /usr/bin/install -c real.so /usr/lib64/Yap 

: Compiled it plenty of time without "R". Posting build.log



Reproducible: Always
Comment 1 Jason Mours 2013-08-04 22:47:04 UTC
Created attachment 355128 [details]
build.log - Working Compile

This is the .log from a complete compile
Comment 2 Jason Mours 2013-08-04 22:47:54 UTC
Created attachment 355130 [details]
build.log - Failed compile [R]

Failed compile with USE="R"
Comment 3 Jason Mours 2013-08-04 22:48:26 UTC
Created attachment 355132 [details]
Sanbox violation
Comment 4 Jason Mours 2013-08-04 22:48:44 UTC
Created attachment 355134 [details]
emerge-info
Comment 5 Keri Harris gentoo-dev 2013-08-22 07:54:48 UTC
Thanks for reporting this bug. This has been fixed in CVS.