Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118406 - dependencies bugs in portage
Summary: dependencies bugs in portage
Status: RESOLVED FIXED
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: 2006-01-09 06:27 UTC by Alexey Maximov
Modified: 2006-01-09 07:02 UTC (History)
1 user (show)

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


Attachments
gtkhtml-sharp-2.4.0-r1.ebuild (gtkhtml-sharp-2.4.0-r1.ebuild,547 bytes, text/plain)
2006-01-09 06:56 UTC, Alexey Maximov
Details
gnome-btdownload-0.0.22-r1.ebuild (gnome-btdownload-0.0.22-r1.ebuild,761 bytes, text/plain)
2006-01-09 07:02 UTC, Alexey Maximov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Maximov 2006-01-09 06:27:02 UTC
if I add 2 lines to the /etc/portage/profile/package.provided
net-p2p/bittorrent-3.4.2-r2
gnome-extra/libgtkhtml-3.8.2

all ok. if revmove, I see this:

 
localhost ~ # emerge -pvuD world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[blocks B     ] net-p2p/kenosis (is blocking net-p2p/bittorrent-4.2.2)
[blocks B     ] net-p2p/kenosis (is blocking net-p2p/bittorrent-3.4.2-r2)
[blocks B     ] net-p2p/bittorrent (is blocking net-p2p/kenosis-0.941)
[ebuild     U ] net-p2p/bittorrent-4.2.2 [4.2.0] USE="gtk" 0 kB
[ebuild     UD] gnome-extra/libgtkhtml-3.8.2 [3.9.4] USE="-debug -static" 0 kB
[ebuild     UD] net-p2p/bittorrent-3.4.2-r2 [4.2.0] USE="gtk" 0 kB
Comment 1 Alexey Maximov 2006-01-09 06:33:49 UTC
after removing net-p2p/kenosis

localhost ~ # emerge -pvuD world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     U ] net-p2p/bittorrent-4.2.2 [4.2.0] USE="gtk" 0 kB
[ebuild     UD] gnome-extra/libgtkhtml-3.8.2 [3.9.4] USE="-debug -static" 0 kB
[ebuild     UD] net-p2p/bittorrent-3.4.2-r2 [4.2.0] USE="gtk" 0 kB
Comment 2 Alexey Maximov 2006-01-09 06:36:14 UTC
adding to p.provided help me gnome-extra/libgtkhtml-3.8.2 partially

localhost ~ # emerge -pvuD world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     U ] net-p2p/bittorrent-4.2.2 [4.2.0] USE="gtk" 0 kB
[ebuild     UD] net-p2p/bittorrent-3.4.2-r2 [4.2.0] USE="gtk" 0 kB

Total size of downloads: 0 kB
localhost ~ #


:-)
Comment 3 Alexey Maximov 2006-01-09 06:41:36 UTC
after unmerge it and merge again - all ok.
Strange ?


localhost ~ # emerge net-p2p/bittorrent -pv

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] net-p2p/bittorrent-4.2.2  USE="gtk" 0 kB

Total size of downloads: 0 kB
localhost ~ #
Comment 4 Alexey Maximov 2006-01-09 06:43:54 UTC
after clearing /etc/portage

localhost ~ # emerge -pvuD world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     UD] gnome-extra/libgtkhtml-3.8.2 [3.9.4] USE="-debug -static" 0 kB
[ebuild     UD] net-p2p/bittorrent-3.4.2-r2 [4.2.2] USE="gtk" 0 kB

Total size of downloads: 0 kB
localhost ~ #
Comment 5 Alexey Maximov 2006-01-09 06:45:56 UTC
localhost ~ # emerge -pvuDt world

These are the packages that I would merge, in reverse order:

Calculating world dependencies ...done!
[nomerge      ] net-p2p/gnome-btdownload-0.0.22  USE="-debug"
[ebuild     UD]  net-p2p/bittorrent-3.4.2-r2 [4.2.2] USE="gtk" 0 kB
[nomerge      ] media-gfx/f-spot-0.1.5  USE="-debug"
[nomerge      ]  dev-dotnet/gtkhtml-sharp-2.4.0
[ebuild     UD]   gnome-extra/libgtkhtml-3.8.2 [3.9.4] USE="-debug -static" 0 kB

Total size of downloads: 0 kB
Comment 6 Alexey Maximov 2006-01-09 06:50:02 UTC
2 diff issues
Comment 7 Alexey Maximov 2006-01-09 06:56:59 UTC
Created attachment 76624 [details]
gtkhtml-sharp-2.4.0-r1.ebuild

fix #1
Comment 8 Alexey Maximov 2006-01-09 07:02:47 UTC
Created attachment 76627 [details]
gnome-btdownload-0.0.22-r1.ebuild

fixed ebuild #2