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

Fetching gem metadata after successful download #163

Closed
fepegar opened this issue Mar 11, 2019 · 4 comments
Closed

Fetching gem metadata after successful download #163

fepegar opened this issue Mar 11, 2019 · 4 comments

Comments

@fepegar
Copy link

fepegar commented Mar 11, 2019

I ran these:

brew upgrade cask-repair
cask-repair --cask-version 4.11.0.28009,980094 --fail-on-error slicer-nightly

And got this output from cask-repair:

Updating taps… Already up-to-date.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cask 'slicer-nightly' do
  version '4.11.0.27946,948152'
  sha256 'b26a9406a74eeacb3ec480f55bd273a67f592e31f0376db6c53cb7526d8fdf26'

  # slicer.kitware.com/midas3 was verified as official when first introduced to the cask
  url "https://slicer.kitware.com/midas3/download?bitstream=#{version.after_comma}"
  name '3D Slicer Nightly'
  homepage 'https://www.slicer.org/'

  app 'Slicer.app'
end
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
==> Downloading external files for Cask slicer-nightly
==> Downloading https://slicer.kitware.com/midas3/download?bitstream=980094
######################################################################## 100.0%
==> No SHA-256 checksum defined for Cask 'slicer-nightly', skipping verification.
==> Success! Downloaded to -> /Users/fernando/Library/Caches/Homebrew/downloads/bebe084d7d22891a0bc1c80962b41c93ffa4d3a19044c46edc33cd8bae308f82--Slicer-4.11.0-2019-03-09-macosx-amd



diff --git a/Casks/slicer-nightly.rb b/Casks/slicer-nightly.rb
index 89be0a6b5..744a7b309 100644
--- a/Casks/slicer-nightly.rb
+++ b/Casks/slicer-nightly.rb
@@ -1,6 +1,6 @@
 cask 'slicer-nightly' do
-  version '4.11.0.27946,948152'
-  sha256 'b26a9406a74eeacb3ec480f55bd273a67f592e31f0376db6c53cb7526d8fdf26'
+  version '4.11.0.28009,980094'
+  sha256 '11e17df3b22cc82e92a4b48109c1d1606f26054a5710c01475163dfe026e5ec6'

   # slicer.kitware.com/midas3 was verified as official when first introduced to the cask
   url "https://slicer.kitware.com/midas3/download?bitstream=#{version.after_comma}"
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Fetching gem metadata from https://rubygems.org/........
Using concurrent-ruby 1.1.4
Using minitest 5.11.3
Using thread_safe 0.3.6
Using ast 2.4.0
Using backports 3.12.0
Using bundler 2.0.1
Using connection_pool 2.2.2
Using json 2.2.0
Using docile 1.3.1
Using simplecov-html 0.10.2
Using tins 1.20.2
Using thor 0.19.4
Using diff-lcs 1.3
Using unf_ext 0.0.7.5
Using hpricot 0.8.6
Using jaro_winkler 1.5.2
Using mime-types-data 3.2018.0812
Using net-http-digest_auth 1.4.1
Using mini_portile2 2.4.0
Using ntlm-http 0.1.1
Using webrobots 0.1.2
Using mustache 1.1.0
Using parallel 1.14.0
Using plist 3.5.0
Using powerpack 0.1.2
Using psych 3.1.0
Using rainbow 3.0.0
Using rdiscount 2.2.0.1
Using rspec-support 3.8.0
Using ruby-progressbar 1.10.0
Using unicode-display_width 1.4.1
Using ruby-macho 2.2.0
Using i18n 1.6.0
Using tzinfo 1.2.5
Using simplecov 0.16.1
Using term-ansicolor 1.7.1
Using unf 0.1.4
Using net-http-persistent 3.0.0
Using parser 2.6.0.0
Using mime-types 3.2.2
Fetching nokogiri 1.10.1
Using parallel_tests 2.28.0
Using ronn 0.7.3
Using rspec-core 3.8.0
Using rspec-expectations 3.8.2
Using rspec-mocks 3.8.0
Using activesupport 5.2.2
Using coveralls 0.8.22
Using domain_name 0.5.20180417
Using rubocop 0.65.0
Using simplecov-cobertura 1.3.0
Using rspec-its 1.2.0
Using rspec-retry 0.6.1
Using rspec 3.8.0
Using http-cookie 1.0.3
Using rubocop-rspec 1.32.0
Using rspec-wait 0.0.9
Installing nokogiri 1.10.1 with native extensions
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The submission has errors and you elected to abort on those cases.

It stops for a while after the ==> Success! Downloaded to -> /Users/fernando/Library/Caches/Homebrew/... message and then asks confirmation to install those gems that I don't know of. This didn't use to happen. The PR is not created. What can I do?

@fepegar
Copy link
Author

fepegar commented Mar 11, 2019

I'm checking whether it's related to #149.

@fepegar
Copy link
Author

fepegar commented Mar 11, 2019

Also checking this: Homebrew/homebrew-cask#52775

@vitorgalvao
Copy link
Owner

The problem is indeed with the issues you found out. It’s a brew cask style issue (which cask-repair uses).

@fepegar
Copy link
Author

fepegar commented Mar 11, 2019

Yes, thank you. I did solve it with the vendor-install solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants