On 12/09/2017 11:17 AM, Helmut Jarausch wrote: > Hi, > I want to create an ebuild for a package that's not in the tree > (http://pypi.python.org/pypi/grako) > > Unfortunately, this always fails due to > > File "/usr/lib64/python3.6/site-packages/setuptools/sandbox.py", > line 411, in _violation > raise SandboxViolation(operation, args, kw) > setuptools.sandbox.SandboxViolation: SandboxViolation: > open('/var/tmp/portage/dev-python/grako-3.99.9/work/grako-3.99.9-python3_6/lib/ptr.py', > > 'wb') {} > > I wouldn't mind the package to write to its own working directory
That's not usually a problem... what phase is this in, and which command in the ebuild raised the error?