-
Notifications
You must be signed in to change notification settings - Fork 20
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
Could not find 'device_mapper_test_suite' (>= 0) #39
Comments
Are you running it in the source dir? On Wed, 18 Mar 2015 at 13:11 Simon Xu [email protected] wrote:
|
No, I didn't. Running dmtest in the source dir works fine. Thank you. |
I installed device-mapper-test-suite (5ea215e) following the instructions in README.md.
$ which dmtest
/usr/local/rvm/gems/ruby-1.9.3-p551/bin/dmtest
But 'dmtest' fails to run:
$ dmtest
'/usr/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:315:in
to_specs': Could not find 'device_mapper_test_suite' (>= 0) among 38 total gem(s) (Gem::LoadError) Checked in 'GEM_PATH=/usr/local/rvm/gems/ruby-1.9.3-p551:/usr/local/rvm/gems/ruby-1.9.3-p551@global', execute
gem envfor more information from /usr/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:324:in
to_spec'from /usr/local/rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb:64:in
gem' from /usr/local/rvm/gems/ruby-1.9.3-p551/bin/dmtest:22:in
from /usr/local/rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in
eval' from /usr/local/rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in
'$ gem env
RubyGems Environment:
$ ls -1 /usr/local/rvm/gems/ruby-1.9.3-p551/gems/
activemodel-4.2.0
activerecord-4.2.0
activesupport-4.2.0
arel-6.0.0
bigdecimal-1.2.7
builder-3.2.2
bundler-1.8.5
colored-1.2
diff-lcs-1.2.5
ejt_command_line-0.0.4
hoe-3.13.1
i18n-0.7.0
io-console-0.4.2
json-1.8.2
minitest-5.5.1
rake-10.4.2
rdoc-4.2.0
rspec-2.14.0
rspec-core-2.14.8
rspec-expectations-2.14.5
rspec-mocks-2.14.6
ruby-terminfo-0.1.1
test-unit-1.2.3
thinp_xml-0.0.20
thread_safe-0.3.5
tzinfo-1.2.2
webrick-1.3.1
$ ls -1 /usr/local/rvm/gems/ruby-1.9.3-p551@global/gems/
bundler-1.8.5
bundler-unload-1.0.2
executable-hooks-1.3.2
gem-wrappers-1.2.7
rake-0.9.2.2
rdoc-3.9.5
rubygems-bundler-1.4.4
rvm-1.11.3.9
Any idea?
The text was updated successfully, but these errors were encountered: