Edit Sup Issue: issue59

Summary
Issue type Status
Sup version Ruby version
Assigned To Tags (list)
Description
Attachments
  Make a copy

Created on 2010-01-31.21:38:24 by anonymous, last changed by anonymous.

Messages
msg146 (view) Author: rlane Date: 2010-01-31.22:53:53
Excerpts from anonymous's message of 2010-01-31 16:38:24 -0500:
> 
> New submission from anonymous:
> 
> on a default os X 10.6 machine (after updating rubygems) doing a 'gem sup
> install' fails:
> 
> The problem is xapian-full is making a .bundle instead of a .so. It's easy to
> change to make a .so file (just remove the -bundle and chenge the output to .so,
> but I know nothing of Ruby, or how to make ruby gems behave.  I can manually
> build the .so file, but then doing another 'gem install sup' just replaces the
> directory I just fixed.  So I don't even know of how to work-around this.

I just pushed xapian-full-1.1.3.2 which should fix this issue.
msg145 (view) Author: anonymous Date: 2010-01-31.22:33:21
ok, I figured some out apparently this is an issue with the gem xapian-full. 
unfortunately their gem page seems to be useless in filing bugs. ugh!

To fix this download the gem, untar it all, then edit the Rakefile then gem
build and then you can gem install --local xapian-full(version).gem
History
Date User Action Args
2010-03-23 10:15:01anonymoussetmessages: - msg144
2010-01-31 22:53:53rlanesetmessages: + msg146
2010-01-31 22:33:22anonymoussetstatus: unread -> chatting
messages: + msg145
2010-01-31 21:38:24anonymouscreate