Bug 160194
| Summary: | ruby-tcltk x86_64 rpm missing tcltklib.so | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Bogomip <bob.bogo> |
| Component: | ruby | Assignee: | Akira TAGOH <tagoh> |
| Status: | CLOSED ERRATA | QA Contact: | Bill Huang <bhuang> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.8.2-1.fc3.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-06-17 06:10:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fixed in 1.8.2-1.fc3.2 for FC3, 1.8.2-7.fc4.1 for FC4 and 1.8.2-8 for devel. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.0.4-1.3.1 Firefox/1.0.4 Description of problem: After installing ruby-tcltk-1.8.2-1.FC3.1.x86_64.rpm and trying to run one of the examples I get: $ ruby /usr/share/doc/ruby-tcltk-1.8.2/tk/sample/demos-en/hello /usr/lib64/ruby/1.8/tk.rb:7:in `require': No such file to load -- tcltklib (LoadError) from /usr/lib64/ruby/1.8/tk.rb:7 from /usr/share/doc/ruby-tcltk-1.8.2/tk/sample/demos-en/hello:2:in `require' from /usr/share/doc/ruby-tcltk-1.8.2/tk/sample/demos-en/hello:2 A bit of investigation reveals that the i386 rpm contains the file "/usr/lib/ruby/1.8/i386-linux/tcltklib.so". The corresponding file ("/usr/lib/ruby/1.8/x86_64-linux/tcltklib.so" presumably) is missing from the x86_64 rpm. Version-Release number of selected component (if applicable): ruby-tcltk-1.8.2-1.FC3.1.x86_64.rpm How reproducible: Always Steps to Reproduce: 1. Install ruby-tcltk-1.8.2-1.FC3.1.x86_64.rpm 2. ruby /usr/share/doc/ruby-tcltk-1.8.2/tk/sample/demos-en/hello 3. Actual Results: Ruby reports "/usr/lib64/ruby/1.8/tk.rb:7:in `require': No such file to load -- tcltklib (LoadError)" Expected Results: Standard "Hello World!" tk dialog should have popped up Additional info: