Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515166 - dev-python/fudge-1.0.3-r2 incomplete dependencies
Summary: dev-python/fudge-1.0.3-r2 incomplete dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 02:57 UTC by Patrick Lauer
Modified: 2014-06-28 15:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fudge-1.0.3-r2.ebuild.patch (fudge-1.0.3-r2.ebuild,670 bytes, patch)
2014-06-28 14:52 UTC, Witold Piłat
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-06-26 02:57:42 UTC
* python3_2: running distutils-r1_run_phase distutils-r1_python_compile
 * python3_3: running distutils-r1_run_phase distutils-r1_python_compile
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.3 setup.py build
/usr/bin/python3.2 setup.py build
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'
 * ERROR: dev-python/fudge-1.0.3-r2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
 * ERROR: dev-python/fudge-1.0.3-r2::gentoo failed (compile phase):
 *   environment, line 3413:  Called distutils-r1_src_compile
 *   (no error message)
/usr/bin/python2.7 setup.py build
 * 
 * Call stack:
 *   environment, line  979:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
 *     ebuild.sh, line   93:  Called src_compile
 * ERROR: dev-python/fudge-1.0.3-r2::gentoo failed (compile phase):
 *   environment, line  226:  Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   (no error message)
Comment 1 Witold Piłat 2014-06-28 14:52:00 UTC
Created attachment 379854 [details, diff]
fudge-1.0.3-r2.ebuild.patch

Add missing dep and remove deprecated python implementations
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2014-06-28 15:13:05 UTC
  28 Jun 2014; Ian Delaney <idella4@gentoo.org> fudge-1.0.3-r2.ebuild:
  drop py2.6 py3.2 pypy2_0 add py3.4, add missing dep, patch submitted by fau,
  fixes bug #515166