Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 364572 Details for
Bug 493282
dev-python/biplist with python 3.3 - distutils.errors.DistutilsError: Setup script exited with error: SandboxViolation: mkdir('.../work/biplist-0.5-python3_2/coverage.egg-info', 511) {}
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log (3.2)
build-python3_2.log (text/plain), 7.78 KB, created by
Andrew Udvare
on 2013-12-04 06:03:04 UTC
(
hide
)
Description:
build log (3.2)
Filename:
MIME Type:
Creator:
Andrew Udvare
Created:
2013-12-04 06:03:04 UTC
Size:
7.78 KB
patch
obsolete
> [32;01m*[0m python3_2: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.2 setup.py build >Traceback (most recent call last): > File "/usr/lib64/python3.2/distutils/core.py", line 148, in setup > dist.run_commands() > File "/usr/lib64/python3.2/distutils/dist.py", line 917, in run_commands > self.run_command(cmd) > File "/usr/lib64/python3.2/distutils/dist.py", line 936, in run_command > cmd_obj.run() > File "/usr/lib64/python3.2/site-packages/setuptools/command/bdist_egg.py", line 177, in run > self.run_command("egg_info") > File "/usr/lib64/python3.2/distutils/cmd.py", line 313, in run_command > self.distribution.run_command(command) > File "/usr/lib64/python3.2/distutils/dist.py", line 936, in run_command > cmd_obj.run() > File "/usr/lib64/python3.2/site-packages/setuptools/command/egg_info.py", line 174, in run > self.mkpath(self.egg_info) > File "/usr/lib64/python3.2/distutils/cmd.py", line 339, in mkpath > dir_util.mkpath(name, mode, dry_run=self.dry_run) > File "/usr/lib64/python3.2/distutils/dir_util.py", line 70, in mkpath > os.mkdir(head, mode) > File "/usr/lib64/python3.2/site-packages/setuptools/sandbox.py", line 144, in wrap > path = self._remap_input(name,path,*args,**kw) > File "/usr/lib64/python3.2/site-packages/setuptools/sandbox.py", line 264, in _remap_input > self._violation(operation, os.path.realpath(path), *args, **kw) > File "/usr/lib64/python3.2/site-packages/setuptools/sandbox.py", line 230, in _violation > raise SandboxViolation(operation, args, kw) >setuptools.sandbox.SandboxViolation: SandboxViolation: mkdir('/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5-python3_2/coverage.egg-info', 511) {} > >The package setup script has attempted to modify files on your system >that are not within the EasyInstall build area, and has been aborted. > >This package cannot be safely installed by EasyInstall, and may not >support alternate installation locations even if you run its setup >script by hand. Please inform the package's author and the EasyInstall >maintainers to find out if a fix or workaround is available. > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/lib64/python3.2/site-packages/setuptools/command/easy_install.py", line 1016, in run_setup > run_setup(setup_script, args) > File "/usr/lib64/python3.2/site-packages/setuptools/sandbox.py", line 69, in run_setup > lambda: execfile( > File "/usr/lib64/python3.2/site-packages/setuptools/sandbox.py", line 120, in run > return func() > File "/usr/lib64/python3.2/site-packages/setuptools/sandbox.py", line 71, in <lambda> > {'__file__':setup_script, '__name__':'__main__'} > File "/usr/lib64/python3.2/site-packages/setuptools/compat.py", line 92, in execfile > exec_(compile(source, fn, 'exec'), globs, locs) > File "setup.py", line 202, in <module> > > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "setup.py", line 57, in <module> > requires = ['six'], > File "/usr/lib64/python3.2/distutils/core.py", line 109, in setup > _setup_distribution = dist = klass(attrs) > File "/usr/lib64/python3.2/site-packages/setuptools/dist.py", line 239, in __init__ > self.fetch_build_eggs(attrs.pop('setup_requires')) > File "/usr/lib64/python3.2/site-packages/setuptools/dist.py", line 263, in fetch_build_eggs > parse_requirements(requires), installer=self.fetch_build_egg > File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 568, in resolve > dist = best[req.key] = env.best_match(req, self, installer) > File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 806, in best_match > return self.obtain(req, installer) # try and download/install > File "/usr/lib64/python3.2/site-packages/pkg_resources.py", line 818, in obtain > return installer(requirement) > File "/usr/lib64/python3.2/site-packages/setuptools/dist.py", line 313, in fetch_build_egg > return cmd.easy_install(req) > File "/usr/lib64/python3.2/site-packages/setuptools/command/easy_install.py", line 609, in easy_install > return self.install_item(spec, dist.location, tmpdir, deps) > File "/usr/lib64/python3.2/site-packages/setuptools/command/easy_install.py", line 639, in install_item > dists = self.install_eggs(spec, download, tmpdir) > File "/usr/lib64/python3.2/site-packages/setuptools/command/easy_install.py", line 825, in install_eggs > return self.build_and_install(setup_script, setup_base) > File "/usr/lib64/python3.2/site-packages/setuptools/command/easy_install.py", line 1031, in build_and_install > self.run_setup(setup_script, setup_base, args) > File "/usr/lib64/python3.2/site-packages/setuptools/command/easy_install.py", line 1019, in run_setup > raise DistutilsError("Setup script exited with %s" % (v.args[0],)) >distutils.errors.DistutilsError: Setup script exited with error: SandboxViolation: mkdir('/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5-python3_2/coverage.egg-info', 511) {} > >The package setup script has attempted to modify files on your system >that are not within the EasyInstall build area, and has been aborted. > >This package cannot be safely installed by EasyInstall, and may not >support alternate installation locations even if you run its setup >script by hand. Please inform the package's author and the EasyInstall >maintainers to find out if a fix or workaround is available. > [31;01m*[0m ERROR: dev-python/biplist-0.5-r1::gentoo failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 93: Called src_compile > [31;01m*[0m environment, line 3633: Called distutils-r1_src_compile > [31;01m*[0m environment, line 1072: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > [31;01m*[0m environment, line 295: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 3498: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2733: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2681: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2679: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 2724: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 694: Called distutils-r1_run_phase 'distutils-r1_python_compile' > [31;01m*[0m environment, line 1061: Called distutils-r1_python_compile > [31;01m*[0m environment, line 940: Called esetup.py 'build' > [31;01m*[0m environment, line 1868: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${@}" || die > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/biplist-0.5-r1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/biplist-0.5-r1::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/dev-python:biplist-0.5-r1:20131204-054518.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/biplist-0.5-r1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/biplist-0.5-r1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5' > [31;01m*[0m S: '/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 493282
:
364570
|
364572
|
364614