Archive of RubyForge sup-devel mailing list
 help / color / mirror / Atom feed
From: wires <sup-bugs@masanjin.net>
To: sup-devel@rubyforge.org
Subject: [sup-devel] [issue101] gem install fails on os x 10.6.3
Date: Mon, 24 May 2010 16:30:06 +0000	[thread overview]
Message-ID: <1274718605.97.0.0811975060218.issue101@masanjin.net> (raw)
In-Reply-To: <1274718605.97.0.0811975060218.issue101@masanjin.net>


New submission from wires <jelle@defekt.nl>:

I cannot seem to run sup:

I've updated my gem system.

$ sudo sudo gem update --system
Updating RubyGems
Updating rubygems-update
Successfully installed rubygems-update-1.3.7
Updating RubyGems to 1.3.7
Installing RubyGems 1.3.7
RubyGems 1.3.7 installed

=== 1.3.7 / 2010-05-13

Installing sup seems to work

$ sudo gem install sup
Building native extensions.  This could take a while...
Building native extensions.  This could take a while...
Successfully installed xapian-full-1.1.3.4
Successfully installed ncurses-0.9.1
Successfully installed rmail-1.0.0
Successfully installed highline-1.5.2
Successfully installed net-ssh-2.0.22
Successfully installed trollop-1.16.2
Successfully installed lockfile-1.4.3
Successfully installed mime-types-1.16
Successfully installed locale-2.0.5
Successfully installed gettext-2.1.0
Successfully installed sup-0.11
11 gems installed
Installing ri documentation for xapian-full-1.1.3.4...
Installing ri documentation for ncurses-0.9.1...
Installing ri documentation for rmail-1.0.0...
Installing ri documentation for highline-1.5.2...
Installing ri documentation for net-ssh-2.0.22...
Installing ri documentation for trollop-1.16.2...
Installing ri documentation for lockfile-1.4.3...
Installing ri documentation for mime-types-1.16...
Installing ri documentation for locale-2.0.5...
Installing ri documentation for gettext-2.1.0...
Installing ri documentation for sup-0.11...
Installing RDoc documentation for xapian-full-1.1.3.4...
Installing RDoc documentation for ncurses-0.9.1...
Installing RDoc documentation for rmail-1.0.0...
Installing RDoc documentation for highline-1.5.2...
Installing RDoc documentation for net-ssh-2.0.22...
Installing RDoc documentation for trollop-1.16.2...
Installing RDoc documentation for lockfile-1.4.3...
Installing RDoc documentation for mime-types-1.16...
Installing RDoc documentation for locale-2.0.5...
Installing RDoc documentation for gettext-2.1.0...
Installing RDoc documentation for sup-0.11...

But running it fails:

$ sup
/opt/local/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib/_xapian.bundle: 
dlopen(/opt/local/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.4/lib/_xapian.bundle, 
9): Library not loaded: /usr/local/lib/libxapian-1.1.3.dylib (LoadError)
  Referenced from: /opt/local/lib/ruby/gems/1.8/gems/xapian-full-
1.1.3.4/lib/_xapian.bundle
  Reason: image not found - /opt/local/lib/ruby/gems/1.8/gems/xapian-full-
1.1.3.4/lib/_xapian.bundle
	from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`require'
	from /opt/local/lib/ruby/gems/1.8/gems/xapian-full-
1.1.3.4/lib/xapian.rb:41
	from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'
	from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`require'
	from /opt/local/lib/ruby/gems/1.8/gems/sup-0.11/lib/sup/index.rb:3
	from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'
	from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`require'
	from /opt/local/lib/ruby/gems/1.8/gems/sup-0.11/lib/sup.rb:316
	from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`gem_original_require'
	from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in 
`require'
	from /opt/local/lib/ruby/gems/1.8/gems/sup-0.11/bin/sup:15
	from /opt/local/bin/sup:19:in `load'
	from /opt/local/bin/sup:19

These are the installed gems / versions

$ gem list

*** LOCAL GEMS ***

gettext (2.1.0)
highline (1.5.2)
locale (2.0.5)
lockfile (1.4.3)
mime-types (1.16)
ncurses (0.9.1)
net-ssh (2.0.22)
rmail (1.0.0)
rubygems-update (1.3.7)
sup (0.11)
trollop (1.16.2)
xapian-full (1.1.3.4)


Any thoughts? Thanks :)

----------
messages: 233
nosy: wires
priority: bug
ruby_version: 1.8.7
status: unread
sup_version: 0.11
title: gem install fails on os x 10.6.3

_________________________________________
Sup issue tracker <sup-bugs@masanjin.net>
<http://masanjin.net/sup-bugs/issue101>
_________________________________________
_______________________________________________
Sup-devel mailing list
Sup-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-devel


           reply	other threads:[~2010-05-24 16:30 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1274718605.97.0.0811975060218.issue101@masanjin.net>]

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=1274718605.97.0.0811975060218.issue101@masanjin.net \
    --to=sup-bugs@masanjin.net \
    --cc=sup-devel@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