<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>120133</bug_id>
          
          <creation_ts>2006-01-23 21:35 0000</creation_ts>
          <short_desc>dev-lang/{tcl,tk} fails to ./configure, invalid package name</short_desc>
          <delta_ts>2008-06-05 19:36:59 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>Ristioja@gmail.com</reporter>
          <assigned_to>tcltk@gentoo.org</assigned_to>
          <cc>vapier@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>Ristioja@gmail.com</who>
            <bug_when>2006-01-23 21:35:07 0000</bug_when>
            <thetext>dev-lang/tk-8.4.11-r1

configure: error: tcl: invalid feature name

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

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

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

abcdefghijklmnopqrs</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>Ristioja@gmail.com</who>
            <bug_when>2006-01-23 21:35:07 0000</bug_when>
            <thetext>dev-lang/tk-8.4.11-r1

configure: error: tcl: invalid feature name

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

if test -n &quot;`echo $ac_feature| sed &apos;s/[-_a-zA-Z0-9]//g&apos;`&quot;; 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 &quot;env-update&quot; and &quot;source /etc/profile&quot;. Using something like &quot;LC_ALL=C emerge tk&quot; won&apos;t work.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2006-01-24 00:04:34 0000</bug_when>
            <thetext>*** Bug 120134 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2006-02-02 17:32:46 0000</bug_when>
            <thetext>it&apos;s because the package is using old autotools (2.13)

applied the patch used in gcc to 8.4.9 and 8.4.11 ebuilds</thetext>
          </long_desc>
      
    </bug>

</bugzilla>