Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
From: Neil Stewart <neil.stewart@warwick.ac.uk>
To: sup-talk@rubyforge.org
Subject: Re: [sup-talk] gem install sup fail
Date: Thu, 8 Apr 2010 13:04:48 +0100 (BST)	[thread overview]
Message-ID: <alpine.DEB.1.10.1004081300340.23329@stewart.warwick.ac.uk> (raw)
In-Reply-To: <alpine.DEB.1.10.1004081146590.23329@stewart.warwick.ac.uk>

So I've installed a load of gems

# gem list --local

*** LOCAL GEMS ***

archive-tar-minitar (0.5.2)
gettext (2.1.0)
highline (1.5.2)
hoe (2.6.0)
json_pure (1.2.4)
locale (2.0.5)
lockfile (1.4.3)
mime-types (1.16)
ncurses (0.9.1)
net-ssh (2.0.21)
nokogiri (1.4.1)
racc (1.4.6)
rake (0.8.7)
rexical (1.0.4)
rmail (1.0.0)
rubyforge (2.0.4)
sup (0.11)
trollop (1.16.2)
xapian-full (1.1.3.4)

which fixes my earlier problem:

> But how do I run sup? This fails:
>
> # /var/lib/gems/1.8/bin/sup
> /usr/lib/ruby/1.8/rubygems.rb:578:in `report_activate_error': Could not find
> /RubyGem archive-tar-minitar (~> 0.5) (Gem::LoadError)
>        from /usr/lib/ruby/1.8/rubygems.rb:134:in `activate'
>        from /usr/lib/ruby/1.8/rubygems.rb:158:in `activate'
>        from /usr/lib/ruby/1.8/rubygems.rb:157:in `each'
>        from /usr/lib/ruby/1.8/rubygems.rb:157:in `activate'
>        from /usr/lib/ruby/1.8/rubygems.rb:158:in `activate'
>        from /usr/lib/ruby/1.8/rubygems.rb:157:in `each'
>        from /usr/lib/ruby/1.8/rubygems.rb:157:in `activate'
>        from /usr/lib/ruby/1.8/rubygems.rb:49:in `gem'
>        from /var/lib/gems/1.8/bin/sup:18

I had to upgrade to gem 1.3.5 from debian testing to get the hoe gem to
install.

Now I'm getting a new error:

# /var/lib/gems/1.8/bin/sup
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require':
/no such file to load -- openssl (LoadError)
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from
         /var/lib/gems/1.8/gems/net-ssh-2.0.21/lib/net/ssh/transport/openssl.rb:1
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from /var/lib/gems/1.8/gems/net-ssh-2.0.21/lib/net/ssh/buffer.rb:2
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
         `gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from
         /var/lib/gems/1.8/gems/net-ssh-2.0.21/lib/net/ssh/transport/algorithms.rb:1
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from
         /var/lib/gems/1.8/gems/net-ssh-2.0.21/lib/net/ssh/transport/session.rb:7
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from /var/lib/gems/1.8/gems/net-ssh-2.0.21/lib/net/ssh.rb:10
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
         `gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from /var/lib/gems/1.8/gems/sup-0.11/lib/sup/mbox/ssh-file.rb:1
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
         `gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from /var/lib/gems/1.8/gems/sup-0.11/lib/sup/mbox.rb:2
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
         `gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from /var/lib/gems/1.8/gems/sup-0.11/lib/sup.rb:309
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
         `gem_original_require'
         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
         from /var/lib/gems/1.8/gems/sup-0.11/bin/sup:15
         from /var/lib/gems/1.8/bin/sup:19:in `load'
         from /var/lib/gems/1.8/bin/sup:19

I've got openssl installed

# dpkg -l | grep openssl
ii  openssl                              0.9.8g-15+lenny6           Secure Socket Layer (SSL) binary and related
ii  openssl-blacklist                    0.4.2                      list of blacklisted OpenSSL RSA keys

but I don't think that's the problem.

And help getting sup-0.11 running, in any form, very much appreciated!

Best,
Neil.

_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


      reply	other threads:[~2010-04-08 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-08 10:49 Neil Stewart
2010-04-08 12:04 ` Neil Stewart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.1.10.1004081300340.23329@stewart.warwick.ac.uk \
    --to=neil.stewart@warwick.ac.uk \
    --cc=sup-talk@rubyforge.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox