Bug 1105506 - package require error (path problem)
Summary: package require error (path problem)
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: itk
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Dmitrij S. Kryzhevich
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-06 09:37 UTC by Patrick Monnerat
Modified: 2014-08-28 11:07 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-28 11:07:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
findinit fix (793 bytes, patch)
2014-06-06 16:11 UTC, Patrick Monnerat
no flags Details | Diff

Description Patrick Monnerat 2014-06-06 09:37:02 UTC
Description of problem:
Cannot load itk with "package require"

Version-Release number of selected component (if applicable):
itk-4.0.0-1.fc21.x86_64
tcl-8.6.1-4.fc21.x86_64
tk-8.6.1-1.fc21.x86_64
itcl-4.0.0-2.fc21.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Start "wish"
2. Type "package require Itk"

Actual results:
Can't find a usable itk.tcl in the following directories:
    /usr/share/itk4.0.0 /usr/bin/../lib/itk4.0.0 /usr/bin/../library /usr/bin/../../library /usr/bin/../../itk/library
This probably means that Itcl/Itk weren't installed properly.
If you know where the Itk library directory was installed,
you can set the environment variable ITK_LIBRARY to point
to the library directory.

Expected results:
4.0.0

Additional info:
The problem also arises when Itcl is preloaded.
Thanks for your investigations.

Comment 1 Patrick Monnerat 2014-06-06 16:11:00 UTC
Created attachment 902969 [details]
findinit fix

I found the problem: the findinit patch (from 3.4-4) should be reenabled: Darwin only is not enough.


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