golemfactory / clay

Golem is creating a global market for computing power.
https://golem.network
GNU General Public License v3.0
2.91k stars 286 forks source link

"invalid syntax in tap" preventing macOS hyperg installation #5195

Closed alexvotofuture closed 3 years ago

alexvotofuture commented 3 years ago

Description

Golem Version: Latest as of Sep 23

Golem-Messages version (leave empty if unsure):

Electron version (if used):

OS [e.g. Windows 10 Pro]: macOS

Branch (if launched from source):

Mainnet/Testnet:

Priority label is set to the lowest by default. To setup higher priority please change the label P0 label is set for Severity-Critical/Effort-easy P1 label is set for Severity-Critical/Effort-hard P2 label is set for Severity-Low/ Effort-easy P3 label is set for Severity-Low/Effort-hard

Description of the issue: Tried installing hyperg via Homebrew. Received an error preventing installation (see "Logs and any additional context" below)

Actual result: Failed to tap hyperg, preventing Golem installation

What is the observed behavior and/or result in this issue

Screenshots:

If applicable, add screenshots to help explain your problem.

Steps To Reproduce

Short description of steps to reproduce the behavior:

  1. Try untapping using Homebrew on macOS terminal
  2. See error

Expected behavior

(What is the expected behavior and/or result in this scenario) Download hyperg and allow Golem to download.

Logs and any additional context

`brew tap golemfactory/hyperg ==> Tapping golemfactory/hyperg Cloning into '/usr/local/Homebrew/Library/Taps/golemfactory/homebrew-hyperg'... remote: Enumerating objects: 86, done. remote: Total 86 (delta 0), reused 0 (delta 0), pack-reused 86 Unpacking objects: 100% (86/86), done. Error: Invalid formula: /usr/local/Homebrew/Library/Taps/golemfactory/homebrew-hyperg/hyperg.rb hyperg: Calling 'devel' blocks in formulae is disabled! Use 'head' blocks or @-versioned formulae instead. Please report this issue to the golemfactory/hyperg tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it: /usr/local/Homebrew/Library/Taps/golemfactory/homebrew-hyperg/hyperg.rb:11

Error: Cannot tap golemfactory/hyperg: invalid syntax in tap! `

Proposed Solution?

(Optional: What could be a solution for that issue)

alexvotofuture commented 3 years ago

fwiw the command preceding this one (>brew tap golemfactory/golem) worked as expected. Also, Homebrew is up-to-date with the latest version.

alexvotofuture commented 3 years ago

Update that was just pushed fixed this problem, and I can now download successfully without error. Thanks so much!