Bug 1114819 - "package require Mk4tcl" fails due to wrong installation path
Summary: "package require Mk4tcl" fails due to wrong installation path
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: metakit
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Saou
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-01 05:43 UTC by hkoba
Modified: 2014-08-16 13:46 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-08-16 13:46:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
A spec patch to fix install path problem (1.77 KB, patch)
2014-07-01 05:43 UTC, hkoba
no flags Details | Diff

Description hkoba 2014-07-01 05:43:35 UTC
Created attachment 913644 [details]
A spec patch to fix install path problem

Description of problem:

Mk4tcl in metakit-2.4.9.7-13.fc19 (and f20) doesn't work properly
due to wrong installation path.


Version-Release number of selected component (if applicable):

metakit-2.4.9.7-13.fc19 (and f20)

How reproducible:

  % yum install tcl metakit
  ...
  % rpm -ql metakit|grep pkgIndex
  /usr/lib64/Mk4tcl/pkgIndex.tcl
  % echo 'package require Mk4tcl'|tclsh
  can't find package Mk4tcl
  %


Expected results:

  % rpm -ql metakit|grep pkgIndex
  /usr/lib64/tcl8.5/Mk4tcl/pkgIndex.tcl
  % echo 'puts [package require Mk4tcl]' |tclsh
  2.4.9.7
  %

Additional info:

Comment 1 Peter Robinson 2014-08-16 13:46:53 UTC
retiring package in F-21+


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