Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515580 - dev-python/virtualenvwrapper-4.3: sandbox violation
Summary: dev-python/virtualenvwrapper-4.3: sandbox violation
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:
 
Reported: 2014-06-28 09:55 UTC by René Fleschenberg
Modified: 2014-06-29 09:28 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,9.21 KB, text/plain)
2014-06-28 09:56 UTC, René Fleschenberg
Details
emerge --info (info,5.54 KB, text/plain)
2014-06-28 09:58 UTC, René Fleschenberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description René Fleschenberg 2014-06-28 09:55:54 UTC
setuptools.sandbox.SandboxViolation: SandboxViolation: mkdir('/var/tmp/portage/dev-python/virtualenvwrapper-4.3/work/virtualenvwrapper-4.3-python3_3/pbr.egg-info', 511) {

Reproducible: Always
Comment 1 René Fleschenberg 2014-06-28 09:56:33 UTC
Created attachment 379828 [details]
build.log
Comment 2 René Fleschenberg 2014-06-28 09:58:03 UTC
Created attachment 379830 [details]
emerge --info
Comment 3 René Fleschenberg 2014-06-28 12:15:05 UTC
The issue seems to be that my dev-python/stevedore package was too old (0.10). After emerging dev-python/stevedore-0.15-r1, virtualenvwrapper can be emerged cleanly. I suggest to declare the dependency to dev-python/stevedore with a minimum version requirement.

dev-python/stevedore-0.14.1 seems to be sufficient, since this commands runs fine on my system: emerge virtualenvwrapper =stevedore-0.14.1
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2014-06-29 09:28:10 UTC
With addition of py3.4 in this version, only possible version of stevedore can be latest; 0.15-r1.


  29 Jun 2014; Ian Delaney <idella4@gentoo.org> virtualenvwrapper-4.3.ebuild:
  set req'd version for stevedore, fixes Bug #515580 by R. Fleschenberg