Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232073 - dev-python/elixir-0.5.2 should depend on >=dev-python/sqlalchemy-0.3.9
Summary: dev-python/elixir-0.5.2 should depend on >=dev-python/sqlalchemy-0.3.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-17 14:25 UTC by Santiago M. Mola (RETIRED)
Modified: 2008-07-17 17:33 UTC (History)
0 users

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 Santiago M. Mola (RETIRED) gentoo-dev 2008-07-17 14:25:01 UTC
dev-python/elixir-0.5.2 should depend on, at least, >=dev-python/sqlalchemy-0.3.9.

>>> Source compiled.
running test
running egg_info
writing requirements to Elixir.egg-info/requires.txt
writing Elixir.egg-info/PKG-INFO
writing top-level names to Elixir.egg-info/top_level.txt
writing dependency_links to Elixir.egg-info/dependency_links.txt
reading manifest file 'Elixir.egg-info/SOURCES.txt'
writing manifest file 'Elixir.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File "setup.py", line 39, in <module>
    test_suite = 'nose.collector')
  File "/usr/lib64/python2.5/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/lib64/python2.5/distutils/dist.py", line 974, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
  File "/usr/lib64/python2.5/site-packages/setuptools/command/test.py", line 119, in run
    self.with_project_on_sys_path(self.run_tests)
  File "/usr/lib64/python2.5/site-packages/setuptools/command/test.py", line 100, in with_project_on_sys_path
    require('%s==%s' % (ei_cmd.egg_name, ei_cmd.egg_version))
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python2.5/site-packages/pkg_resources.py", line 528, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (SQLAlchemy 0.3.7 (/usr/lib64/python2.5/site-packages), Requirement.parse('SQLAlchemy>=0.3.9'))
 * 
 * ERROR: dev-python/elixir-0.5.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_test
 *             environment, line 2419:  Called die
 * The specific snippet of code:
 *       PYTHONPATH=. "${python}" setup.py test || die "tests failed"
 *  The die message:
 *   tests 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/elixir-0.5.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/elixir-0.5.2/temp/environment'.
 *
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2008-07-17 17:33:03 UTC
Fixed, thanks for reporting.