Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 465980

Summary: dev-lang/snobol-1.4.1 multiple sandbox violations
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: [OLD] DevelopmentAssignee: Robin Johnson <robbat2>
Status: CONFIRMED ---    
Severity: normal CC: floppym
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log

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