Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122316 - aMule ebuild depend error?
Summary: aMule ebuild depend error?
Status: RESOLVED INVALID
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-02-09 14:44 UTC by Piotr Szymaniak
Modified: 2006-02-09 14:55 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 Piotr Szymaniak 2006-02-09 14:44:47 UTC
# --
localhost ~ # USE="amuled -gtk" emerge -pv amule

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

Calculating dependencies ...done!
[ebuild  N    ] media-libs/sdl-sound-1.0.1-r1  -flac +mikmod -physfs -speex +vorbis 995 kB
[ebuild  N    ] media-libs/tiff-3.7.3  1,242 kB
[ebuild  N    ] x11-libs/wxGTK-2.6.2-r1  +X -debug -doc -gnome -joystick -odbc +opengl +sdl -unicode 12,753 kB
[ebuild  N    ] net-p2p/amule-2.1.0-r1  +amuled -debug -gtk +nls -remote -stats -unicode 3,168 kB
# --

Why "-gtk" in USE tries to emerge wxGTK?... amuled and web-based interface is working fine I think.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-09 14:55:12 UTC
(In reply to comment #0)
> Why "-gtk" in USE tries to emerge wxGTK?... amuled and web-based interface is
> working fine I think.

Because wxGTK sucks and the dependency is not optional

Anyway - this bug is INVALID since you have USE="X". Otherwise, wxGTK shouldn't need gtk+ if you had USE="-X" set for wxGTK in /etc/portage/package.use, but that won't work either because of Bug 109515.