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

Bug 481822

Summary: dev-python/statsmodels-0.5.0 sandbox violations by `/usr/bin/python3.3 setup.py --help egg_info' in /root/.config/matplotlib
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: [OLD] DevelopmentAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: sci-mathematics
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 499202    
Attachments: build log
build log of "fixed" ebuild

Description Helmut Jarausch 2013-08-21 07:24:30 UTC
Emerging dev-python/statsmodels-0.5.0 results in the following
sandbox violations:

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: mkdir
S: deny
P: /root/.config/matplotlib
A: /root/.config/matplotlib
R: /root/.config/matplotlib
C: /usr/bin/python3.3 setup.py --help egg_info 

F: mkdir
S: deny
P: /root/.config/matplotlib
A: /root/.config/matplotlib
R: /root/.config/matplotlib
C: /usr/bin/python2.7 setup.py --help egg_info 

F: mkdir
S: deny
P: /root/.config/matplotlib
A: /root/.config/matplotlib
R: /root/.config/matplotlib
C: /usr/bin/python3.3 setup.py build --build-base /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python3_3 --build-platlib /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python3_3/lib --build-purelib /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python3_3/lib --build-scripts /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python3_3/scripts egg_info --egg-base /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python3_3 

F: mkdir
S: deny
P: /root/.config/matplotlib
A: /root/.config/matplotlib
R: /root/.config/matplotlib
C: /usr/bin/python2.7 setup.py build --build-base /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python2_7 --build-platlib /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python2_7/lib --build-purelib /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python2_7/lib --build-scripts /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python2_7/scripts egg_info --egg-base /var/tmp/portage/dev-python/statsmodels-0.5.0/work/statsmodels-0.5.0-python2_7
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2013-08-21 15:12:14 UTC
can't reproduce. please provide build log.
Comment 2 Helmut Jarausch 2013-08-21 15:34:09 UTC
Created attachment 356604 [details]
build log
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2013-08-21 16:30:23 UTC
not so sure this would do the trick. re-open if that does not work out.

+  21 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> statsmodels-0.5.0.ebuild:
+  Fix sandbox violation for python-3.3 (bug #481822)
+
Comment 4 Helmut Jarausch 2013-08-21 17:26:51 UTC
Created attachment 356614 [details]
build log of "fixed" ebuild

It's gotten even worse -  missing 2to3 ?
Comment 5 Sébastien Fabbro (RETIRED) gentoo-dev 2013-08-21 17:47:26 UTC
(In reply to Helmut Jarausch from comment #4)
 
> It's gotten even worse -  missing 2to3 ?

it went actually further. the python3 errors are only copying examples, and do not cause failures. anyway, crapshoot #2:


+  21 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> statsmodels-0.5.0.ebuild:
+  Fix sandbox violation (bug #481822), second tentative
+
Comment 6 Helmut Jarausch 2013-08-21 19:21:02 UTC
(In reply to Sébastien Fabbro from comment #5)
> (In reply to Helmut Jarausch from comment #4)
>  
> > It's gotten even worse -  missing 2to3 ?
> 
> it went actually further. the python3 errors are only copying examples, and
> do not cause failures. anyway, crapshoot #2:
> 
> 
> +  21 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org>
> statsmodels-0.5.0.ebuild:
> +  Fix sandbox violation (bug #481822), second tentative
> +

This time, it installs just fine.
Many thanks!
Helmut