Summary: | akonadi ruby bindings not working | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Bartemius Crouch <egxoun8uya67izy> |
Component: | general | Assignee: | Volker Krause <vkrause> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | dpalacio, maxposedon |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
There are some problems right now with the Smoke bindings in trunk/. You should use 4.3 or wait a little more before the 4.4 release. KDE-4.4 released, and kdebindings-ruby for akonadi still aren't full: irb(main):001:0> require 'korundum4' irb(main):002:0> require 'akonadi' irb(main):003:0> Akonadi::Internal::getClassList => ["Akonadi::AgentBase", "Akonadi::AgentBase::Observer", "Akonadi::AgentBase::ObserverV2", "Akonadi::AgentFilterProxyModel", "Akonadi::AgentInstance", "Akonadi::AgentInstanceCreateJob", "Akonadi::AgentInstanceModel", "Akonadi::AgentInstanceWidget", "Akonadi::AgentManager", "Akonadi::AgentType", "Akonadi::AgentTypeDialog", "Akonadi::AgentTypeModel", "Akonadi::AgentTypeWidget", "Akonadi::Attribute", "Akonadi::AttributeFactory", "Akonadi::CachePolicy", "Akonadi::Collection", "Akonadi::Entity", "Akonadi::Exception", "Akonadi::PayloadException", "QGlobalSpace"] when I'm trying run akonamail example from kdebindigs-ruby, I get: ./mainwindow.rb:32:in `const_missing': uninitialized constant Akonadi::Control (NameError) from ./mainwindow.rb:32:in `initialize' from main.rb:30:in `new' from main.rb:30 This is a binding issue not a problem of Akonadi Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone! Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |
Version: 4.3.90 (using Devel) OS: Linux Installed from: Compiled sources I can't really tell whether it is related to the RC1 or Qt 4.6 as this is the first time I tried the bindings. First of all the example akonamail crashes with a segfault: ------------- > ruby main.rb /usr/lib64/ruby/site_ruby/1.8/Qt/qtruby4.rb:2703: [BUG] Segmentation fault ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] [1] 6662 abort (core dumped) ruby main.rb -------------- Second: I only get few Akonadi modules (at least less than I expected): -------------- irb(main):001:0> require 'korundum4' irb(main):002:0> require 'akonadi' irb(main):003:0> Akonadi::Internal::getClassList => ["Akonadi::AgentBase", "Akonadi::AgentBase::Observer", "Akonadi::AgentBase::ObserverV2", "Akonadi::AgentFilterProxyModel", "Akonadi::AgentInstance", "Akonadi::AgentInstanceCreateJob", "Akonadi::AgentInstanceModel", "Akonadi::AgentInstanceWidget", "Akonadi::AgentManager", "Akonadi::AgentType", "Akonadi::AgentTypeDialog", "Akonadi::AgentTypeModel", "Akonadi::AgentTypeWidget", "Akonadi::Attribute", "Akonadi::AttributeFactory", "Akonadi::CachePolicy", "Akonadi::Collection", "Akonadi::Entity", "Akonadi::Exception", "Akonadi::PayloadException", "QGlobalSpace"] --------------- I don't know whether I'm doing something wrong or if just isn't working. Both problems are probably related. I would really love to use akonadi. If you need more information (you probably will) just leave me a message what you need or how I can help you. Thanks in advance.