Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486838 - dev-python/setuptools-1.1.6 fails tests
Summary: dev-python/setuptools-1.1.6 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-03 02:05 UTC by Patrick Lauer
Modified: 2014-02-22 17:46 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 Patrick Lauer gentoo-dev 2013-10-03 02:05:46 UTC
======================================================================
ERROR: test_setup_requires (setuptools.tests.test_easy_install.TestUserInstallTest)
Regression test for Distribute issue #318
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.2/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/usr/lib/python3.2/distutils/dist.py", line 917, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
    cmd_obj.run()
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/command/bdist_egg.py", line 177, in run
    self.run_command("egg_info")
  File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
    cmd_obj.run()
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/command/egg_info.py", line 174, in run
    self.mkpath(self.egg_info)
  File "/usr/lib/python3.2/distutils/cmd.py", line 339, in mkpath
    dir_util.mkpath(name, mode, dry_run=self.dry_run)
  File "/usr/lib/python3.2/distutils/dir_util.py", line 70, in mkpath
    os.mkdir(head, mode)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 144, in wrap
    path = self._remap_input(name,path,*args,**kw)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 264, in _remap_input
    self._violation(operation, os.path.realpath(path), *args, **kw)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 230, in _violation
    raise SandboxViolation(operation, args, kw)
setuptools.sandbox.SandboxViolation: SandboxViolation: mkdir('/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/build/foobar.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 "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/command/easy_install.py", line 1016, in run_setup
    run_setup(setup_script, args)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 69, in run_setup
    lambda: execfile(
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 120, in run
    return func()
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 71, in <lambda>
    {'__file__':setup_script, '__name__':'__main__'}
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/compat.py", line 92, in execfile
    exec_(compile(source, fn, 'exec'), globs, locs)
  File "setup.py", line 4, in <module>
    import os
  File "/usr/lib/python3.2/distutils/core.py", line 165, in setup
    raise SystemExit("error: " + str(msg))
SystemExit: error: SandboxViolation: mkdir('/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/build/foobar.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 "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/tests/test_easy_install.py", line 277, in test_setup_requires
    lambda: run_setup(test_setup_py, ['install'])
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/tests/test_easy_install.py", line 424, in reset_setup_stop_context
    f()
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/tests/test_easy_install.py", line 277, in <lambda>
    lambda: run_setup(test_setup_py, ['install'])
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 69, in run_setup
    lambda: execfile(
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 120, in run
    return func()
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/sandbox.py", line 71, in <lambda>
    {'__file__':setup_script, '__name__':'__main__'}
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/compat.py", line 92, in execfile
    exec_(compile(source, fn, 'exec'), globs, locs)
  File "setup.py", line 2, in <module>
    """Distutils setup file, used to install or test 'setuptools'"""
  File "/usr/lib/python3.2/distutils/core.py", line 109, in setup
    _setup_distribution = dist = klass(attrs)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/dist.py", line 239, in __init__
    self.fetch_build_eggs(attrs.pop('setup_requires'))
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/dist.py", line 263, in fetch_build_eggs
    parse_requirements(requires), installer=self.fetch_build_egg
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/pkg_resources.py", line 568, in resolve
    dist = best[req.key] = env.best_match(req, self, installer)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/pkg_resources.py", line 806, in best_match
    return self.obtain(req, installer) # try and download/install
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/pkg_resources.py", line 818, in obtain
    return installer(requirement)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/dist.py", line 313, in fetch_build_egg
    return cmd.easy_install(req)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/command/easy_install.py", line 609, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/command/easy_install.py", line 639, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/command/easy_install.py", line 825, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/setuptools/command/easy_install.py", line 1031, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/var/tmp/portage/dev-python/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/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/setuptools-1.1.6/work/setuptools-1.1.6-python3_2/build/foobar.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.

----------------------------------------------------------------------
Ran 83 tests in 2.431s

FAILED (errors=1)
 * ERROR: dev-python/setuptools-1.1.6::gentoo failed (test phase):
 *   (no error message)
Comment 1 Patrick Lauer gentoo-dev 2013-10-03 02:05:59 UTC
Portage 2.2.0 (default/linux/x86/13.0, gcc-4.7.3, glibc-2.17, 3.11.0-gentoo i686)
=================================================================
System uname: Linux-3.11.0-gentoo-i686-AMD_FX-tm-8350_Eight-Core_Processor-with-gentoo-2.2
KiB Mem:    32922184 total,  11685124 free
KiB Swap:    8388604 total,   8388604 free
Timestamp of tree: Unknown
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.5-r2, 3.2.5-r2, 3.3.2-r1
dev-util/cmake:           2.8.11.1
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.11.6, 1.13.4, 1.14
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.11 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo x-sunrise
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/sunrise"
USE="X acl berkdb bzip2 cli cracklib crypt cxx dri fortran gcj gdbm iconv ipv6 modules mudflap ncurses nls nptl objc openmp pam pcre readline session sqlite ssl tcpd unicode x86 xa zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
Comment 2 Mike Gilbert gentoo-dev 2014-02-22 17:46:36 UTC
+  22 Feb 2014; Mike Gilbert <floppym@gentoo.org> setuptools-1.1.6.ebuild,
+  setuptools-9999.ebuild:
+  Resolve SandboxViolation when running tests, bug 486838.