Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621076 - dev-python/constantly: missing setuptools dependency
Summary: dev-python/constantly: 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:07 UTC by Panard
Modified: 2017-06-09 14:19 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 Panard 2017-06-06 21:07:42 UTC
* Package:    dev-python/constantly-15.1.0
 * Repository: gentoo
 * Maintainer: dolsen@gentoo.org
 * Upstream:   twisted-python@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/constantly-15.1.0/work/constantly-15.1.0-python2_7/lib/constantly
copying constantly/_version.py -> /var/tmpfs/portage/dev-python/constantly-15.1.0/work/constantly-15.1.0-python2_7/lib/constantly
copying constantly/_constants.py -> /var/tmpfs/portage/dev-python/constantly-15.1.0/work/constantly-15.1.0-python2_7/lib/constantly
copying constantly/__init__.py -> /var/tmpfs/portage/dev-python/constantly-15.1.0/work/constantly-15.1.0-python2_7/lib/constantly
warning: cmd_build_py: byte-compiling is disabled, skipping.

UPDATING /var/tmpfs/portage/dev-python/constantly-15.1.0/work/constantly-15.1.0-python2_7/lib/constantly/_version.py
set /var/tmpfs/portage/dev-python/constantly-15.1.0/work/constantly-15.1.0-python2_7/lib/constantly/_version.py to '15.1.0'
 * 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 8, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
 * ERROR: dev-python/constantly-15.1.0::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 2634:  Called distutils-r1_src_compile
 *   environment, line  783:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  298:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2178:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1484:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1482:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  513:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  774:  Called distutils-r1_python_compile
 *   environment, line  649:  Called esetup.py 'build'
 *   environment, line 1029:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/constantly-15.1.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/constantly-15.1.0::gentoo'`.
 * The complete build log is located at '/var/tmpfs/portage/dev-python/constantly-15.1.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmpfs/portage/dev-python/constantly-15.1.0/temp/environment'.
 * Working directory: '/var/tmpfs/portage/dev-python/constantly-15.1.0/work/constantly-15.1.0'
 * S: '/var/tmpfs/portage/dev-python/constantly-15.1.0/work/constantly-15.1.0'
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2017-06-09 14:19:39 UTC
Fixed, Thanks.