Opened 4 years ago
Closed 3 years ago
#836 closed issue (fixed)
issues installing latest arb via homebrew
Reported by: | guest | Owned by: | westram |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | no idea | Version: | arb-6.0.6 |
Keywords: | x11 | Cc: | matthew.stott@… |
Description
Hello. There appears to be a in the setup for installing arb via homebrew. I think the issue is linked to X11 not being recognised. Any assistance here would be great thanks. kind regards Matthew
⇒ Tapping arb-project/arb Cloning into '/usr/local/Homebrew/Library/Taps/arb-project/homebrew-arb'… remote: Enumerating objects: 182, done. remote: Counting objects: 100% (182/182), done. remote: Compressing objects: 100% (110/110), done. remote: Total 194 (delta 77), reused 127 (delta 42), pack-reused 12 Receiving objects: 100% (194/194), 47.07 KiB | 211.00 KiB/s, done. Resolving deltas: 100% (79/79), done. Error: Invalid formula: /usr/local/Homebrew/Library/Taps/arb-project/homebrew-arb/Formula/arb.rb arb: Calling depends_on :x11 is disabled! Use depends_on specific X11 formula(e) instead. Please report this issue to the arb-project/arb tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
/usr/local/Homebrew/Library/Taps/arb-project/homebrew-arb/Formula/arb.rb:58
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/arb-project/homebrew-arb/Formula/xfig.rb xfig: Calling depends_on :x11 is disabled! Use depends_on specific X11 formula(e) instead. Please report this issue to the arb-project/arb tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
/usr/local/Homebrew/Library/Taps/arb-project/homebrew-arb/Formula/xfig.rb:11
Error: Cannot tap arb-project/arb: invalid syntax in tap! matthewstott@L052FT ~ % brew list —versions arb arb 2.19.0_1
Change History (2)
comment:1 follow-up: ↓ 2 Changed 4 years ago by westram
- Owner changed from devel to westram
- Status changed from new to accepted
comment:2 in reply to: ↑ 1 Changed 3 years ago by westram
- Resolution set to fixed
- Status changed from accepted to closed
homebrew versions (production+head) are working again.
The Homebrew maintainers by now have introduced the breaking change to remove the :x11 dependency completely.
We cannot make any promises, whether a fix will be possible and if so, when it'll become available.