You only got an error on the RI documentation. That is not necessary for the gem. You can simply do:
gem install --no-ri --no-rdoc hobo --pre and it should work. I am not sure where you got those instructions, I have had success with just the default Ubuntu 1.8.7 ruby installation, but you can also use RVM and I had some success with this: http://www.rubyinside.com/rails-ready-ruby-and-rails-on-ubuntu-in-one-line-4214.html I am not sure how Trisquel differs from Ubuntu, because Ubuntu is also free Ankur On Apr 1, 11:51 am, Quiliro Ordóñez <[email protected]> wrote: > I am Trying to install hobo on Trisquel GNU with Linux (which is the > free version of Ubuntu). I tried the same process in Ubuntu 10.04 with > the same problem as a result. As you will see, I have to install hobo > twice. The steps taken are: > > # aptitude update > # apt-get install language-pack-es-base ruby-full build-essential > sqlite3 libsqlite3-dev > # wget -chttp://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz > # tar xvzf rubygems-1.6.2.tgz > # cd rubygems-1.6.2 > # ruby setup.rb > # ln -s /usr/bin/gem1.8 /usr/bin/gem > # gem -v > # > # gem install sqlite3 > Fetching: sqlite3-1.3.3.gem (100%) > Building native extensions. This could take a while... > Successfully installed sqlite3-1.3.3 > 1 gem installed > Installing ri documentation for sqlite3-1.3.3... > > No definition for libversion > > Enclosing class/module 'mSqlite3' for class Statement not known > Installing RDoc documentation for sqlite3-1.3.3... > > No definition for libversion > > Enclosing class/module 'mSqlite3' for class Statement not known > > # gem install hobo --pre > Fetching: activesupport-3.0.5.gem (100%) > Fetching: builder-2.1.2.gem (100%) > Fetching: i18n-0.5.0.gem (100%) > Fetching: activemodel-3.0.5.gem (100%) > Fetching: rack-1.2.2.gem (100%) > Fetching: rack-test-0.5.7.gem (100%) > Fetching: rack-mount-0.6.14.gem (100%) > Fetching: tzinfo-0.3.25.gem (100%) > Fetching: abstract-1.0.0.gem (100%) > Fetching: erubis-2.6.6.gem (100%) > Fetching: actionpack-3.0.5.gem (100%) > Fetching: arel-2.0.9.gem (100%) > Fetching: activerecord-3.0.5.gem (100%) > Fetching: activeresource-3.0.5.gem (100%) > Fetching: mime-types-1.16.gem (100%) > Fetching: polyglot-0.3.1.gem (100%) > Fetching: treetop-1.4.9.gem (100%) > Fetching: mail-2.2.15.gem (100%) > Fetching: actionmailer-3.0.5.gem (100%) > Fetching: rake-0.8.7.gem (100%) > Fetching: thor-0.14.6.gem (100%) > Fetching: railties-3.0.5.gem (100%) > Fetching: bundler-1.0.10.gem (100%) > Fetching: rails-3.0.5.gem (100%) > Fetching: will_paginate-3.0.pre2.gem (100%) > Fetching: hobo_support-1.3.0.pre31.gem (100%) > Fetching: hobo_fields-1.3.0.pre31.gem (100%) > Fetching: dryml-1.3.0.pre31.gem (100%) > Fetching: hobo-1.3.0.pre31.gem (100%) > Successfully installed activesupport-3.0.5 > Successfully installed builder-2.1.2 > Successfully installed i18n-0.5.0 > Successfully installed activemodel-3.0.5 > Successfully installed rack-1.2.2 > Successfully installed rack-test-0.5.7 > Successfully installed rack-mount-0.6.14 > Successfully installed tzinfo-0.3.25 > Successfully installed abstract-1.0.0 > Successfully installed erubis-2.6.6 > Successfully installed actionpack-3.0.5 > Successfully installed arel-2.0.9 > Successfully installed activerecord-3.0.5 > Successfully installed activeresource-3.0.5 > Successfully installed mime-types-1.16 > Successfully installed polyglot-0.3.1 > Successfully installed treetop-1.4.9 > Successfully installed mail-2.2.15 > Successfully installed actionmailer-3.0.5 > Successfully installed rake-0.8.7 > Successfully installed thor-0.14.6 > Successfully installed railties-3.0.5 > Successfully installed bundler-1.0.10 > Successfully installed rails-3.0.5 > Successfully installed will_paginate-3.0.pre2 > Successfully installed hobo_support-1.3.0.pre31 > Successfully installed hobo_fields-1.3.0.pre31 > Successfully installed dryml-1.3.0.pre31 > 29 gems installed > Installing ri documentation for activesupport-3.0.5... > Installing ri documentation for builder-2.1.2... > ERROR: While generating documentation for builder-2.1.2 > ... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->" > ... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/builder-2.1.2/ri > --title Builder -- Easy XML Building --main README --line-numbers lib > CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc > doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title > builder-2.1.2 Documentation --quiet > # > # gem install hobo --pre > Successfully installed hobo-1.3.0.pre31 > 1 gem installed > Installing ri documentation for hobo-1.3.0.pre31... > Installing RDoc documentation for hobo-1.3.0.pre31... > # > -- > Quiliro Ord��ez > 09 821 8696 > 02 340 1517 -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
