Closed
Bug 1248661
Opened 9 years ago
Closed 9 years ago
carthage.sh doesn't work
Categories
(Firefox for iOS :: Build & Test, defect)
Tracking
()
RESOLVED
FIXED
3.0
| Tracking | Status | |
|---|---|---|
| fxios | 3.0+ | --- |
| fxios-v2.0 | --- | unaffected |
| fxios-v3.0 | --- | fixed |
People
(Reporter: rnewman, Assigned: rnewman)
Details
Attachments
(1 file)
$ brew install https://github.com/Carthage/Carthage/releases/tag/0.11
######################################################################## 100.0%
Error: /Library/Caches/Homebrew/Formula/0.11:5: syntax error, unexpected '<'
<!DOCTYPE html>
^
/Library/Caches/Homebrew/Formula/0.11:6: syntax error, unexpected '<'
<html lang="en" class="">
^
/Library/Caches/Homebrew/Formula/0.11:6: syntax error, unexpected keyword_class, expecting end-of-input
<html lang="en" class="">
^
Please report this bug:
https://git.io/brew-troubleshooting
/usr/local/Library/Homebrew/formulary.rb:23:in `module_eval'
/usr/local/Library/Homebrew/formulary.rb:23:in `load_formula'
/usr/local/Library/Homebrew/formulary.rb:36:in `load_formula_from_path'
/usr/local/Library/Homebrew/formulary.rb:85:in `load_file'
/usr/local/Library/Homebrew/formulary.rb:140:in `load_file'
/usr/local/Library/Homebrew/formulary.rb:76:in `klass'
/usr/local/Library/Homebrew/formulary.rb:72:in `get_formula'
/usr/local/Library/Homebrew/formulary.rb:207:in `factory'
/usr/local/Library/Homebrew/extend/ARGV.rb:18:in `block in formulae'
/usr/local/Library/Homebrew/extend/ARGV.rb:16:in `map'
/usr/local/Library/Homebrew/extend/ARGV.rb:16:in `formulae'
/usr/local/Library/Homebrew/cmd/install.rb:45:in `install'
/usr/local/Library/brew.rb:83:in `<main>'
Flags: needinfo?(etoop)
| Assignee | ||
Comment 1•9 years ago
|
||
I think that command should be
brew install https://raw.githubusercontent.com/Homebrew/homebrew/09c09d73779d3854cd54206c41e38668cd4d2d0c/Library/Formula/carthage.rb
| Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8719864 -
Flags: review?(sleroux)
Attachment #8719864 -
Flags: review?(etoop)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Comment on attachment 8719864 [details] [review]
Pull req.
Looks like the new link properly downloads Carthage 0.11. Looks good to me.
Attachment #8719864 -
Flags: review?(sleroux) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
74abd18
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(etoop)
Resolution: --- → FIXED
Target Milestone: --- → 3.0
| Assignee | ||
Updated•9 years ago
|
status-fxios-v2.0:
--- → unaffected
status-fxios-v3.0:
--- → fixed
Updated•9 years ago
|
Attachment #8719864 -
Flags: review?(etoop)
You need to log in
before you can comment on or make changes to this bug.
Description
•