shoes-deprecated icon indicating copy to clipboard operation
shoes-deprecated copied to clipboard

Fedora 18: Unable to Load

Open cgshep opened this issue 12 years ago • 5 comments

This is the same problem as Issue #206 but under Fedora 18. After following the official Building on Linux guide, I received the error "cannot load such file -- rubygems/specification" upon running ./dist/shoes from within the Shoes directory.

Here are my Ruby and Gem versions:

$ ruby -v && gem -v ruby 1.9.3p374 (2013-01-15 revision 38858) [i386-linux] 1.8.25

I've tried "rake clean" and rebuilding with "rake" (seems to have fixed it for the user in #206) but to no avail.

cgshep avatar Feb 17 '13 21:02 cgshep

Works fine for me on 18 and rvm, with those ruby versions. :-\

jrgifford avatar Feb 17 '13 22:02 jrgifford

Just rebuilt on my Linux Mint Debian edition (64 bit) - no problem.

I don't think I ever had this problem :-/

PragTob avatar Feb 19 '13 19:02 PragTob

Having the exact same problem with the same versions :/

elken avatar Apr 07 '13 19:04 elken

Jave you tried reinstalling the ruby 1.9.1 full package with your package manager (despite having ruby installed with RVM or whatever)? When talking to a friend he said this was crucial for him :o

PragTob avatar Apr 14 '13 19:04 PragTob

Check out this script by @arnebrasseur it helped someone else: https://gist.github.com/arnebrasseur/4194d8c47e9493019e04

PragTob avatar May 02 '13 22:05 PragTob