From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040808 Firefox/0.9.3 Description of problem: Tcl searches a set of directories to find installed extensions. These extensions are loaded using Tcl's "package require foo" command. On FC2-x86_64, /usr/lib64 needs to be part of this default list of directories. Currently this is preventing the TclX extension from being loaded: # tclsh % package require Tclx can't find package Tclx % lappend auto_path /usr/lib64 % package require Tclx 8.3 Version-Release number of selected component (if applicable): tcl-8.4.5-7 How reproducible: Always Steps to Reproduce: 1. start tclsh 2. type "package require Tclx" Actual Results: Tclx fails to load with "can't find package Tclx" Expected Results: Tclx loads and reports its version "8.3" Additional info:
Could you please try with the current tcl in rawhide? I believe this is fixed there.
You are correct. This is fixed in rawhide. Thanks!
Leaving this open for now - for possible fc2 update.