Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481822 - dev-python/statsmodels-0.5.0 sandbox violations by `/usr/bin/python3.3 setup.py --help egg_info' in /root/.config/matplotlib
Summary: dev-python/statsmodels-0.5.0 sandbox violations by `/usr/bin/python3.3 setup....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 499202
  Show dependency tree
 
Reported: 2013-08-21 07:24 UTC by Helmut Jarausch
Modified: 2014-01-25 09:57 UTC (History)
1 user (show)

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


Attachments
build log (statsmodels-0.5.0.build,423.34 KB, text/plain)
2013-08-21 15:34 UTC, Helmut Jarausch
Details
build log of "fixed" ebuild (statsmodels-0.5.0.build.xz,31.81 KB, application/octet-stream)
2013-08-21 17:26 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-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