Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465980 - dev-lang/snobol-1.4.1 multiple sandbox violations
Summary: dev-lang/snobol-1.4.1 multiple sandbox violations
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-15 12:13 UTC by Helmut Jarausch
Modified: 2013-04-17 03:11 UTC (History)
1 user (show)

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


Attachments
build log (build.log,27.56 KB, text/plain)
2013-04-15 12:13 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2013-04-15 12:13:38 UTC
Created attachment 345622 [details]
build log

Please see the attached build log.
Comment 1 Patrick Lauer gentoo-dev 2013-04-17 02:39:59 UTC
F: open_wr
S: deny
P: /var/log/emerge.log
A: /var/log/emerge.log
R: /var/log/emerge.log
C: /usr/bin/python2.7 /usr/bin/emerge info 

Same madness here
Comment 2 Mike Gilbert gentoo-dev 2013-04-17 03:01:05 UTC
With FEATURES=userpriv, the error becomes this:

./timing > timing.out
emerge: superuser access is required

Which would seem to indicate that the build process is trying to execute emerge for some reason.
Comment 3 Patrick Lauer gentoo-dev 2013-04-17 03:05:06 UTC
From timing:

                if [ -f /usr/bin/emerge ]; then
                        echo ''  
                        echo emerge info:
                        /usr/bin/emerge info
                        echo 'EMERGE END'
                fi


... upstream has a very strange sense of humor
Comment 4 Patrick Lauer gentoo-dev 2013-04-17 03:11:41 UTC
+  17 Apr 2013; Patrick Lauer <patrick@gentoo.org> snobol-1.4.1.ebuild:
+  Fix upstream silly that causes sandbox violations #465980

not sure that's a good solution, but at least it makes the whole thing installable