Menu

#308 Player 3: ruby bindings depend on presence of libruby.so

3.1.0
pending
player (137)
5
2014-02-18
2009-10-10
No

Looks like ruby bindings dependencies are not searched properly. For example, on fresh Gentoo install (with ruby and swig installed) there's no such file as /usr/lib/libruby.so (on my other Gentoo machines such symlink is dated 2005 so this must have been dropped years ago)
For now the workaround is:
ln -s libruby.so.1.8 libruby.so

Discussion

  • Rich Mattes

    Rich Mattes - 2014-02-18
    • status: open --> pending
    • assigned_to: Brian Gerkey --> Rich Mattes
    • Group: trunk --> 3.1.0
     
  • Rich Mattes

    Rich Mattes - 2014-02-18

    Is there some sort of ruby development package for gentoo? The unversioned symlinks for ruby tend to be in -devel packages on other linux distributions.

     

Log in to post a comment.