Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 83554

Summary: USE flags for wxpython changed to "+unicode" and emerge --newuse didn't want to rebuild wxGTK
Product: Gentoo Linux Reporter: Francisco Ares <frares>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Francisco Ares 2005-02-28 06:53:09 UTC
I've changed /etc/portaga/package.use USE flags for wxpython to include "unicode", and when I thied an 

emerge -vD --newuse wxpython

during compilation, it complained about the need to do the same thing to wxGTK, i.e., change the USE flags.
Comment 1 Sven Wegener gentoo-dev 2005-02-28 07:08:37 UTC
/etc/portage/package.use is for specifying USE-flags on a per package or even
per version level. If you add "dev-python/wxpython unicode" to this file,
portage will only turn the USE flag on for this particular package. It doesn't
know about the fact that x11-libs/wxGTK also needs to be built with
USE="unicode" support. You need to add the line "x11-libs/wxGTK unicode" to
package.use or add unicode to USE in make.conf or wait until portage has support
for USE depends.

*** This bug has been marked as a duplicate of 2272 ***