Am I the only one that gets this error?

$ ruby compress.rb -h
<internal:lib/rubygems/custom_require>:29:in `require': no such file
to load -- bundler (LoadError)
  from <internal:lib/rubygems/custom_require>:29:in `require'
  from /root/tmp/blueprint-1.0.1/lib/blueprint/blueprint.rb:2:in `<top
(required)>'
  from <internal:lib/rubygems/custom_require>:29:in `require'
  from <internal:lib/rubygems/custom_require>:29:in `require'
  from compress.rb:2:in `<main>'
----------------------

I have no idea how to troubleshoot this. I'm hoping if I include info
like below that someone here may be able to help::

$ gem env
RubyGems Environment:
  - RUBYGEMS VERSION: 1.3.7
  - RUBY VERSION: 1.9.2 (2011-02-18 patchlevel 180) [x86_64-linux]
  - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.9.1
  - RUBY EXECUTABLE: /usr/local/bin/ruby
  - EXECUTABLE DIRECTORY: /usr/local/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /usr/local/lib/ruby/gems/1.9.1
     - /root/.gem/ruby/1.9.1
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
  - REMOTE SOURCES:
     - http://rubygems.org/


$ ruby --debug compress.rb -h
Exception `LoadError' at <internal:lib/rubygems/custom_require>:29 -
no such file to load -- rubygems/defaults/operating_system
Exception `LoadError' at <internal:lib/rubygems/custom_require>:37 -
no such file to load -- rubygems/defaults/operating_system
Exception `LoadError' at <internal:lib/rubygems/custom_require>:29 -
no such file to load -- rubygems/defaults/ruby
Exception `LoadError' at <internal:lib/rubygems/custom_require>:37 -
no such file to load -- rubygems/defaults/ruby
Exception `LoadError' at <internal:lib/rubygems/custom_require>:29 -
no such file to load -- bundler
Exception `LoadError' at <internal:lib/rubygems/custom_require>:37 -
no such file to load -- bundler
Exception `LoadError' at <internal:lib/rubygems/custom_require>:29 -
no such file to load -- bundler
Exception `LoadError' at <internal:lib/rubygems/custom_require>:37 -
no such file to load -- bundler
<internal:lib/rubygems/custom_require>:29:in `require': no such file
to load -- bundler (LoadError)
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from /root/tmp/blueprint-1.0.1/lib/blueprint/blueprint.rb:2:in
`<top (required)>'
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from <internal:lib/rubygems/custom_require>:29:in `require'
        from compress.rb:2:in `<main>'


$ locate rubygems.rb
/usr/local/lib/ruby/1.9.1/rubygems.rb


$ locate site_ruby
/usr/lib/ruby/site_ruby
/usr/lib/ruby/site_ruby/1.8
/usr/lib64/ruby/site_ruby
/usr/lib64/ruby/site_ruby/1.8
/usr/lib64/ruby/site_ruby/1.8/x86_64-linux
/usr/local/lib/ruby/site_ruby
/usr/local/lib/ruby/site_ruby/1.9.1
/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux


$ echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/
sbin:/bin:/usr/sbin:/usr/bin


$ gem list --local
      minitest (1.6.0)
      rake (0.8.7)
      rdoc (2.5.8)

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to