Comment 7 for bug 102845

Revision history for this message
peppelorum (peppe-peppesbodega) wrote : Re: Ruby objects to cyclic dependency

I'm now running 9.04 on my machine and same as before.

peppe@eagle ~> cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION="Ubuntu 9.04"
peppe@eagle ~> ruby /usr/share/doc/librdf-ruby/examples/example.rb
/usr/lib/ruby/1.8/rdf/redland/uri.rb:24:in `initialize': Unable to create Uri (Redland::RedlandError)
        from /usr/share/doc/librdf-ruby/examples/example.rb:43:in `new'
        from /usr/share/doc/librdf-ruby/examples/example.rb:43

And on a 9.10 machine.
peppe@dash:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
peppe@dash:~$ ruby /usr/share/doc/librdf-ruby/examples/example.rb
/usr/lib/ruby/1.8/rdf/redland/uri.rb:24:in `initialize': Unable to create Uri (Redland::RedlandError)
        from /usr/share/doc/librdf-ruby/examples/example.rb:41:in `new'
        from /usr/share/doc/librdf-ruby/examples/example.rb:41

Best regards
Peppe