Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228895 - wxGTK-2.8.* ebuilds should use unicode flag
Summary: wxGTK-2.8.* ebuilds should use unicode flag
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: 2008-06-22 14:19 UTC by José Manuel Ferrer Ortiz
Modified: 2008-06-22 16:53 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 José Manuel Ferrer Ortiz 2008-06-22 14:19:09 UTC
wxGTK-2.8.7.1-r1 and wxGTK-2.8.7.1-r2 ebuilds always build wxGTK library including unicode support (and not the ansi version), without even taking a look at the unicode USE flag.

Reproducible: Always

Steps to Reproduce:
USE=-unicode emerge wxGTK
Actual Results:  
Unicode version of wxGTK built, ansi version not built

Expected Results:  
Ansi version of wxGTK built, unicode version not built
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-06-22 14:35:11 UTC
Unicode is now fortunately mandatory.

http://psykil.livejournal.com/318374.html
"The biggest change in our wxGTK-2.8 is we are no longer supporting the ansi profile; that is, we are unicode-only. The upcoming wxWidgets 3.0 will do away with the ansi/unicode split and simply use UTF-8 for everything. If your package supports building against the unicode libraries (most should), we encourage you to at least provide that option with a unicode USE flag or at most make it the default. ;)"
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-06-22 16:53:37 UTC
^^