Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488378 - dev-python/sympy-0.7.3 USE=doc - sandbox violation in /home/jarausch/.config/matplotlib by /usr/bin/python2.7 /usr/bin/sphinx-build-python2.7 -b html -d _build/doctrees src _build/html
Summary: dev-python/sympy-0.7.3 USE=doc - sandbox violation in /home/jarausch/.config/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 499202
  Show dependency tree
 
Reported: 2013-10-17 14:49 UTC by Helmut Jarausch
Modified: 2014-01-25 09:57 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2013-10-17 14:49:24 UTC
Trying to emerge dev-util/sympy (0.7.3) ends with some sandbox violations
Build finished. The HTML pages are in _build/html.
>>> Source compiled.
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-18061.log"
 * 
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: /home/jarausch/.config/matplotlib
A: /home/jarausch/.config/matplotlib
R: /home/jarausch/.config/matplotlib
C: /usr/bin/python2.7 /usr/bin/sphinx-build-python2.7 -b html -d _build/doctrees src _build/html 
 * --------------------------------------------------------------------------------
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-10-17 16:50:33 UTC
ah come on, how to you always create those bugs?? :P

How does it happen does it tries to access your users configs?
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-10-17 17:00:05 UTC
I can't reproduce this either. What did you hack around?
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2013-12-28 20:31:19 UTC
I have added a workaround. PLease test and report again.

+  28 Dec 2013; Justin Lecher <jlec@gentoo.org> sympy-0.7.3.ebuild:
+  Add workaround for XDG_CONFIG_HOME problems, #488378
+
Comment 4 Helmut Jarausch 2013-12-30 10:01:42 UTC
(In reply to Justin Lecher from comment #3)
> I have added a workaround. PLease test and report again.
> 
> +  28 Dec 2013; Justin Lecher <jlec@gentoo.org> sympy-0.7.3.ebuild:
> +  Add workaround for XDG_CONFIG_HOME problems, #488378
> +

Yes, many thanks!
It installed here just fine for Python2.7 and Python3.3

Helmut