First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 120134
Alias:
Product:
Component:
Status: CLOSED
Resolution: DUPLICATE of bug 120133
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jaak Ristioja <Ristioja@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 120134 depends on: Show dependency tree
Bug 120134 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-01-23 21:36 0000
dev-lang/tcl-8.4.11-r1

configure: error: threads: 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 From Jaak Ristioja 2006-01-23 21:36:41 0000 -------
dev-lang/tcl-8.4.11-r1

configure: error: threads: 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šzžtuvwõäöü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 tcl" won't work.

------- Comment #2 From Jakub Moc (RETIRED) 2006-01-24 00:04:34 0000 -------

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

First Last Prev Next    No search results available      Search page      Enter new bug