Bug 1114819
| Summary: | "package require Mk4tcl" fails due to wrong installation path | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | hkoba <buribullet> | ||||
| Component: | metakit | Assignee: | Matthias Saou <matthias> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | matthias, pbrobinson | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-08-16 13:46:53 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
retiring package in F-21+ |
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: