You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
The .debs distributed depend on package fuse and ruby. Package fuse is not available, only fuse-utils.
If I put things on manually and try to run it, I get this from ruby:
/sbin/mount.svfs:73: undefined method `select!' for #Array:0x721b407b2578 (NoMethodError)
root@uf5:/usr/local/bin# dpkg -l|grep ruby
ii libruby1.8 1.8.7.249-2ubuntu0.3 Libraries necessary to run Ruby 1.8
ii ruby 4.2 An interpreter of object-oriented scripting
ii ruby1.8 1.8.7.249-2ubuntu0.3 Interpreter of object-oriented scripting lan
In order to be more backwards compatible, it would be helpful if the ruby was written for 1.8, and also that the DEB dependency was on fuse-utils, not fuse. (But I haven't tested that yet to be sure.)
The text was updated successfully, but these errors were encountered:
The .debs distributed depend on package fuse and ruby. Package fuse is not available, only fuse-utils.
If I put things on manually and try to run it, I get this from ruby:
/sbin/mount.svfs:73: undefined method `select!' for #Array:0x721b407b2578 (NoMethodError)
root@uf5:/usr/local/bin# dpkg -l|grep ruby
ii libruby1.8 1.8.7.249-2ubuntu0.3 Libraries necessary to run Ruby 1.8
ii ruby 4.2 An interpreter of object-oriented scripting
ii ruby1.8 1.8.7.249-2ubuntu0.3 Interpreter of object-oriented scripting lan
In order to be more backwards compatible, it would be helpful if the ruby was written for 1.8, and also that the DEB dependency was on fuse-utils, not fuse. (But I haven't tested that yet to be sure.)
The text was updated successfully, but these errors were encountered: