Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 364614 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
build.log (text/plain), 19.57 KB, created by
Andrew Udvare
on 2013-12-04 20:17:28 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
Andrew Udvare
Created:
2013-12-04 20:17:28 UTC
Size:
19.57 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/biplist-0.5-r1 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: idella4@gentoo.org python@gentoo.org >[32;01m * [39;49;00mUSE: amd64 elibc_glibc kernel_linux python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 userland_GNU >[32;01m * [39;49;00mFEATURES: compressdebug preserve-libs sandbox splitdebug userpriv usersandbox >>>> Unpacking source... >>>> Unpacking biplist-0.5.tar.gz to /var/tmp/portage/dev-python/biplist-0.5-r1/work >>>> Source unpacked in /var/tmp/portage/dev-python/biplist-0.5-r1/work >>>> Preparing source in /var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5 ... > [33;01m*[0m It seems that your USE_PYTHON setting lists different Python > [33;01m*[0m implementations than your PYTHON_TARGETS variable. Please consider > [33;01m*[0m using the following value instead: > [33;01m*[0m > [33;01m*[0m USE_PYTHON='[35m2.6 2.7 3.2[0m' > [33;01m*[0m > [33;01m*[0m (removed [31m3.3[0m) > [33;01m*[0m > [33;01m*[0m Please note that after changing the USE_PYTHON variable, you may need > [33;01m*[0m to run 'python-updater' to rebuild affected packages. > [33;01m*[0m > [33;01m*[0m For more information on python.eclass compatibility, please see > [33;01m*[0m the appropriate python-r1 User's Guide chapter [1]. > [33;01m*[0m > [33;01m*[0m [1] http://www.gentoo.org/proj/en/Python/python-r1/user-guide.xml#doc_chap2 > [32;01m*[0m python3_2: running distutils-r1_run_phase distutils-r1_python_compile > [32;01m*[0m python2_6: running distutils-r1_run_phase distutils-r1_python_compile > [32;01m*[0m python2_7: running distutils-r1_run_phase distutils-r1_python_compile >/usr/bin/python3.2 setup.py build >/usr/bin/python2.6 setup.py build >/usr/bin/python2.7 setup.py build >Traceback (most recent call last): > File "setup.py", line 57, in <module> > requires = ['six'], > File "/usr/lib64/python2.7/distutils/core.py", line 112, in setup > _setup_distribution = dist = klass(attrs) > File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 239, in __init__ > self.fetch_build_eggs(attrs.pop('setup_requires')) > File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 263, in fetch_build_eggs > parse_requirements(requires), installer=self.fetch_build_egg > File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 568, in resolve > dist = best[req.key] = env.best_match(req, self, installer) > File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 806, in best_match > return self.obtain(req, installer) # try and download/install > File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 818, in obtain > return installer(requirement) > File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_egg > return cmd.easy_install(req) > File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 609, in easy_install > return self.install_item(spec, dist.location, tmpdir, deps) > File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 639, in install_item > dists = self.install_eggs(spec, download, tmpdir) > File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 825, in install_eggs > return self.build_and_install(setup_script, setup_base) > File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 1031, in build_and_install > self.run_setup(setup_script, setup_base, args) > File "/usr/lib64/python2.7/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-python2_7/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): >Traceback (most recent call last): > File "setup.py", line 57, in <module> > requires = ['six'], > File "/usr/lib64/python2.6/distutils/core.py", line 113, in setup > _setup_distribution = dist = klass(attrs) > File "/usr/lib64/python2.6/site-packages/setuptools/dist.py", line 239, in __init__ > self.fetch_build_eggs(attrs.pop('setup_requires')) > File "/usr/lib64/python2.6/site-packages/setuptools/dist.py", line 263, in fetch_build_eggs > parse_requirements(requires), installer=self.fetch_build_egg > File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 568, in resolve > [31;01m*[0m (no error message) > dist = best[req.key] = env.best_match(req, self, installer) > File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 806, in best_match > return self.obtain(req, installer) # try and download/install > File "/usr/lib64/python2.6/site-packages/pkg_resources.py", line 818, in obtain > return installer(requirement) > File "/usr/lib64/python2.6/site-packages/setuptools/dist.py", line 313, in fetch_build_egg > return cmd.easy_install(req) > File "/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py", line 609, in easy_install > return self.install_item(spec, dist.location, tmpdir, deps) > File "/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py", line 639, in install_item > dists = self.install_eggs(spec, download, tmpdir) > File "/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py", line 825, in install_eggs > return self.build_and_install(setup_script, setup_base) > File "/usr/lib64/python2.6/site-packages/setuptools/command/easy_install.py", line 1031, in build_and_install > self.run_setup(setup_script, setup_base, args) > File "/usr/lib64/python2.6/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-python2_6/coverage.egg-info',) {} > >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 > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 93: Called src_compile > [31;01m*[0m ERROR: dev-python/biplist-0.5-r1::gentoo failed (compile phase): > [31;01m*[0m environment, line 3633: Called distutils-r1_src_compile > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: >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 environment, line 1072: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' > [31;01m*[0m ebuild.sh, line 93: Called src_compile > [31;01m*[0m environment, line 295: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m ERROR: dev-python/biplist-0.5-r1::gentoo failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m environment, line 3633: Called distutils-r1_src_compile > [31;01m*[0m > [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 Call stack: > [31;01m*[0m environment, line 1072: Called _distutils-r1_run_foreach_impl '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 ebuild.sh, line 93: Called src_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 2681: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 3633: Called distutils-r1_src_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 1072: Called _distutils-r1_run_foreach_impl '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 2733: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' '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 2724: Called _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 3498: Called multibuild_parallel_foreach_variant '_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 694: Called 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 2724: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 1061: Called 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 694: Called distutils-r1_run_phase 'distutils-r1_python_compile' > [31;01m*[0m environment, line 940: Called esetup.py 'build' > [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 1061: Called distutils-r1_python_compile > [31;01m*[0m environment, line 1868: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m environment, line 2724: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' > [31;01m*[0m environment, line 940: Called esetup.py 'build' > [31;01m*[0m environment, line 694: Called distutils-r1_run_phase 'distutils-r1_python_compile' > [31;01m*[0m environment, line 1868: Called die > [31;01m*[0m environment, line 1061: Called distutils-r1_python_compile > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${@}" || die > [31;01m*[0m > [31;01m*[0m environment, line 940: Called esetup.py 'build' > [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 environment, line 1868: Called die > [31;01m*[0m The complete build log is located at '/var/log/portage/dev-python:biplist-0.5-r1:20131204-201537.log'. > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${@}" || die > [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 > [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5' > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/biplist-0.5-r1::gentoo'`, > [31;01m*[0m S: '/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5' > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/biplist-0.5-r1::gentoo'`. > [31;01m*[0m "${@}" || die > [31;01m*[0m The complete build log is located at '/var/log/portage/dev-python:biplist-0.5-r1:20131204-201537.log'. > [31;01m*[0m > [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 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 Working directory: '/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5' > [31;01m*[0m The complete build log is located at '/var/log/portage/dev-python:biplist-0.5-r1:20131204-201537.log'. > [31;01m*[0m S: '/var/tmp/portage/dev-python/biplist-0.5-r1/work/biplist-0.5' > [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' >/usr/lib64/portage/bin/isolated-functions.sh: line 219: kill: (3767) - No such process >/usr/lib64/portage/bin/isolated-functions.sh: line 219: kill: (3767) - No such process
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