Bug 103047 - "package require Tkspline": can't find package Tkspline
Summary: "package require Tkspline": can't find package Tkspline
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 1
Hardware: Other All
: P5 - None : Minor
Target Milestone: ---
Assignee: Reinhard Max
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 14:47 UTC by Andreas Gruenbacher
Modified: 2005-08-09 15:17 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Gruenbacher 2005-08-09 14:47:28 UTC
Reinhard,   
the graphviz-tcl package includes a file /usr/share/tcl/graphviz/pkgIndex.tcl   
that is somehow supposed to make lines like "package require Tkspline" work.  
Could you please explain to me how that works, and what's broken in the  
package currently? Thanks!
Comment 1 Reinhard Max 2005-08-09 15:17:46 UTC
We resolved it in a personal talk.

Short summary: the shared objects that are loadable by Tcl/Tk have to be located
under %_libdir rather than a package-speciffic subdir of it, and pkgIndex.tcl
has to be changed to load them by unqualified name rather than relative to the
directory where the script itself is located.