Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202813 - net-p2p/bittorrent fails on built_with_use check when wxGTK-2.8 is installed
Summary: net-p2p/bittorrent fails on built_with_use check when wxGTK-2.8 is installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-19 21:07 UTC by dynamotwain
Modified: 2007-12-28 12:52 UTC (History)
0 users

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


Attachments
Updated bittorrent ebuild that checks correct wx{GTK,python} slots (bittorrent-5.0.9.ebuild,2.36 KB, text/plain)
2007-12-19 21:10 UTC, dynamotwain
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dynamotwain 2007-12-19 21:07:12 UTC
Bittorrent uses the 2.6 series of wxGTK, but when wxGTK-2.8 is installed, built_with_use checks the 2.8 series for the 'unicode' keyword, which no longer exists (all wxGTK-2.8 builds are unicode.) This causes emerge to die.
Comment 1 dynamotwain 2007-12-19 21:10:48 UTC
Created attachment 138916 [details]
Updated bittorrent ebuild that checks correct wx{GTK,python} slots

This updated ebuild uses the wxwidgets eclass and the need-wxwidgets function to ensure the correct version of wxGTK has been installed, and restricts built_with_use to check only the 2.6.x version of wxpython, in case 2.8.x is installed in parallel.
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2007-12-28 12:52:31 UTC
Fixed, thanks!