Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197790 - bittorrent wants to downgrade twisted
Summary: bittorrent wants to downgrade twisted
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 15:43 UTC by Patrizio Bassi
Modified: 2009-11-01 19:24 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 Patrizio Bassi 2007-11-01 15:43:01 UTC
emerge bittorrent -pv

[nomerge      ] net-p2p/bittorrent-5.0.9  USE="gtk"
[ebuild  N    ]  dev-python/twisted-web-0.6.0  258 kB
[ebuild  N    ]   dev-python/twisted-2.4.0  USE="crypt gtk -serial" 1,185 kB

but emerge -uDpv world shows:
[nomerge      ] net-p2p/bittorrent-5.0.9  USE="gtk"
[ebuild  N    ]  dev-python/twisted-web-0.6.0  258 kB
[ebuild  N    ]   dev-python/twisted-2.4.0  USE="crypt gtk -serial" 1,185 kB

so twisted is going up and down continuesly.

any idea?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-01 15:52:25 UTC
What's going up and down? I don't see anything going up and down from what you've posted.
Comment 2 Patrizio Bassi 2007-11-01 16:45:15 UTC
sorry wrong copy and paste


emerge bittorrent -pv

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

Calculating dependencies... done!
[ebuild  N    ] dev-python/twisted-2.5.0  USE="crypt gtk -serial" 0 kB
[ebuild  N    ] dev-python/twisted-web-0.7.0  0 kB
[ebuild   R   ] net-p2p/bittorrent-5.0.9  USE="gtk" 2,440 kB

Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-11-01 17:12:04 UTC
And I still don't see any upgrade/downgrade anywhere.
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2007-11-02 10:42:12 UTC
(In reply to comment #3)
> And I still don't see any upgrade/downgrade anywhere.

 Jakub, have a closer look.  bittorrent -> twisted 2.0.5; world 2.0.4

Patrizio, what does "equery d twisted" say?

Comment 5 Patrizio Bassi 2007-11-02 19:55:50 UTC
media-tv/freevo-1.7.3 (=dev-python/twisted-2.4*)
net-p2p/bittorrent-5.0.9 (>=dev-python/twisted-2)


ok so it's clear, freevo wants the 2.4XX only. but why portage shows it like this?
Comment 6 Christian Faulhammer (RETIRED) gentoo-dev 2007-11-03 13:03:10 UTC
(In reply to comment #5)
> media-tv/freevo-1.7.3 (=dev-python/twisted-2.4*)
> net-p2p/bittorrent-5.0.9 (>=dev-python/twisted-2)
> ok so it's clear, freevo wants the 2.4XX only. but why portage shows it like
> this?

 Use -t to display the dependency tree.  freevo will not run with twisted 2.5, see bug 162402, so mask 2.5 locally on your system.
Comment 7 Raphaël Droz 2009-11-01 19:24:36 UTC
I think bittorrent should now be updated as I came in the same problem recently when upgrading twisted-web pulled an upgraded version of twisted blocked by the slotted version bittorrent requires.
Not sure if it's correct by I removed the >=twisted-2 dependencie of bittorrent which is pulled by twisted-web anyway (which is also required by bittorrent).