Jason Perkins
2008-Jan-07 19:43 UTC
[Cruisecontrolrb-users] setup error: no such file to load -- cc:build (MissingSourceFile)
Good afternoon! In setting up cruisecontrol.rb I''ve ran into an issue. I''ve followed the setup instructions (twice) verbatim and can cd into my work directory and run rake with all tests passing. However, when I start cruise the tests run but I then get this error output: ----------- begin output ----------- /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- cc:build (MissingSourceFile) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 27:in `require'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ active_support/dependencies.rb:495:in `require'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ active_support/dependencies.rb:342:in `new_constants_in'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/ active_support/dependencies.rb:495:in `require'' from /usr/local/lib/ruby/1.8/test/unit/collector/dir.rb:90:in `collect_file'' from /usr/local/lib/ruby/1.8/test/unit/collector/dir.rb:77:in `recursive_collect'' from /usr/local/lib/ruby/1.8/test/unit/collector/dir.rb:29:in `collect'' from /usr/local/lib/ruby/1.8/test/unit/autorunner.rb:68 from /usr/local/lib/ruby/1.8/test/unit/autorunner.rb:213:in `[]'' from /usr/local/lib/ruby/1.8/test/unit/autorunner.rb:213:in `run'' from /usr/local/lib/ruby/1.8/test/unit/autorunner.rb:12:in `run'' from /usr/local/lib/ruby/1.8/test/unit.rb:278 from -e:1 dir : /home/jperkins/cruisecontrolrb/projects/mms/work command : ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''/home/jperkins/cruisecontrolrb/tasks/cc_build.rake''; ARGV << ''-- nosearch'' << ''cc:build''; Rake.application.run" executed command : echo /home/jperkins/cruisecontrolrb/projects/mms/ work jperkins$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''/home/jperkins/cruisecontrolrb/tasks/cc_build.rake''; ARGV << ''-- nosearch'' << ''cc:build''; Rake.application.run" >> /home/jperkins/ cruisecontrolrb/projects/mms/build-4617/build.log && ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''/home/jperkins/ cruisecontrolrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake.application.run" >> /home/jperkins/cruisecontrolrb/ projects/mms/build-4617/build.log 2>&1 exitstatus: 1 STDERR TAIL START STDERR TAIL END ----------- end output ----------- Any assistance greatly appreciated! -- Jason Perkins jperkins at sneer.org "The computer allows you to make mistakes faster than any other invention, with the possible exception of handguns and tequila." -Mitch Ratcliffe