Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650254 - dev-python/sphinx-gallery-0.1.12 fails to build
Summary: dev-python/sphinx-gallery-0.1.12 fails to build
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 622420 646610
  Show dependency tree
 
Reported: 2018-03-12 00:52 UTC by Matt Turner
Modified: 2020-03-29 09:18 UTC (History)
1 user (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 Matt Turner gentoo-dev 2018-03-12 00:52:21 UTC
* Package:    dev-python/sphinx-gallery-0.1.12
 * Repository: gentoo
 * Maintainer: python@gentoo.org
 * USE:        abi_ppc_64 elibc_glibc kernel_linux ppc64 python_targets_python2_7 python_targets_python3_5 userland_GNU
 * FEATURES:   preserve-libs sandbox test userpriv usersandbox
>>> Unpacking source...
>>> Unpacking sphinx-gallery-0.1.12.tar.gz to /var/tmp/portage/dev-python/sphinx-gallery-0.1.12/work
>>> Source unpacked in /var/tmp/portage/dev-python/sphinx-gallery-0.1.12/work
>>> Preparing source in /var/tmp/portage/dev-python/sphinx-gallery-0.1.12/work/sphinx-gallery-0.1.12 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/sphinx-gallery-0.1.12/work/sphinx-gallery-0.1.12 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/sphinx-gallery-0.1.12/work/sphinx-gallery-0.1.12 ...
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 44, in <module>
    'Programming Language :: Python',
  File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", line 128, in setup
    _install_setup_requires(attrs)
  File "/usr/lib64/python2.7/site-packages/setuptools/__init__.py", line 123, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 453, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 866, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1146, in best_match
    return self.obtain(req, installer)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1158, in obtain
    return installer(requirement)
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 520, in fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 672, 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 698, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 879, 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 1118, 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 1106, in run_setup
    raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: SandboxViolation: open('/var/tmp/portage/dev-python/sphinx-gallery-0.1.12/work/sphinx-gallery-0.1.12-python2_7/lib/ptr.py', 'wb') {}

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.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-29 09:18:00 UTC
Old version removed.  Please reopen if you can reproduce still.