Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462208 - net-p2p/amule broken with wxGTK-2.9
Summary: net-p2p/amule broken with wxGTK-2.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 14:10 UTC by Hanno Böck
Modified: 2013-09-20 01:14 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 Hanno Böck gentoo-dev 2013-03-18 14:10:51 UTC
net-p2p/amule depends on >=wxGTK-2.8.12, but compilation fails with wxGTK 2.9, because the ebuild checks if =wxGTK-2.8 is installed:

 * wxGTK with X support will be used
 * Checking wxGTK-2.8 for X support ...
 * ERROR: net-p2p/amule-2.3.1 failed (configure phase):
 *   Unable to resolve =x11-libs/wxGTK-2.8* to an installed package
Comment 1 doom5 2013-03-20 17:21:20 UTC
I have solved simply by replacing line 56 with the following:
WX_GTK_VER="2.9"
But you probably need a better solution!
Comment 2 Hanno Böck gentoo-dev 2013-09-20 01:14:29 UTC
I've for now fixed amule deps to wxgtk-2.8. Works.
Compilation against wxGTK 2.9 also would work, but is unstable, see #465084.