purak Apprentice


Joined: 21 Jun 2008 Posts: 160 Location: /dev/urandom
|
Posted: Sun Sep 29, 2013 7:54 pm Post subject: dev-python/stevedore package could not be installed |
|
|
Hi all,
I have a problem with dev-python/stevedore package.
[ebuild N ] dev-python/stevedore-0.12 USE="-doc {-test}" PYTHON_TARGETS="python2_7 python3_2 -pypy2_0 -python3_3" 0 kB
I am getting the following error:
| Code: |
>>> Emerging (1 of 1) dev-python/stevedore-0.12
* stevedore-0.12.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking stevedore-0.12.tar.gz to /var/tmp/portage/dev-python/stevedore-0.12/work
>>> Source unpacked in /var/tmp/portage/dev-python/stevedore-0.12/work
>>> Preparing source in /var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12 ...
* python3_2: running distutils-r1_run_phase distutils-r1_python_compile
* python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.2 setup.py build
/usr/bin/python2.7 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/stevedore-0.12/work/stevedore-0.12-python3_2/pbr.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 22, in <module>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup.py", line 6, in <module>
pbr=True)
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/stevedore-0.12/work/stevedore-0.12-python3_2/pbr.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.
* ERROR: dev-python/stevedore-0.12::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3547: Called distutils-r1_src_compile
* environment, line 986: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 257: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3417: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2634: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2582: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2580: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2625: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 643: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 975: Called distutils-r1_python_compile
* environment, line 885: Called esetup.py 'build'
* environment, line 1782: Called die
* The specific snippet of code:
* "${@}" || die
*
* If you need support, post the output of `emerge --info '=dev-python/stevedore-0.12::gentoo'`,
Traceback (most recent call last):
File "setup.py", line 6, in <module>
pbr=True)
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
* the complete build log and the output of `emerge -pqv '=dev-python/stevedore-0.12::gentoo'`.
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/stevedore-0.12/work/stevedore-0.12-python2_7/pbr.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.
* The complete build log is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
* S: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
* ERROR: dev-python/stevedore-0.12::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3547: Called distutils-r1_src_compile
* environment, line 986: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 257: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3417: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2634: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2582: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2580: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2625: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 643: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 975: Called distutils-r1_python_compile
* environment, line 885: Called esetup.py 'build'
* environment, line 1782: Called die
* The specific snippet of code:
* "${@}" || die
*
* If you need support, post the output of `emerge --info '=dev-python/stevedore-0.12::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/stevedore-0.12::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
* S: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
/usr/lib64/portage/bin/isolated-functions.sh: line 219: kill: (25448) - No such process
>>> Failed to emerge dev-python/stevedore-0.12, Log file:
>>> '/var/tmp/portage/dev-python/stevedore-0.12/temp/build.log'
* Messages for package dev-python/stevedore-0.12:
* ERROR: dev-python/stevedore-0.12::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3547: Called distutils-r1_src_compile
* environment, line 986: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 257: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3417: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2634: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2582: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2580: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2625: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 643: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 975: Called distutils-r1_python_compile
* environment, line 885: Called esetup.py 'build'
* environment, line 1782: Called die
* The specific snippet of code:
* "${@}" || die
*
* If you need support, post the output of `emerge --info '=dev-python/stevedore-0.12::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/stevedore-0.12::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
* S: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
* ERROR: dev-python/stevedore-0.12::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called src_compile
* environment, line 3547: Called distutils-r1_src_compile
* environment, line 986: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 257: Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 3417: Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2634: Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2582: Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2580: Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2625: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 643: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 975: Called distutils-r1_python_compile
* environment, line 885: Called esetup.py 'build'
* environment, line 1782: Called die
* The specific snippet of code:
* "${@}" || die
*
* If you need support, post the output of `emerge --info '=dev-python/stevedore-0.12::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/stevedore-0.12::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/stevedore-0.12/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
* S: '/var/tmp/portage/dev-python/stevedore-0.12/work/stevedore-0.12'
|
Sorry the long output.
This is my emerge --info output:
| Code: |
Portage 2.2.7 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.17, 3.11.2-gentoo x86_64)
=================================================================
System uname: Linux-3.11.2-gentoo-x86_64-Intel-R-_Core-TM-_i7-2670QM_CPU_@_2.20GHz-with-gentoo-2.2
KiB Mem: 6019576 total, 1202204 free
KiB Swap: 0 total, 0 free
Timestamp of tree: Sun, 29 Sep 2013 19:30:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash: 4.2_p45
dev-java/java-config: 2.2.0
dev-lang/python: 2.7.5-r2, 3.2.5-r2, 3.3.2-r2
dev-util/cmake: 2.8.11.2
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.13, 2.69
sys-devel/automake: 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
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
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=""
USE="X acl amd64 berkdb bzip2 cli cracklib crypt cxx dbus dri fortran gdbm gnome iconv ipv6 jpeg mmx modules mudflap multilib ncurses nls nptl openmp pam pcre png readline session sse sse2 ssl systemd tcpd truetype udisks unicode zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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="evdev synaptics" 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="nouveau intel" 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
|
This seems a ebuild or Portage bug. Has anybody encountered that problem?
Thanks in advance! _________________
 |
|