Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99053 - mozconfig.eclass has a wrong IUSE
Summary: mozconfig.eclass has a wrong IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 16:30 UTC by Georgi Georgiev
Modified: 2005-07-14 17:52 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 Georgi Georgiev 2005-07-14 16:30:03 UTC
Quoting from mozconfig.eclass:

mozconfig_init() {
  ....
    mozconfig_use_enable xinerama
    mozconfig_use_enable xprint
    mozconfig_use_enable truetype freetype2
    mozconfig_use_enable truetype freetypetest
}

However, IUSE does not containt truetype, and emerge -p does not show it.

the .mozconfig for firefox-1.0.5 looks like this here:

ac_add_options --disable-xprint # -xprint
ac_add_options --disable-freetype2 # -truetype
ac_add_options --disable-freetypetest # -truetype
ac_add_options --disable-debug # -debug
ac_add_options --disable-tests # -debug
ac_add_options --enable-reorder # -debug
ac_add_options --enable-strip # -debug
ac_add_options --enable-strip-libs # -debug
ac_add_options --enable-xft # -moznoxft

Furthermore, I don't think that "java" should be set in mozconfig.eclass. It is already set in the ebuilds (just checked mozilla and firefox), so why the redundancy? It is not used in the eclass at all, so might as well leave it alone  . Same for the other flags that are set in mozconfig.eclass but never called in it.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2005-07-14 17:52:09 UTC
Thanks, I ran my fixiuse script on it, and it came up with these changes:

sync IUSE (+ipv6 +truetype -java -ldap)