Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219410 - app-portage/portato-0.10 dependency forces =dev-python/lxml-1.3.6
Summary: app-portage/portato-0.10 dependency forces =dev-python/lxml-1.3.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 219122
Blocks:
  Show dependency tree
 
Reported: 2008-04-27 04:07 UTC by jamatik
Modified: 2008-05-21 18:37 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 jamatik 2008-04-27 04:07:34 UTC
portato 0.10 ebuild has wrong deps

Reproducible: Always

Steps to Reproduce:
1.emerge portato
2.emerge -DuN world
3.

Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies |
!!! Multiple versions within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-python/lxml:0

  ('ebuild', '/', 'dev-python/lxml-1.3.6', 'merge') pulled in by
    ('installed', '/', 'app-portage/portato-0.10', 'nomerge')

  ('installed', '/', 'dev-python/lxml-2.0.3', 'nomerge') pulled in by
    ('installed', '/', 'media-gfx/inkscape-0.46-r2', 'nomerge')


Expected Results:  
>=dev-python/lxml-1.3.6
insteed of
=dev-python/lxml-1.3.6
in the ebuild
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2008-04-27 08:13:41 UTC
René's email in metadata doesn't match the bugzilla account -- please fix.
Comment 2 René 'Necoro' Neumann 2008-04-27 11:10:36 UTC
This isn't a "wrong" dep, but the only correct one atm...

lxml-2.* up to lxml-2.0.4 has a nasty bug which makes portato hang. Thus the dependency should be "|| ( =dev-python/lxml-1.3.6 >=dev-python/lxml-2.0.4 )". But I haven't done this, as lxml-2.0.4 isn't in the tree yet (see bug #219122)

Regarding the mail: Oops - changed my bugzilla account mail address w/o sending jokey a note. Sorry.
Comment 3 Markus Ullmann (RETIRED) gentoo-dev 2008-05-21 18:37:42 UTC
Dependency added to CVS and dep string fixed. Thanks :)