RiotGamesMinions / nexus_cli

A CLI wrapper and library for interacting with Sonatype's Nexus
Other
68 stars 45 forks source link

--ssl-verify seems not to work #124

Closed colegatron closed 3 years ago

colegatron commented 6 years ago

I tried the pre-built executable in https://s3.eu-west-2.amazonaws.com/nexus-cli/1.0.0-beta/linux/nexus-cli but when trying the global option --ssl-verify false it does not worked. Seems that options has no effect on that release.

Then I tried to install it, but it has some kind of issue with dependencies. Any help is very welcome.

$ sudo apt-get install -y ruby ... $ sudo gem install nexus-cli Fetching: thor-0.20.0.gem (100%) Fetching: httpclient-2.8.3.gem (100%) Fetching: extlib-0.9.16.gem (100%) Fetching: json-2.1.0.gem (100%) Building native extensions. This could take a while... ERROR: Error installing nexus_cli: ERROR: Failed to build gem native extension.

    /usr/bin/ruby1.9.1 extconf.rb

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- mkmf (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire' from extconf.rb:1:in `

'

Gem files will remain installed in /var/lib/gems/1.9.1/gems/json-2.1.0 for inspection. Results logged to /var/lib/gems/1.9.1/gems/json-2.1.0/ext/json/ext/generator/gem_make.out