sudo bin/gbuild ..funbucks/contrib/guidian-descriptors/deps-win32.yml
I get the output:
************* WARNING: kvm not loaded, this will probably not work out
/usr/lib/ruby/1.9.1/psych.rb:297:in `initialize': No such file or directory - ..funbucks/contrib/guidian-descriptors/deps-win32.yml (Errno::ENOENT)
from /usr/lib/ruby/1.9.1/psych.rb:297:in `open'
from /usr/lib/ruby/1.9.1/psych.rb:297:in `load_file'
from bin/gbuild:201:in `'
I know that the kvm not loaded warning must be due to the fact that I don't have hardware acceleration enabled, but what concerns me is the "No such file or directory" part. I've run the command
sudo apt-get install apache2 git apt-cacher-ng python-vm-builder qemu-kvm ruby qemu-utils
What am I doing wrong?
Edit: After going through the GUI, I did find a file in /usr/lib/ruby/1.91/psych called psych.rb. Why is the terminal telling me that this directory does not exist?
Edit 2: After double checking, it appears that I can only navigate to this directory using the GUI. The 'ruby' folder doesn't come up in the terminal. Wtf?