Bug 482762

Summary: web-yast: libpy2lang_ruby.so cannot open libpy2wfm.so.2
Product: [openSUSE] openSUSE 11.2 Reporter: Martin Vidner <mvidner>
Component: YaST2Assignee: Klaus Kämpf <kkaempf>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P3 - Medium CC: bgeuken, dmacvicar, mvidner, schubi
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Martin Vidner 2009-03-06 10:39:36 UTC
When trying out http://lizards.opensuse.org/2009/02/03/yast-web/ , one gets the error:

Error loading language plugin /usr/lib64/YaST2/plugin/libpy2lang_ruby.so: libpy2wfm.so.2: cannot open shared object file: No such file or directory

The workaround is:
ln -s /usr/lib/YaST2/plugin/libpy2wfm.so.2 /usr/lib
(or ln -s /usr/lib64/YaST2/plugin/libpy2wfm.so.2 /usr/lib64 )

It probably needs to be fixed in http://svn.opensuse.org/svn/yast/trunk/ruby-bindings/src/ruby/CMakeLists.txt
Comment 1 Martin Vidner 2009-05-26 08:37:34 UTC
First, yast2-ruby-bindings is not necessary for web-yast (yet?), so a workaround is to remove this package.

Second, it turns out Klaus has fixed it on Apr 9 in yast2-ruby-bindings-0.3.3:
  http://svn.opensuse.org/viewvc/yast?view=rev&revision=56738
Thanks Klaus!

But the package was not submitted for building yet. Please do that.
Comment 2 Klaus Kämpf 2009-06-16 13:43:50 UTC
It looks like my osc / api.opensuse.org permissions are hosed.
Feel free to submit the package yourself. YaST svn is up-to-date.
Comment 3 Klaus Kämpf 2009-06-16 13:51:01 UTC
committed (I'm an osc wizard now !)