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 - Ruby Korundum error
Summary: Ruby Korundum error
Status: ASSIGNED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdelibs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: All Linux
: P3 major
Assignee: Michele Calgaro
URL:
Depends on:
Blocks: 2967
  Show dependency treegraph
 
Reported: 2010-09-11 11:41 CDT by Mark
Modified: 2018-10-30 21:30 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'