ruby - load paths are broken (?)

Tomasz Wittner twittner at o2.pl
Sat Dec 23 22:15:06 CET 2006


On Sat 23. December 2006 13:47, Tomasz Wittner wrote:
> Hi,
> 
> Today I tried to upgrade ruby-FXRuby (I haven't touched ruby for quite a 
long 
> time) and notice that ruby-FXRuby examples aren't working at all - both Ac 
> and Th are affected [1]:
> 
> [inter at asus /usr/src/examples/ruby-FXRuby-1.6.3]$ ruby hello.rb
> hello.rb:3:in `require': no such file to load -- fox16 (LoadError)
>         from hello.rb:3
> 
> I've checked load paths - they seem completely broken:
> [inter at asus /usr/src/examples/ruby-FXRuby-1.6.3]$ irb
> irb(main):001:0> $:
> => 
> 
["/1.8", "/1.8/i686-linux", "", "/usr/lib/ruby/1.8", "/usr/lib/ruby/1.8/i686-linux", "."]
I hope I've managed to fix it with the help of arekm - bug with ruby load 
modules paths probably has been appeared just after introducing autoconf-2.60 
which sets POSIXLY_CORRECT env. variable that changes, among other things, 
pdksh interpretation of escaped double quotes inside backticks (` `).
Fixed ruby.spec has been sent to Th and Ac builders.

-- 
Tomasz Wittner


More information about the pld-devel-en mailing list