Bug 137512 - [FC2] Tcl's default package path does not include /usr/lib64
Summary: [FC2] Tcl's default package path does not include /usr/lib64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: tcl
Version: 2
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-28 23:11 UTC by Wart
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-03-09 12:51:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Wart 2004-10-28 23:11:07 UTC
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:

Comment 1 Jens Petersen 2004-10-29 05:43:45 UTC
Could you please try with the current tcl in rawhide?
I believe this is fixed there.

Comment 2 Wart 2004-10-29 19:39:58 UTC
You are correct.  This is fixed in rawhide.  Thanks!

Comment 3 Jens Petersen 2004-11-01 11:25:34 UTC
Leaving this open for now - for possible fc2 update.


Note You need to log in before you can comment on or make changes to this bug.