We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error:
==> Cloning https://github.com/JuliaLang/julia.git git --git-dir /Library/Caches/Homebrew/julia--git/.git status -s Updating /Library/Caches/Homebrew/julia--git git config remote.origin.url https://github.com/JuliaLang/julia.git git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master git fetch origin git checkout -f master Already on 'master' git reset --hard origin/HEAD HEAD is now at b9ccdb2 Merge pull request #3460 from JuliaLang/db/sparsecholfact git reset --hard origin/HEAD HEAD is now at b9ccdb2 Merge pull request #3460 from JuliaLang/db/sparsecholfact git checkout-index -a -f --prefix=/private/tmp/julia-mgVa/ ==> Downloading patches /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5) https://gist.github.com/staticfloat/3806093/raw/cb34c7262b9130f0e9e07641a66fccaa0d08b5d2/deps.Makefile.diff -o 000-homebrew.diff https://raw.github.com/gist/3806092/426a2912a0a0fec764e4048801a9427e615e33d7/make.inc.diff -o 001-homebrew.diff
==> Patching /usr/bin/patch -f -p1 -i 000-homebrew.diff patching file deps/Makefile Hunk #1 succeeded at 1100 (offset 446 lines). /usr/bin/patch -f -p1 -i 001-homebrew.diff patching file Make.inc Hunk #1 FAILED at 170. Hunk #2 FAILED at 183. 2 out of 2 hunks FAILED -- saving rejects to file Make.inc.rej Error: Failure while executing: /usr/bin/patch -f -p1 -i 001-homebrew.diff
The text was updated successfully, but these errors were encountered:
I just recently pushed a fix for this. Please brew update and try again.
brew update
Sorry, something went wrong.
I think that fix worked -- thanks!
No branches or pull requests
I get the following error:
==> Cloning https://github.com/JuliaLang/julia.git
git --git-dir /Library/Caches/Homebrew/julia--git/.git status -s
Updating /Library/Caches/Homebrew/julia--git
git config remote.origin.url https://github.com/JuliaLang/julia.git
git config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch origin
git checkout -f master
Already on 'master'
git reset --hard origin/HEAD
HEAD is now at b9ccdb2 Merge pull request #3460 from JuliaLang/db/sparsecholfact
git reset --hard origin/HEAD
HEAD is now at b9ccdb2 Merge pull request #3460 from JuliaLang/db/sparsecholfact
git checkout-index -a -f --prefix=/private/tmp/julia-mgVa/
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.7.5) https://gist.github.com/staticfloat/3806093/raw/cb34c7262b9130f0e9e07641a66fccaa0d08b5d2/deps.Makefile.diff -o 000-homebrew.diff https://raw.github.com/gist/3806092/426a2912a0a0fec764e4048801a9427e615e33d7/make.inc.diff -o 001-homebrew.diff
################################################################## 100.0%
################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file deps/Makefile
Hunk #1 succeeded at 1100 (offset 446 lines).
/usr/bin/patch -f -p1 -i 001-homebrew.diff
patching file Make.inc
Hunk #1 FAILED at 170.
Hunk #2 FAILED at 183.
2 out of 2 hunks FAILED -- saving rejects to file Make.inc.rej
Error: Failure while executing: /usr/bin/patch -f -p1 -i 001-homebrew.diff
The text was updated successfully, but these errors were encountered: