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

Can't install metasploit-framework Any ideas ? #15266

Closed
Tarek-Bakr opened this issue May 26, 2021 · 1 comment
Closed

Can't install metasploit-framework Any ideas ? #15266

Tarek-Bakr opened this issue May 26, 2021 · 1 comment
Labels
bug termux Used when an issue is related to Termux

Comments

@Tarek-Bakr
Copy link

That's the error message
$msfconsole /data/data/com.termux/files/usr/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:29: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2. /data/data/com.termux/files/usr/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
/data/data/com.termux/files/usr/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:118: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
/data/data/com.termux/files/usr/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:35: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
/data/data/com.termux/files/usr/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:35: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
/data/data/com.termux/files/usr/lib/ruby/gems/3.0.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:44: warning: Pathname#untaint is deprecated and will be removed in Ruby 3.2.
[!] There was an error parsing Gemfile:
[!] There was an error while loading grpc.gemspec: cannot load such file -- grpc/version
Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.

from /data/data/com.termux/files/home/metasploit-framework/grpc.gemspec:4

-------------------------------------------

$LOAD_PATH.push File.expand_path('../src/ruby/lib', FILE)

require 'grpc/version'

-------------------------------------------

. Bundler cannot continue.

from /data/data/com.termux/files/home/metasploit-framework/Gemfile:4

-------------------------------------------

# spec.add_runtime_dependency '', []

gemspec name: 'metasploit-framework'

-------------------------------------------

@Tarek-Bakr Tarek-Bakr added the bug label May 26, 2021
@h00die h00die added the termux Used when an issue is related to Termux label May 26, 2021
@h00die h00die closed this as completed May 26, 2021
@github-actions
Copy link

Termux is not officially supported. #11023

However, Metasploit reportedly does work with Termux.

Refer to the following for more information:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug termux Used when an issue is related to Termux
Projects
None yet
Development

No branches or pull requests

2 participants