[ https://issues.apache.org/jira/browse/THRIFT-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13118205#comment-13118205 ]
Jake Farrell commented on THRIFT-1367: -------------------------------------- The ci servers use rspec1 which is why we switched the ruby build over to using bundler to automatically handle the dependencies. gem install bundler and then bundle exec rake and you should be all set > 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 > 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