Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120128 - Mozilla firefox fails to ./configure, invalid package name
Summary: Mozilla firefox fails to ./configure, invalid package name
Status: VERIFIED DUPLICATE of bug 120131
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: 2006-01-23 21:20 UTC by Jaak Ristioja
Modified: 2008-06-05 17:26 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 Jaak Ristioja 2006-01-23 21:20:11 UTC
www-client/mozilla-firefox-1.5-r9

configure: error: application: invalid feature name

I guess this is related to such checks in ./configure:

if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then

These will not work correctly with Estonian locales (et_EE), because the Estonian alphabet does not end with Z, but with Y:

abcdefghijklmnopqrs
Comment 1 Jaak Ristioja 2006-01-23 21:20:11 UTC
www-client/mozilla-firefox-1.5-r9

configure: error: application: invalid feature name

I guess this is related to such checks in ./configure:

if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then

These will not work correctly with Estonian locales (et_EE), because the Estonian alphabet does not end with Z, but with Y:

abcdefghijklmnopqrsztuvwõäöüxy

Therefore some common English letters like tuvwxy do not fall into the range a-z. To circumvent this, one must set another locale in /etc/env.d/02locales, run "env-update" and "source /etc/profile". Using something like "LC_ALL=C emerge mozilla-firefox" won't work.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-24 00:26:59 UTC

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