By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 266

Summary: Ruby Korundum error
Product: TDE Reporter: Mark <mail>
Component: tdelibsAssignee: Michele Calgaro <michele.calgaro>
Status: ASSIGNED ---    
Severity: major CC: bugwatch, mckaygerhard, michele.calgaro
Priority: P3    
Version: R14.0.x [Trinity]   
Hardware: All   
OS: Linux   
See Also: http://bugs.pearsoncomputing.net/show_bug.cgi?id=348
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2967    

Description Mark 2010-09-11 11:41:52 CDT
I use kde 3.5.11 on kubuntu lucid.
Kde 4 is removed. (Is useless for me - Thank you for all the effort)

I installed Kengima. Written with ruby.

I get always the error :
mark@Comp03:/usr/share/apps/kenigma$ ruby main.rb
main.rb:29:in `require': no such file to load -- Korundum (LoadError)
        from main.rb:29

Package 'libkorundum0-ruby1.8-kde3' is installed.

When I open file, it shows

...
require 'Korundum'
...

Thanks 
Mark
Comment 1 PICCORO 2011-02-01 13:38:27 CST
seen likes search for libs on different path, kde3.5 trinity desktop install everithing on /opt/kde<same> so then in desktop loas and xsesions load, added dinamicaly paths for launch procs, 

maybe u need to adde corerct paths, look for .desktop files on menu and follow same as..
Comment 2 Darrell 2012-10-16 20:15:55 CDT
I installed kenigma. When running I receive the following error:

/usr/lib/ruby/1.9.1/Korundum.rb:1:in `require': /opt/trinity/lib/libsmokekde.so.1: undefined symbol: _ZN19KMdiChildFrmCaption8tqt_castEPKc - /usr/lib/ruby/1.9.1/i486-linux/korundum.so (LoadError)
        from /usr/lib/ruby/1.9.1/Korundum.rb:1:in `<top (required)>'
        from main.rb:29:in `require'
        from main.rb:29:in `<main>'

The error message indicates libsmoke/korundum is not compiling correctly.

Trying to run some of the tutorial ruby scripts in the tdebindings sources all fail to run.
Comment 3 Michele Calgaro 2014-10-08 04:21:10 CDT
Bug still valid.

Even trying out a basic example as installed in /usr/share/doc/libqt0-ruby-trinity/tutorial/t1 does not work. Ruby complains that it can not find the module TQt

/usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- Tqt (LoadError)
        from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'