Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Emerging -avuDN system stops during updating pyopengl from 2.0.1.09-r1 to 3.0.0_beta1. Console output gives: >>> Compiling source in /var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/work/PyOpenGL-3.0.0b1 ... Traceback (most recent call last): File "setup.py", line 4, in <module> from setuptools import setup, find_packages ImportError: No module named setuptools * * ERROR: dev-python/pyopengl-3.0.0_beta1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2307: Called distutils_src_compile * environment, line 671: Called die * The specific snippet of code: * ${python} setup.py build "$@" || die "compilation failed" * The die message: * compilation failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/temp/environment'. * Reproducible: Always Steps to Reproduce: 1. emerge pyopengl 2. 3. Actual Results: emerge stops Expected Results: Successful emerge by automatically pulling in missing package dev-python/setuptools This is the build log: #################### /usr/portage/dev-python/pyopengl/pyopengl-3.0.0_beta1.ebuild: line 33: !built_with_use: command not found >>> Unpacking source... >>> Unpacking PyOpenGL-3.0.0b1.tar.gz to /var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/work >>> Source unpacked. >>> Compiling source in /var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/work/PyOpenGL-3.0.0b1 ... Traceback (most recent call last): File "setup.py", line 4, in <module> from setuptools import setup, find_packages ImportError: No module named setuptools * * ERROR: dev-python/pyopengl-3.0.0_beta1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2307: Called distutils_src_compile * environment, line 671: Called die * The specific snippet of code: * ${python} setup.py build "$@" || die "compilation failed" * The die message: * compilation failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/temp/environment'. * ################# I decided to emerge dev-python/setuptools 'by hand' and after that, pyopengl went through, so I assume the ebuild for pyopengl should simply check for setuptools. Cheers, Ralph
*** This bug has been marked as a duplicate of bug 211253 ***