brew update
Error: The /usr/local directory is not writable.
Even if this directory was writable when you installed Homebrew, other
software may change permissions on this directory. Some versions of the
"InstantOn" component of Airfoil are known to do this.
You should probably change the ownership and permissions of /usr/local
back to your user account.
sudo chown -R $(whoami):admin /usr/local
If I then do the sudo one I get a warning that this
may lead to severe damage. SO I have no yet done that.
Dear Onno,
Can you please try these?
$ brew update
$ brew install autoconf
What does the following say?
$ brew doctor
Thanks,
Miklos
Did:
firedrake-clean
and/or recovering from the broken installation by
cd src/firedrake git pull ./scripts/firedrake-install --rebuild-script
but get error message:
Error: No such keg: /usr/local/Cellar/autoconf
Error: Cannot write to /usr/local/Cellar
Traceback (most recent call last):
File "/Users/amtob/werk/firedrake/bin/firedrake-update", line 813, in <module>
brew_install("autoconf")
File "/Users/amtob/werk/firedrake/bin/firedrake-update", line 250, in brew_install
check_call(["brew", "install"] + arguments)
File "/Users/amtob/werk/firedrake/bin/firedrake-update", line 228, in check_call
subprocess.check_call(arguments, env=env)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['brew', 'install', 'autoconf']' returned non-zero exit status 1
on laptop while firedrake worked few weeks ago.