Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/usr/bin/bugspots:6:in `require': no such file to load -- bugspots (LoadError) #3

Closed
brendanmaguire opened this issue Dec 15, 2011 · 5 comments

Comments

@brendanmaguire
Copy link

After installing and linking to the executable:
gem install bugspots
gem install rainbow # This should be listed in dependencies?
ln -s /var/lib/gems/1.8/gems/bugspots-0.0.1/bin/bugspots /usr/bin/bugspots

I get this error:
/usr/bin/bugspots:6:in `require': no such file to load -- bugspots (LoadError)
from /usr/bin/bugspots:6

@bittersweet
Copy link
Contributor

Which Ruby version are you on?

Rainbows is listed in the gemspec as a dependency (together with Grit) so these gems should've been automatically installed for you when calling gem install bugspots.

@brendanmaguire
Copy link
Author

ruby --version
ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]

gem --version
1.3.7

On 15 December 2011 11:21, Mark Mulder <
reply@reply.github.com

wrote:

Which Ruby version are you on?

Rainbows is listed in the gemspec as a dependency (together with Grit) so
these gems should've been automatically installed for you when calling gem install bugspots.


Reply to this email directly or view it on GitHub:
#3 (comment)

@bittersweet
Copy link
Contributor

Sorry I can't reproduce it...

You could try using a different Ruby version or with bundle exec from a project that uses Bundler to see if that works for you.

@igrigorik
Copy link
Owner

gem update system -- that's probably the issue.. or follow the instructions on updating your rubygems.

After that, you can also try updating the gem: gem update bugspots

@brendanmaguire
Copy link
Author

Neither worked I'm afraid. Can be marked as unreproducible as it's likely a
system config issue on my side.

On 16 December 2011 06:47, Ilya Grigorik <
reply@reply.github.com

wrote:

gem update system -- that's probably the issue.. or follow the
instructions on updating your rubygems.

After that, you can also try updating the gem: gem update bugspots


Reply to this email directly or view it on GitHub:
#3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants