[
https://issues.apache.org/jira/browse/THRIFT-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118259#comment-13118259
]
Peace commented on THRIFT-1367:
-------------------------------
I also had to install some other packages since I don't have much of the ruby
dev tools.
{quote}
gem install bundler
gem install mongrel
gem install rspec
{quote}
However 'bundle exec rake' wants a specific version of rspec:
{quote}"Could not find gem 'rspec (= 1.3.2) ruby' " ...{quote}
The rspec version installed was 2.6.4. I started to look for the required
version of rspec. Since I don't need ruby at the moment, what's the easiest way
to bypass building the ruby libs?
Thanks!
> Mac OSX build fails with "no such file to load -- spec/rake/spectask"
> ---------------------------------------------------------------------
>
> Key: THRIFT-1367
> URL: https://issues.apache.org/jira/browse/THRIFT-1367
> Project: Thrift
> Issue Type: Bug
> Components: Ruby - Library
> Affects Versions: 0.8
> Environment: Mac OSX 10.7.1 (Lion)
> Reporter: Peace
> Assignee: Jake Farrell
> Fix For: 0.8
>
>
> Running "make" successfully builds the compiler and most of the libs but
> fails out on the ruby lib with the message:
> Making all in rb
> /usr/bin/rake
> (in ... thrift/lib/rb)
> rake aborted!
> no such file to load -- spec/rake/spectask
> ... thrift/lib/rb/Rakefile:23
> The one hit I found online that might be related:
> https://github.com/cgs/evernote/pull/5
> "The "no such file to load -- spec/rake/spectask" error is because this gem's
> specs use rspec1.
> I just submitted a pull request to update to rspec2."
> I'm running with pkgconfig from MacPorts and starting the build from scratch
> (bootstrap.sh & onwards).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira