Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626282 - dev-python/hyperlink: missing setuptools dependency
Summary: dev-python/hyperlink: 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: PATCH
Depends on:
Blocks: setuptools-missing
  Show dependency tree
 
Reported: 2017-07-26 19:34 UTC by Craig Andrews
Modified: 2017-07-31 03:23 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 Craig Andrews gentoo-dev 2017-07-26 19:34:34 UTC
* Package:    dev-python/hyperlink-17.1.1
 * Repository: gentoo
 * Maintainer: dolsen@gentoo.org python@gentoo.org
 * Upstream:   mahmoud@hatnote.com
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_5 userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking hyperlink-17.1.1.tar.gz to /var/tmp/portage/dev-python/hyperlink-17.1.1/work
>>> Source unpacked in /var/tmp/portage/dev-python/hyperlink-17.1.1/work
>>> Preparing source in /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1 ...
 * 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/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1-python2_7/lib/hyperlink
copying hyperlink/_url.py -> /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1-python2_7/lib/hyperlink
copying hyperlink/__init__.py -> /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1-python2_7/lib/hyperlink
creating /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1-python2_7/lib/hyperlink/test
copying hyperlink/test/__init__.py -> /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1-python2_7/lib/hyperlink/test
copying hyperlink/test/test_url.py -> /var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1-python2_7/lib/hyperlink/test
running egg_info
writing hyperlink.egg-info/PKG-INFO
writing top-level names to hyperlink.egg-info/top_level.txt
writing dependency_links to hyperlink.egg-info/dependency_links.txt
reading manifest file 'hyperlink.egg-info/SOURCES.txt'
writing manifest file 'hyperlink.egg-info/SOURCES.txt'
warning: build_py: byte-compiling is disabled, skipping.

 * python3_5: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.5 setup.py build
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    from setuptools import setup
ImportError: No module named 'setuptools'
 * ERROR: dev-python/hyperlink-17.1.1::gentoo failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 2645:  Called distutils-r1_src_compile
 *   environment, line  789:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  304:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2184:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1490:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1488:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  519:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  780:  Called distutils-r1_python_compile
 *   environment, line  655:  Called esetup.py 'build'
 *   environment, line 1035:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 *
 * If you need support, post the output of `emerge --info '=dev-python/hyperlink-17.1.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/hyperlink-17.1.1::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-python:hyperlink-17.1.1:20170726-192152.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/hyperlink-17.1.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/hyperlink-17.1.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1'
 * S: '/var/tmp/portage/dev-python/hyperlink-17.1.1/work/hyperlink-17.1.1'
Comment 1 Craig Andrews gentoo-dev 2017-07-26 19:39:25 UTC
https://github.com/gentoo/gentoo/pull/5221