Hi All,

I've just tried to install firedrake on my laptop and it's failing with errors in libsupermesh:

Failed to clone libsupermesh using ssh, falling back to https.

Successfully cloned repository libsupermesh.

Checking out branch master

Successfully checked out branch master

Traceback (most recent call last):

  File "firedrake-install", line 1173, in <module>

    build_and_install_libsupermesh()

  File "firedrake-install", line 823, in build_and_install_libsupermesh

    check_call(["make"])

  File "firedrake-install", line 438, in check_call

    log.debug(subprocess.check_output(arguments, stderr=subprocess.STDOUT, env=env).decode())

  File "/usr/local/Cellar/python/3.6.5_1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 336, in check_output

    **kwargs).stdout

  File "/usr/local/Cellar/python/3.6.5_1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 418, in run

    output=stdout, stderr=stderr)

subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.


I've attached the log file.

Any suggestions much appreciated!

Jemma