Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621074 - dev-python/incremental: missing setuptools dependency
Summary: dev-python/incremental: missing setuptools dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Dolbec
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: setuptools-missing
  Show dependency tree
 
Reported: 2017-06-06 21:04 UTC by Panard
Modified: 2017-06-09 14:21 UTC (History)
2 users (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 Panard 2017-06-06 21:04:40 UTC
dev-python/incremental requires setuptools:

 * Package:    dev-python/incremental-16.10.1
 * Repository: gentoo
 * Maintainer: dolsen@gentoo.org python@gentoo.org
 * Upstream:   hawkowl@twistedmatrix.com
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_6 userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
running build
running build_py
creating /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental
copying src/incremental/update.py -> /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental
copying src/incremental/_version.py -> /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental
copying src/incremental/__init__.py -> /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental
creating /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental/tests
copying src/incremental/tests/test_version.py -> /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental/tests
copying src/incremental/tests/test_update.py -> /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental/tests
copying src/incremental/tests/__init__.py -> /var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1-python2_7/lib/incremental/tests
warning: build_py: byte-compiling is disabled, skipping.

 * python3_6: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.6 setup.py build
Traceback (most recent call last):
  File "setup.py", line 7, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
 * ERROR: dev-python/incremental-16.10.1::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 2632:  Called distutils-r1_src_compile
 *   environment, line  781:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  296:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2176:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1482:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1480:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  511:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  772:  Called distutils-r1_python_compile
 *   environment, line  647:  Called esetup.py 'build'
 *   environment, line 1027:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/incremental-16.10.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/incremental-16.10.1::gentoo'`.
 * The complete build log is located at '/var/tmpfs/portage/dev-python/incremental-16.10.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmpfs/portage/dev-python/incremental-16.10.1/temp/environment'.
 * Working directory: '/var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1'
 * S: '/var/tmpfs/portage/dev-python/incremental-16.10.1/work/incremental-16.10.1'
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2017-06-09 14:21:25 UTC
Fixed, Thanks